Re: [idlestat 2/6] Print more details when fopen fails

2014-06-03 Thread Mohammad Merajul Islam Molla
Hello Amit, In the last section f should be 'stderr' in fprintf - @@ -1080,8 +1082,9 @@ static int idlestat_store(const char *path) return -1; f = fopen(path, "w+"); + if (!f) { - fprintf(f, "failed to open '%s': %m\n", path); + fprintf

[PATCH IDLESTAT] fix execute() function

2014-06-03 Thread Mohammad Merajul Islam Molla
Patch to fix the below two issues - 1. Fix the part where parent waits to fetch child status. In case SIGALRM is received, fetch new status after killing child so that subsequent check for termination status passes. 2. In case of normal termination, just check if program exited normally (checking

[PATCH] enumerate cpu based on different string on ARM

2014-06-03 Thread Sanjay Singh Rawat
bogomips is removed by timer-backed delay loop (commit 9fc2105a) in ARM kernel. Using other suitable string to decide to enumerate each cpu. Signed-off-by: Sanjay Singh Rawat --- src/cpu/cpu.cpp | 12 1 file changed, 12 insertions(+) diff --git a/src/cpu/cpu.cpp b/src/cpu/cpu.cpp

Planned maintenance for ci.linaro.org, Friday 6th June

2014-06-03 Thread Milo Casagrande
Hello, this email is to announce that ci.linaro.org will not be available on Friday 6th June due to planned maintenance. We will perform a server upgrade to the latest Ubuntu LTS release. In order to perform a smooth upgrade, please make any update to your jobs before Thursday 5th June at 12:00UT

Re: [idlestat 0/6] More cleanups

2014-06-03 Thread Amit Kucheria
Thanks. Pushed out to git. On Tue, Jun 3, 2014 at 6:08 PM, Daniel Lezcano wrote: > On 06/02/2014 02:49 PM, Amit Kucheria wrote: >> >> From: Amit Kucheria >> >> More cleanups to the command-line options to make idlestat easier to use >> and >> separate the two modes: tracing and reporting. >> >>

Re: [idlestat 0/6] More cleanups

2014-06-03 Thread Daniel Lezcano
On 06/02/2014 02:49 PM, Amit Kucheria wrote: From: Amit Kucheria More cleanups to the command-line options to make idlestat easier to use and separate the two modes: tracing and reporting. Regards, Amit Amit Kucheria (6): Use the correct version in the log file Print more details when f

Re: idlestat: execute() function problems?

2014-06-03 Thread Daniel Lezcano
On 06/03/2014 11:53 AM, Mohammad Merajul Islam Molla wrote: Hello, I noticed some odd behaviors with idlestate.c/execute() function. 1. I wrote a sample program hello.c with infinite loop - int main() { while(1); } #sudo ../idlestat/idlestat -o /tmp/myoutput ../temp/

idlestat: execute() function problems?

2014-06-03 Thread Mohammad Merajul Islam Molla
Hello, I noticed some odd behaviors with idlestate.c/execute() function. 1. I wrote a sample program hello.c with infinite loop - int main() { while(1); } #sudo ../idlestat/idlestat -o /tmp/myoutput ../temp/hello idlestat never terminates, because there is no alarm

Re: Arndale Linux Linaro Test Result (phun...@gmail.com)

2014-06-03 Thread Phung Te Ha
Hi Fathi, Thank you for pointing out the tree. Unfortunately, that tree is not exported: git clone git:// git.linaro.org/landing-teams/working/samsung/u-boot.git/shortlog/refs/heads/tracking-arndale_octa Cloning into tracking-arndale_octa... fatal: remote error: access denied or repository not e