Re: linux-next not booting on snowball

2011-12-02 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/02/2011 01:11 AM, Nicolas Pitre wrote: On Fri, 2 Dec 2011, Daniel Lezcano wrote: On 12/01/2011 08:03 PM, Nicolas Pitre wrote: Please have a look at this email: http://article.gmane.org/gmane.linux.ports.arm.kernel/141386 There are two

Re: linux-next not booting on snowball

2011-12-01 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/01/2011 03:58 PM, Mark Brown wrote: On Thu, Dec 01, 2011 at 03:51:00PM +0100, Daniel Lezcano wrote: commit 549158d2ab01e8370d2773044fe09738a26f7086 Author: Nicolas Pitre nicolas.pi...@linaro.org Date: Thu Aug 25 00:35:59 2011 -0400

Re: linux-next not booting on snowball

2011-12-01 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/01/2011 08:03 PM, Nicolas Pitre wrote: On Thu, 1 Dec 2011, Daniel Lezcano wrote: On 12/01/2011 03:58 PM, Mark Brown wrote: On Thu, Dec 01, 2011 at 03:51:00PM +0100, Daniel Lezcano wrote: commit 549158d2ab01e8370d2773044fe09738a26f7086

[pm-qa 01/10] factor out check_file function

2011-10-03 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- include/functions.sh | 13 ++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/include/functions.sh b/include/functions.sh index 6702cb2..bff8e13 100644 --- a/include/functions.sh +++ b/include/functions.sh

[pm-qa 05/10] test the affinity does not work on an offline cpu

2011-10-03 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpuhotplug/cpuhotplug_03.sh | 51 ++ cpuhotplug/cpuhotplug_03.txt |1 + 2 files changed, 52 insertions(+), 0 deletions(-) create mode 100644 cpuhotplug/cpuhotplug_03.sh create mode 100644

[pm-qa 08/10] check /proc/interrupts when offlining a cpu

2011-10-03 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpuhotplug/cpuhotplug_06.sh | 49 ++ cpuhotplug/cpuhotplug_06.txt |1 + 2 files changed, 50 insertions(+), 0 deletions(-) create mode 100644 cpuhotplug/cpuhotplug_06.sh create mode 100644

[pm-qa 03/10] check the files are present

2011-10-03 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- Makefile |2 ++ cpuhotplug/cpuhotplug_01.sh | 36 cpuhotplug/cpuhotplug_01.txt |1 + include/functions.sh | 12 4 files changed, 51 insertions

[pm-qa 09/10] test the userspace notification

2011-10-03 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpuhotplug/cpuhotplug_07.sh | 66 ++ cpuhotplug/cpuhotplug_07.txt |1 + 2 files changed, 67 insertions(+), 0 deletions(-) create mode 100644 cpuhotplug/cpuhotplug_07.sh create mode 100644

[pm-qa 06/10] check the task is migrated when offlining a cpu

2011-10-03 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpuhotplug/cpuhotplug_04.sh | 71 ++ cpuhotplug/cpuhotplug_04.txt |1 + 2 files changed, 72 insertions(+), 0 deletions(-) create mode 100644 cpuhotplug/cpuhotplug_04.sh create mode 100644

[pm-qa 02/10] add the makefile for cpuhotplug

2011-10-03 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpuhotplug/Makefile | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) create mode 100644 cpuhotplug/Makefile diff --git a/cpuhotplug/Makefile b/cpuhotplug/Makefile new file mode 100644 index 000

[pm-qa 07/10] check /proc/cpuinfo when unplugging a cpu

2011-10-03 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpuhotplug/cpuhotplug_05.sh | 49 ++ cpuhotplug/cpuhotplug_05.txt |1 + 2 files changed, 50 insertions(+), 0 deletions(-) create mode 100644 cpuhotplug/cpuhotplug_05.sh create mode 100644

[pm-qa 04/10] check the cpu state is reflected in sysfs

