What is the commit for ARM VE 5.0 release

2013-01-27 Thread Chao Xie
hi I have seen in the arm website that arm release the VE 5.0. THere is a patch named "CPU Migration Patch for version 5.0" for cpu migration. Now i have downloaded the source code from git.linaro.org/git-ro/landing-teams/working/arm/kernel.git, and use the branch integration-android-vexpress. It i

[PM-QA PATCH 8/8] Version 0.4.0

2013-01-27 Thread Hongbo Zhang
Signed-off-by: Hongbo Zhang --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index d15723f..1d0ba9e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.2 +0.4.0 -- 1.8.0 ___ linaro-dev mailing list lin

[PM-QA PATCH 5/8] thermal: add switch for thermal_06.sh

2013-01-27 Thread Hongbo Zhang
This script aims at testing all the trip points are crossed or not, since the trip points are usually very high and can be reached only in extreme conditions like high environment temerature etc, in normal conditions they cannot be all crossed even if the CPU load is high, so failures will be repor

[PM-QA PATCH 7/8] pm-qa: enable thermal test scipts.

2013-01-27 Thread Hongbo Zhang
Signed-off-by: Hongbo Zhang --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1e73608..fa979e0 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ check: @(cd cpuidle; $(MAKE) check) @(cd sched_mc; $(MAKE) check) #

[PM-QA PATCH 6/8] thermal: enable launching glmark2 in Android

2013-01-27 Thread Hongbo Zhang
Enable launching glmark2 in Android to heat GPU as one of thermal tests. Signed-off-by: Hongbo Zhang --- include/thermal_functions.sh | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/thermal_functions.sh b/include/thermal_functions.sh index df7adfe..8a4d627 100644 --- a/in

[PM-QA PATCH 0/8] PM-QA commits recently

2013-01-27 Thread Hongbo Zhang
Hi all, These are my PM-QA commits recently, send them out FYI. Hongbo Zhang (8): thermal: kill heater program if test is terminated by signal thermal: don't check launch of the glmark2 if it isn't there thermal: remove unnecessary variable TRIP_CROSSED_COUNT thermal: Consolidate launchin

[PM-QA PATCH 1/8] thermal: kill heater program if test is terminated by signal

2013-01-27 Thread Hongbo Zhang
if the thermal test is terminated by signals such as an Ctrl+C operation, the heat_cpu and also glmark(if there is any) should be terminated too. Signed-off-by: Hongbo Zhang --- thermal/thermal_03.sh | 22 ++ thermal/thermal_04.sh | 11 ++- thermal/thermal_06.sh | 22

[PM-QA PATCH 2/8] thermal: don't check launch of the glmark2 if it isn't there

2013-01-27 Thread Hongbo Zhang
if the glmark2 as a heater isn't there, don't report a launch failure. Signed-off-by: Hongbo Zhang --- thermal/thermal_03.sh | 2 +- thermal/thermal_06.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thermal/thermal_03.sh b/thermal/thermal_03.sh index 5790320..5703ad3 1

[PM-QA PATCH 4/8] thermal: Consolidate launching glmark2 as GPU heater

2013-01-27 Thread Hongbo Zhang
Currently the glmark2 is used to heat GPU for thermal test, this patch consolidates launching glmark2 from serial console. The glmark2 heater is optional now, which means no apparent fail will be reported if there is no glmark2 or it cannot be launched. Signed-off-by: Hongbo Zhang --- include/th

[PM-QA PATCH 3/8] thermal: remove unnecessary variable TRIP_CROSSED_COUNT

2013-01-27 Thread Hongbo Zhang
variable TRIP_CROSSED_COUNT is never used, should be removed. Signed-off-by: Hongbo Zhang --- thermal/thermal_06.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/thermal/thermal_06.sh b/thermal/thermal_06.sh index fcb6c0a..95eda91 100755 --- a/thermal/thermal_06.sh +++ b/thermal/thermal_06.

Re: kernel NULL pointer dereference

2013-01-27 Thread Michael Hudson-Doyle
Renato Golin writes: > Hi folks, > > I'm testing different kernels with the LLVM LAVA job and the latest one > segfaulted. If you search for the phrase on the subject on the URL below: In the past hasn't this sort of problem usually turned out to be heat related? Or is this something else? Che

Re: [kvmarm] [Qemu-devel] [RFC] Virtio-desktop: Virtio-based virtual desktop

2013-01-27 Thread Alexander Graf
On 27.01.2013, at 15:07, Anthony Liguori wrote: > Anup Patel writes: > >> Hi All, >> >> How about having a generic Virtio-based machine for emulating a virtual >> desktop ? >> >> I know folks have already thought about this and probably also tried >> something or other on this front but, it w

Re: [Qemu-devel] [kvmarm] [RFC] Virtio-desktop: Virtio-based virtual desktop

2013-01-27 Thread Gleb Natapov
On Sun, Jan 27, 2013 at 10:12:20AM +, Blue Swirl wrote: > On Sun, Jan 27, 2013 at 8:20 AM, Gleb Natapov wrote: > > On Fri, Jan 25, 2013 at 08:31:54PM +0100, Alexander Graf wrote: > >> > >> On 25.01.2013, at 20:04, Blue Swirl wrote: > >> > >> > On Thu, Jan 24, 2013 at 6:10 AM, Anup Patel > >>

Re: [Qemu-devel] [kvmarm] [RFC] Virtio-desktop: Virtio-based virtual desktop

2013-01-27 Thread Gleb Natapov
On Fri, Jan 25, 2013 at 08:31:54PM +0100, Alexander Graf wrote: > > On 25.01.2013, at 20:04, Blue Swirl wrote: > > > On Thu, Jan 24, 2013 at 6:10 AM, Anup Patel wrote: > >> Hi All, > >> > >> How about having a generic Virtio-based machine for emulating a virtual > >> desktop ? > > > > I have a