2011-10-03 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpuhotplug/cpuhotplug_02.sh | 60 ++ cpuhotplug/cpuhotplug_02.txt |1 + include/functions.sh | 21 ++ 3 files changed, 82 insertions(+), 0 deletions(-) create mode

[pm-qa 10/10] do some stress test

2011-10-03 Thread Daniel Lezcano
Randomly offline/online a cpu Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpuhotplug/cpuhotplug_08.sh | 49 ++ cpuhotplug/cpuhotplug_08.txt |1 + 2 files changed, 50 insertions(+), 0 deletions(-) create mode 100644 cpuhotplug

Re: [pm-qa 02/10] add the makefile for cpuhotplug

2011-10-03 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/03/2011 10:39 AM, Amit Kucheria wrote: On Mon, Oct 3, 2011 at 11:18 AM, Daniel Lezcano daniel.lezc...@linaro.org wrote: Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpuhotplug/Makefile | 25 + 1

[pm-qa] change header to specify 'on Linux'

2011-10-03 Thread Daniel Lezcano
Specify the test suite can be run on Linux because it is not ARM specific. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- Makefile |2 +- Test.mk |2 +- cpufreq/Makefile

Re: [pm-qa 02/10] add the makefile for cpuhotplug

2011-10-03 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/03/2011 10:39 AM, Amit Kucheria wrote: On Mon, Oct 3, 2011 at 11:18 AM, Daniel Lezcano daniel.lezc...@linaro.org wrote: Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- [ ... ] Otherwise, ack for the patchset. All patchset

Re: [pm-qa] change header to specify 'on Linux'

2011-10-03 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/03/2011 11:32 AM, Amit Kucheria wrote: Ack Applied. - -- http://www.linaro.org/ Linaro.org ? Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro Facebook | http://twitter.com/#!/linaroorg Twitter |

[pm-qa] do sanity check before jumping in the next tests

2011-10-03 Thread Daniel Lezcano
Check all the cpus are online before the tests Check all the cpus are back online after the tests. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpuhotplug/1_sanity_check.sh | 39 +++ cpuhotplug/1_sanity_check.txt |1 + cpuhotplug

Re: cpu hotplug test scenarii

2011-09-29 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/29/2011 05:41 AM, Paul Larson wrote: On Wed, Sep 28, 2011 at 5:18 AM, Daniel Lezcano daniel.lezc...@linaro.orgwrote: Test 6: do some stress test === for each cpu * for i in 1 .. 50 * set cpuX offline * set

Re: cpu hotplug test scenarii

2011-09-29 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/29/2011 09:11 AM, Amit Kucheria wrote: On Thu, Sep 29, 2011 at 9:14 AM, Daniel Lezcano daniel.lezc...@linaro.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/29/2011 05:41 AM, Paul Larson wrote: On Wed, Sep 28, 2011 at 5:18

cpu hotplug test scenarii

2011-09-28 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, here are some tests to test the cpu hotplug. Any feedback would be appreciate Thanks a lot -- Daniel Test 1: check the sysfs files are present = for each cpu * check

Re: cpu hotplug test scenarii

2011-09-28 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/28/2011 01:04 PM, Amit Kucheria wrote: On Wed, Sep 28, 2011 at 1:18 PM, Daniel Lezcano daniel.lezc...@linaro.org wrote: [ ... ] Test 3: check the affinity does not work on an online cpu offline right. Thanks. [ ... ] Test 6: do

Re: cpu hotplug test scenarii

2011-09-28 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/28/2011 12:33 PM, David Gilbert wrote: On 28 September 2011 11:18, Daniel Lezcano daniel.lezc...@linaro.org wrote: Hi all, here are some tests to test the cpu hotplug. Any feedback would be appreciate Thanks a lot -- Daniel Test 3

Re: cpu hotplug test scenarii

2011-09-28 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/28/2011 02:31 PM, David Gilbert wrote: On 28 September 2011 13:19, Daniel Lezcano daniel.lezc...@linaro.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/28/2011 12:33 PM, David Gilbert wrote: On 28 September 2011 11:18

[pm-qa] V2 : cpu hotplug test scenarii

2011-09-28 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Changelog: == V2: * fixed typo online - offline spotted by Amit * added task migration check as suggested by Amit and David * added check of irq migration as suggested by David * added check /proc/cpuinfo, processor is back when online

[pm-qa 1/2] display test description url

2011-09-22 Thread Daniel Lezcano
Extract the URL from the test header. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpufreq/Makefile |4 +++- sched_mc/Makefile |4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cpufreq/Makefile b/cpufreq/Makefile index e9050e4..3c387db 100644

[pm-qa 2/2] Factor out Makefiles

2011-09-22 Thread Daniel Lezcano
The Makefile for cpufreq and sched_mc are exactly the same, let's factor out them in a single Makefile. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- Test.mk | 43 +++ cpufreq/Makefile | 20 +--- sched_mc

pm-qa version 0.1.2 available

2011-09-20 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, the Power management test suite version 0.1.2 is available at: http://launchpad.net/linaro-pm-qa/2011/2011.09/+download/linaro-pm-qa-0.1.2-2011.09.tar.gz Cheers -- Daniel - -- http://www.linaro.org/ Linaro.org ? Open source software

powerdebug 0.6.0 version available

2011-09-20 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, The powerdebug tool version 0.6.0 is available at: http://launchpad.net/linaro-powerdebug/2011/2011.09/+download/linaro-powerdebug_0.6.0-2011.09.tar.gz This version contains the Android port from Nishant and the gpio display. Thanks --

[pm-qa 1/2] fix error in script

2011-09-16 Thread Daniel Lezcano
Prevent a syntax error when running the test which leads to an exception in the script and exiting wildely the loop. The cpuburn stays running in background. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- include/functions.sh | 14 -- 1 files changed, 12 insertions

[pm-qa 2/2] prevent spurious char with the echo file

2011-09-16 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpufreq/Makefile |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/cpufreq/Makefile b/cpufreq/Makefile index 9c9133e..e9050e4 100644 --- a/cpufreq/Makefile +++ b/cpufreq/Makefile @@ -28,7 +28,8 @@ LOG=$(TST:.sh

Re: cpuset configuration and measurements for power management

2011-08-30 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I did some simple cpuidle measurements and updated the wiki page. https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/Cpuset Let me know what do you think about the result. Is there a way to get the C-states statistics ? Mike, you

Re: cpuset configuration and measurements for power management

2011-08-26 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I created a wiki page describing what we are trying to achieve with the cpuset for power management. https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/Cpuset Thanks -- Daniel - -- http://www.linaro.org/ Linaro.org │ Open

Re: cpuset configuration and measurements for power management

2011-08-26 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/26/2011 04:17 PM, Daniel Lezcano wrote: Hi all, I created a wiki page describing what we are trying to achieve with the cpuset for power management. https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/Cpuset FYI, some people

[powerdebug 3/7] read the gpio directory structure

2011-08-25 Thread Daniel Lezcano
Read the gpio directory structure where we will read the different data we are interested in. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- Makefile |2 +- gpio.c | 103 ++ gpio.h | 17 ++ 3 files

[powerdebug 6/7] plug the gpio subsys with the main function

2011-08-25 Thread Daniel Lezcano
Let's create the command options parameters and plug the gpio code with the main code. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- powerdebug.c | 26 ++ 1 files changed, 22 insertions(+), 4 deletions(-) diff --git a/powerdebug.c b/powerdebug.c index

[powerdebug 5/7] dump the gpio informations

2011-08-25 Thread Daniel Lezcano
Now we dump the output to the stdout. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- gpio.c | 45 ++--- 1 files changed, 42 insertions(+), 3 deletions(-) diff --git a/gpio.c b/gpio.c index 8e7499d..562a11d 100644 --- a/gpio.c +++ b/gpio.c

[powerdebug 4/7] read the content of the files

2011-08-25 Thread Daniel Lezcano
Now we have the directory structure, we can address the different files and read their content in order to store them in the tree nodes. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- gpio.c | 74 --- 1 files changed, 70

[powerdebug 7/7] display the gpio info

2011-08-25 Thread Daniel Lezcano
Show in ncurses mode the gpio informations. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- gpio.c | 130 +-- 1 files changed, 101 insertions(+), 29 deletions(-) diff --git a/gpio.c b/gpio.c index 562a11d..f7d2a10 100644

[powerdebug 2/7] add GPIO definition

2011-08-25 Thread Daniel Lezcano
Add the enum definition we can rely on for the next patches. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- display.c |1 + display.h |2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/display.c b/display.c index ebc4de6..f06387c 100644 --- a/display.c

[powerdebug 1/7] follow symlinks when browsing the directory tree

2011-08-25 Thread Daniel Lezcano
Sometime we are interested in following the symlinks, sometime not. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- clocks.c|2 +- regulator.c |2 +- sensor.c|2 +- tree.c | 11 ++- tree.h |2 +- 5 files changed, 10 insertions(+), 9

Re: cpuset configuration and measurements

2011-08-23 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/23/2011 02:34 PM, Amit Kucheria wrote: Good start, but let's move this discussion public. Ok, I will resend to linaro-dev then. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla -

cpuset configuration and measurements for power management

2011-08-23 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I did the following cpuset configuration: if [ ! -d /sys/fs/cgroup ]; then echo cgroup not supported by the kernel else mount -t cgroup cgroup /sys/fs/cgroup # needed to have the cgroup values inherited from

Re: pm-qa integration script

2011-08-18 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/18/2011 12:49 AM, Paul Larson wrote: Ok, I sorted this out, but I noticed a couple of problems still. 1. even with the -k, it errors out after a while 2. There are still some test results with duplicate test_case_id: cpufreq_05.0/cpu1:

[powerdebug] fix window leak

2011-08-17 Thread Daniel Lezcano
The main window creation is misplaced in the loop, it is created several times. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- display.c | 10 -- 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/display.c b/display.c index ebc4de6..28c47f3 100644

Re: pm-qa integration script

2011-08-17 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/17/2011 06:55 PM, Paul Larson wrote: On Wed, Aug 17, 2011 at 10:16 AM, Daniel Lezcano daniel.lezc...@linaro.orgwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/17/2011 04:57 PM, Paul Larson wrote: Hi, I haven't had a chance

Re: pm-qa integration script

2011-08-17 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/18/2011 12:49 AM, Paul Larson wrote: Ok, I sorted this out, but I noticed a couple of problems still. 1. even with the -k, it errors out after a while If one test fail, that will make the tests suite to return an error at the end. Could it

pm-qa integration script

2011-08-16 Thread Daniel Lezcano
+kaqdfaygdgNGsn4Q7wgIunduN/hEs4mQAftU2BQJ7JtM7XGje90 2MaBDcX/GMpjV2FQ8DWcXg9U/9IVLHfRWcM6+PAY6cesPAtpsreVHL7loqgZENY= =8Fkx -END PGP SIGNATURE- Subject: pm-qa integration script From: Daniel Lezcano daniel.lezc...@linaro.org Changes in the lava pm-qa script to take into account the new pm-qa. Signed-off

[PATCH] add a test description for each test

2011-08-11 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpufreq/Makefile |2 ++ cpufreq/cpufreq_01.txt |1 + cpufreq/cpufreq_02.txt |1 + cpufreq/cpufreq_03.txt |1 + cpufreq/cpufreq_04.txt |1 + cpufreq/cpufreq_05.txt |1 + cpufreq/cpufreq_06.txt |1

pm-qa test output

2011-08-10 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Amit, Here is the example output with the test description. The email wraps the lines, actually each test are one line output. Let me know if it is ok for you. Thanks -- Daniel [ ... ] ### ### cpufreq_04: ### test the change of the

Re: [PATCH v2 1/2] cpumask: introduce cpumask for hotpluggable CPUs

2011-08-10 Thread Daniel Lezcano
of this new cpumask is to aid kernel code which uses CPU to take CPUs online and offline. Possible uses are as a thermal event mitigation technique or as a power capping mechanism. Signed-off-by: Mike Turquette mturque...@ti.com Reviewed-by: Daniel Lezcano daniel.lezc...@linaro.org - -- http

Re: [PATCH v2 2/2] cpu: update cpu_hotpluggable_mask in register_cpu

2011-08-10 Thread Daniel Lezcano
mturque...@ti.com Reviewed-by: Daniel Lezcano daniel.lezc...@linaro.org - -- http://www.linaro.org/ Linaro.org ? Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro Facebook | http://twitter.com/#!/linaroorg Twitter | http://www.linaro.org/linaro-blog/ Blog

Re: pm-qa integration in LAVA

2011-08-09 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/02/2011 04:28 PM, Daniel Lezcano wrote: HI Paul, here is the new output: cpufreq_01.0/cpu0 checking scaling_available_frequencies exists... PASS cpufreq_01.1/cpu0 checking scaling_cur_freq exists... PASS

Re: [pm-qa 1/5] fix error output to the log file

2011-08-09 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/08/2011 10:29 PM, Amit Kucheria wrote: Daniel, This looks ok. Ack. Applied. - -- http://www.linaro.org/ Linaro.org ? Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro Facebook |

[PATCH 1/2] number the test with an id

2011-08-09 Thread Daniel Lezcano
'... PASS cpufreq_04.5/cpu1 checking setting frequency '800.0 MHz'... PASS cpufreq_05.0/cpu1 checking 'ondemand' directory exists... PASS ... Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org Cc: Paul Larson paul.lar...@linaro.org --- include

[PATCH 2/2] change the script name with the block name they refer to

2011-08-09 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpufreq/cpufreq_01.sh | 32 + cpufreq/cpufreq_02.sh | 32 + cpufreq/cpufreq_03.sh | 51 + cpufreq/cpufreq_04.sh | 54 ++ cpufreq/cpufreq_05.sh | 73

Re: sched_mc test scenario

2011-08-05 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/04/2011 12:26 PM, Vincent Guittot wrote: On 4 August 2011 09:57, Daniel Lezcano daniel.lezc...@linaro.org wrote: On 08/03/2011 06:25 PM, Vincent Guittot wrote: Hi Daniel, On 3 August 2011 15:58, Daniel Lezcano daniel.lezc...@linaro.org

[pm-qa 4/5] test_03 : check topology file presence

2011-08-05 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- sched_mc/test_03.sh | 33 + 1 files changed, 33 insertions(+), 0 deletions(-) create mode 100644 sched_mc/test_03.sh diff --git a/sched_mc/test_03.sh b/sched_mc/test_03.sh new file mode 100644 index

[pm-qa 3/5] test_02 : check topology is enabled

2011-08-05 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- include/functions.sh | 12 sched_mc/test_02.sh | 38 ++ 2 files changed, 50 insertions(+), 0 deletions(-) create mode 100644 sched_mc/test_02.sh diff --git a/include/functions.sh b

[pm-qa 2/5] test_01 : test sched_mc file presence

2011-08-05 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- Makefile |3 +++ include/functions.sh | 11 +++ sched_mc/Makefile| 38 ++ sched_mc/test_01.sh | 32 4 files changed, 84 insertions

[pm-qa 1/5] fix error output to the log file

2011-08-05 Thread Daniel Lezcano
Error messages have to go to the log file Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpufreq/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpufreq/Makefile b/cpufreq/Makefile index 5dfc00d..f52a1f4 100644 --- a/cpufreq/Makefile +++ b

[pm-qa 5/5] test_04 : check we can change sched_mc policy

2011-08-05 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- sched_mc/test_04.sh | 70 +++ 1 files changed, 70 insertions(+), 0 deletions(-) create mode 100644 sched_mc/test_04.sh diff --git a/sched_mc/test_04.sh b/sched_mc/test_04.sh new file

Re: sched_mc test scenario

2011-08-04 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/03/2011 06:25 PM, Vincent Guittot wrote: Hi Daniel, On 3 August 2011 15:58, Daniel Lezcano daniel.lezc...@linaro.org wrote: [ ... ] it sounds good for me. Ok, cool. Thanks. Concerning the functional tests, I need some hints

Re: Changing default root file system to btrfs

2011-08-04 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/04/2011 01:46 PM, James Tunnicliffe wrote: Hi, Our current default root file system, ext3, is proving to be a bottleneck for SD card performance. Not only does it take a long time to format the partitions, but it also takes a long time to

sched_mc test scenario

2011-08-03 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, here is a few test scenario I would like to add to the pm-qa. test_01: the sched_mc feature is enabled in the kernel check the presence of the 'sched_mc_power_savings' file test_02: the topology is implemented in the kernel

pm-qa integration in LAVA

2011-08-02 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Paul, I commited the different tests for pm-qa [1] Can you integrate it with LAVA ? In order to invoke the tests, just do 'sudo make check' on the topmost directory of pm-qa, that will compile the different utilities and run the tests. The

Re: physical_package_id value

2011-08-01 Thread Daniel Lezcano
a file if the content is always invalid ? On 1 August 2011 01:11, Daniel Lezcano daniel.lezc...@linaro.org wrote: On 08/01/2011 12:42 AM, Amit Kucheria wrote: On Sun, Jul 31, 2011 at 10:21 PM, Daniel Lezcano daniel.lezc...@linaro.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

physical_package_id value

2011-07-31 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Vincent, I compiled the linux-linaro-3.0 kernel and checked the content of /sys/devices/system/cpu/cpu[0-1]/topology/physical_package_id and found it is equal to '-1'. Is it the expected value ? Thanks -- Daniel - --

Re: physical_package_id value

2011-07-31 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/01/2011 12:42 AM, Amit Kucheria wrote: On Sun, Jul 31, 2011 at 10:21 PM, Daniel Lezcano daniel.lezc...@linaro.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Vincent, I compiled the linux-linaro-3.0 kernel and checked

OOM with linux-linaro-3.0 on a beagleboard

2011-07-28 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I compiled and booted a linux-linaro-3.0 kernel on a beagle board. The config file is omap2plus_defconfig. When the init process booted, I have the OOM killer triggered and killing the different tasks on my system. Is it a known issue ?

Re: OOM with linux-linaro-3.0 on a beagleboard

2011-07-28 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/28/2011 12:58 PM, James Westby wrote: Hi, Have you tried the omap3 hardware pack with a Linaro image? That contains the 3.0 kernel I think, so may give a comparison point. Ok, let me check ... -BEGIN PGP SIGNATURE- Version: GnuPG

Re: OOM with linux-linaro-3.0 on a beagleboard

2011-07-28 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/28/2011 12:58 PM, James Westby wrote: Hi, Have you tried the omap3 hardware pack with a Linaro image? That contains the 3.0 kernel I think, so may give a comparison point. Ok, I tested with: developer-n-tar-20110628-1.tar.gz

Re: [pm-qa 00/14] Functional tests for cpufreq

2011-07-28 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/26/2011 02:46 PM, Daniel Lezcano wrote: These tests are for the power mangemenat QA. The test definitions are at: https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts Not all the boards have cpufreq enabled or totally

Re: [pm-qa 02/14] add a simple program burning cycles

2011-07-27 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/27/2011 03:47 PM, Amit Kucheria wrote: On 11 Jul 26, Daniel Lezcano wrote: This little program takes the cpu # as parameter, set the affinity and renice itself to the maximum priority. It increments a counter during one second, display

[pm-qa 10/14] test the change of the frequencies affect the performances of a test program

2011-07-26 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpufreq/test_06.sh | 117 1 files changed, 117 insertions(+), 0 deletions(-) create mode 100644 cpufreq/test_06.sh diff --git a/cpufreq/test_06.sh b/cpufreq/test_06.sh new file mode

[pm-qa 03/14] add a nanosleep utility

2011-07-26 Thread Daniel Lezcano
This utility gives a finer grain to wait for smaller amount of time. This is useful for waiting the delay between each frequency change. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- utils/nanosleep.c | 55 + 1 files changed, 55

[pm-qa 14/14] test the load of the cpu does not affect the frequency with 'powersave'

2011-07-26 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpufreq/test_09.sh | 74 1 files changed, 74 insertions(+), 0 deletions(-) create mode 100644 cpufreq/test_09.sh diff --git a/cpufreq/test_09.sh b/cpufreq/test_09.sh new file mode

[pm-qa 05/14] test the cpufreq framework is available for frequency

2011-07-26 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpufreq/test_01.sh | 32 1 files changed, 32 insertions(+), 0 deletions(-) create mode 100644 cpufreq/test_01.sh diff --git a/cpufreq/test_01.sh b/cpufreq/test_01.sh new file mode 100644 index 000

[pm-qa 02/14] add a simple program burning cycles

2011-07-26 Thread Daniel Lezcano
This little program takes the cpu # as parameter, set the affinity and renice itself to the maximum priority. It increments a counter during one second, display the coutner's value and exit. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- utils/cpucycle.c | 108

[pm-qa 07/14] test the governor change is effective

2011-07-26 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpufreq/test_03.sh | 51 +++ 1 files changed, 51 insertions(+), 0 deletions(-) create mode 100644 cpufreq/test_03.sh diff --git a/cpufreq/test_03.sh b/cpufreq/test_03.sh new file mode

[pm-qa 11/14] add a cpu burn utility

2011-07-26 Thread Daniel Lezcano
A very simple program, similar to cpucycle, but doing nothing more than looping indefinitively. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- utils/cpuburn.c | 91 +++ 1 files changed, 91 insertions(+), 0 deletions(-) create

[pm-qa 08/14] test the change of the frequency is effective in 'userspace' mode

2011-07-26 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpufreq/test_04.sh | 54 1 files changed, 54 insertions(+), 0 deletions(-) create mode 100644 cpufreq/test_04.sh diff --git a/cpufreq/test_04.sh b/cpufreq/test_04.sh new file mode

[pm-qa 04/14] add script functions

2011-07-26 Thread Daniel Lezcano
Add a common directory for all the functions we will use later in the test scripts. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- include/functions.sh | 251 ++ 1 files changed, 251 insertions(+), 0 deletions(-) create mode 100644

[pm-qa 00/14] Functional tests for cpufreq

2011-07-26 Thread Daniel Lezcano
. Daniel Lezcano (14): put in place the new framework add a simple program burning cycles add a nanosleep utility add script functions test the cpufreq framework is available for frequency test the cpufreq framework is available for governor test the governor change is effective test

[pm-qa 12/14] test the load of the cpu affects the frequency with 'ondemand'

2011-07-26 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpufreq/test_07.sh | 91 1 files changed, 91 insertions(+), 0 deletions(-) create mode 100644 cpufreq/test_07.sh diff --git a/cpufreq/test_07.sh b/cpufreq/test_07.sh new file mode

[pm-qa 01/14] put in place the new framework

2011-07-26 Thread Daniel Lezcano
In order to run the tests, invoke: 'make check' Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- Makefile | 10 ++ cpufreq/Makefile | 38 ++ utils/Makefile | 35 +++ 3 files changed, 83

Re: linaro-pm kernel compilation error

2011-07-26 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/26/2011 03:02 PM, Dave Martin wrote: On Mon, Jul 25, 2011 at 12:55:54PM +0200, Daniel Lezcano wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I was trying to compile the kernel tree located at: http://git.linaro.org/gitweb

linaro-pm kernel compilation error

2011-07-25 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I was trying to compile the kernel tree located at: http://git.linaro.org/gitweb?p=people/amitk/linux-linaro-pmwg.git;a=summary for a beagleboardXM but the compilation fails with the error /tmp/ccnUvsew.s: Assembler messages:

[PATCH] change license for PM-QA

2011-07-21 Thread Daniel Lezcano
The PM-QA changed its license to GPLv2 https://wiki.linaro.org/TSC Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- COPYING | 339 + Makefile | 37 ++- testcases.awk

Re: [PATCH] change license for PM-QA

2011-07-21 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/21/2011 01:35 PM, Daniel Lezcano wrote: The PM-QA changed its license to GPLv2 https://wiki.linaro.org/TSC Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org Applied with Amit's ack. Thanks -- Daniel -BEGIN PGP

Re: [RFC pm-qa 0/2] tests for cpufreq

2011-06-30 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/30/2011 11:09 AM, Amit Kucheria wrote: On 11 Jun 30, Daniel Lezcano wrote: These tests are used to test the cpufreq driver on ARM architecture. As the cpufreq is not yet complete, the test suite is based on the cpufreq sysfs API exported

Re: [RFC pm-qa 0/2] tests for cpufreq

2011-06-30 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/30/2011 01:04 PM, Paul Larson wrote: On Thu, Jun 30, 2011 at 10:44 AM, Daniel Lezcano daniel.lezc...@linaro.orgwrote: I added in attachment the result of these scripts on a fully working cpufreq framework on my intel box. That will show

[RFC pm-qa 0/2] tests for cpufreq

2011-06-29 Thread Daniel Lezcano
/WorkingGroups/PowerManagement/Doc/QA/Scripts Each test's header contains an URL to the anchor related item of this web page describing the script. Daniel Lezcano (2): cpufreq: add a test set for cpufreq cpufreq: check the frequency affect the performances Makefile |6 ++ cpufreq

[RFC pm-qa 2/2] cpufreq: check the frequency affect the performances

2011-06-29 Thread Daniel Lezcano
/PowerManagement/Doc/QA/Scripts#test_06 Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- cpufreq/test_06.sh | 236 utils/Makefile | 14 +--- utils/cpucycle.c | 102 ++ 3 files changed, 341 insertions(+), 11 deletions

[RFC pm-qa 1/2] cpufreq: add a test set for cpufreq

2011-06-29 Thread Daniel Lezcano
These tests are described at: https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- Makefile |6 ++ cpufreq/test_01.sh | 43 +++ cpufreq/test_02.sh | 43 +++ cpufreq/test_03.sh

Re: [powerdebug] patches for the segmentation fault error

2011-06-27 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/27/2011 09:36 AM, Milo (Woogyom) Kim wrote: Hi, Daniel I found some segmentation fault in the powerdebug. If there is no clock information, then windata[win].rowdata is null. (If clock_display() returns -1, then display_set_row_data() is

[powerdebug] fix segfault when no clock is available

2011-06-27 Thread Daniel Lezcano
, we have to erase the window when we are switching from one window to another. We can say it is the default display callback. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org Reported-by: Milo (Woogyom) Kim woogyom@gmail.com --- clocks.c|8 display.c |5

[powerdebug 1/2] reset scrolling when selecting an item in the search list

2011-06-21 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- display.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/display.c b/display.c index 8f442c1..0cfbf94 100644 --- a/display.c +++ b/display.c @@ -472,6 +472,9 @@ static int display_find_keystroke(int fd, void

[powerdebug 2/2] set version to 0.5.0

2011-06-21 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- powerdebug.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/powerdebug.h b/powerdebug.h index 73e3581..01b22ba 100644 --- a/powerdebug.h +++ b/powerdebug.h @@ -13,6 +13,6 @@ * - initial API

Re: Please help us setup patches.linaro.org

2011-06-21 Thread Daniel Lezcano
On 06/16/2011 07:42 PM, Guilherme Salgado wrote: [ ... ] We can use powerdebug as a guinea pig for this and if it works fine we can do it for others. Do you know who we should talk to in order to get this done? Hi Guilherme, I have no problem to use powerdebug to validate this approach.

<    1   2   3   4   5   6   7   >