Re: Call for 12.10 topics: reminder

2012-10-12 Thread Andrey Konovalov
Greeting, llct-20121012.0 has been pushed to kernel/linux-linaro-tracking.git Here is the pinned manifest: http://git.linaro.org/gitweb?p=kernel/linux-linaro-manifest.git;a=commitdiff;h=0b9d2d998cd5dcda905c79d38ebe1547cfc2026f > Minor change to the plan: > * The current llct is *llct-20121006.

Re: Fix for HMP scheduler crash [ Re: [GIT PULL]: big LITTLE MP v10]

2012-10-12 Thread Morten Rasmussen
On Fri, Oct 12, 2012 at 04:33:19PM +0100, Jon Medhurst (Tixy) wrote: > On Fri, 2012-10-12 at 16:11 +0100, Morten Rasmussen wrote: > > Hi Tixy, > > > > Thanks for the patch. I think this patch is the right way to solve this > > issue. > > > > There is still a problem with the priority filter in >

Re: Fix for HMP scheduler crash [ Re: [GIT PULL]: big LITTLE MP v10]

2012-10-12 Thread Jon Medhurst (Tixy)
On Fri, 2012-10-12 at 21:03 +0530, Viresh Kumar wrote: > On 12 October 2012 20:41, Morten Rasmussen wrote: > > Thanks for the patch. I think this patch is the right way to solve this > > issue. > > > > There is still a problem with the priority filter in > > hmp_down_migration() which Viresh point

Re: Fix for HMP scheduler crash [ Re: [GIT PULL]: big LITTLE MP v10]

2012-10-12 Thread Viresh Kumar
On 12 October 2012 20:41, Morten Rasmussen wrote: > Thanks for the patch. I think this patch is the right way to solve this > issue. > > There is still a problem with the priority filter in > hmp_down_migration() which Viresh pointed out earlier. There is no > checking of whether the task is actua

Re: Fix for HMP scheduler crash [ Re: [GIT PULL]: big LITTLE MP v10]

2012-10-12 Thread Jon Medhurst (Tixy)
On Fri, 2012-10-12 at 16:11 +0100, Morten Rasmussen wrote: > Hi Tixy, > > Thanks for the patch. I think this patch is the right way to solve this > issue. > > There is still a problem with the priority filter in > hmp_down_migration() which Viresh pointed out earlier. There is no > checking of wh

Re: Fix for HMP scheduler crash [ Re: [GIT PULL]: big LITTLE MP v10]

2012-10-12 Thread Morten Rasmussen
Hi Tixy, Thanks for the patch. I think this patch is the right way to solve this issue. There is still a problem with the priority filter in hmp_down_migration() which Viresh pointed out earlier. There is no checking of whether the task is actually allowed to run on any of the slower cpus. Solvin

Re: Fix for HMP scheduler crash [ Re: [GIT PULL]: big LITTLE MP v10]

2012-10-12 Thread Viresh Kumar
On 12 October 2012 19:30, Jon Medhurst (Tixy) wrote: > It will need fixing one way or the other, and it makes more sense to be > part of the MP branch. I was hoping for a second opinion from someone, > but if the fix looks OK to you, then yes, please add it to your branch. Ok I have applied this

Re: Fix for HMP scheduler crash [ Re: [GIT PULL]: big LITTLE MP v10]

2012-10-12 Thread Jon Medhurst (Tixy)
On Fri, 2012-10-12 at 19:11 +0530, Viresh Kumar wrote: > On 12 October 2012 19:03, Jon Medhurst (Tixy) wrote: > > On Fri, 2012-10-12 at 14:19 +0100, Jon Medhurst (Tixy) wrote: > >> The attached patch fixes the immediate problem by avoiding the empty > >> domain (which is probably a good thing anyw

Re: Fix for HMP scheduler crash [ Re: [GIT PULL]: big LITTLE MP v10]

2012-10-12 Thread Andrey Konovalov
On 10/12/2012 05:41 PM, Viresh Kumar wrote: On 12 October 2012 19:03, Jon Medhurst (Tixy) wrote: On Fri, 2012-10-12 at 14:19 +0100, Jon Medhurst (Tixy) wrote: The attached patch fixes the immediate problem by avoiding the empty domain (which is probably a good thing anyway) Oops, my last pat

Re: Fix for HMP scheduler crash [ Re: [GIT PULL]: big LITTLE MP v10]

2012-10-12 Thread Viresh Kumar
On 12 October 2012 19:03, Jon Medhurst (Tixy) wrote: > On Fri, 2012-10-12 at 14:19 +0100, Jon Medhurst (Tixy) wrote: >> The attached patch fixes the immediate problem by avoiding the empty >> domain (which is probably a good thing anyway) > > Oops, my last patch included some extra junk, the one a

Re: Fix for HMP scheduler crash [ Re: [GIT PULL]: big LITTLE MP v10]

2012-10-12 Thread Jon Medhurst (Tixy)
On Fri, 2012-10-12 at 14:19 +0100, Jon Medhurst (Tixy) wrote: > The attached patch fixes the immediate problem by avoiding the empty > domain (which is probably a good thing anyway) Oops, my last patch included some extra junk, the one attached to this mail fixes this... >From 7365076675b851355d48

Fix for HMP scheduler crash [ Re: [GIT PULL]: big LITTLE MP v10]

2012-10-12 Thread Jon Medhurst (Tixy)
On Fri, 2012-10-12 at 10:35 +0100, Jon Medhurst (Tixy) wrote: > On Fri, 2012-10-12 at 14:46 +0530, Viresh Kumar wrote: > > Hi Andrey, > > > > Please PULL b.L MP V10 branch from my tree. > > I've been testing with the v10 branch and with "Enable HMP priority > filter by default" I have get a crash

Re: [GIT PULL]: big LITTLE MP v10

2012-10-12 Thread Viresh Kumar
On 12 October 2012 15:05, Jon Medhurst (Tixy) wrote: > On Fri, 2012-10-12 at 14:46 +0530, Viresh Kumar wrote: > I've been testing with the v10 branch and with "Enable HMP priority > filter by default" I have get a crash in select_task_rq_fair() on > vexpress A9, busy investigating this at the mome

[RFC] Config Fragment for kernel debug features

2012-10-12 Thread Viresh Kumar
Hi Andrey, I was just thinking, it would be good if we have another config fragment in linaro/ to enable kernel debug config options like: CONFIG_DEBUG_INFO. What do you think? -- viresh ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://l

Re: [GIT PULL]: big LITTLE MP v10

2012-10-12 Thread Jon Medhurst (Tixy)
On Fri, 2012-10-12 at 14:46 +0530, Viresh Kumar wrote: > Hi Andrey, > > Please PULL b.L MP V10 branch from my tree. I've been testing with the v10 branch and with "Enable HMP priority filter by default" I have get a crash in select_task_rq_fair() on vexpress A9, busy investigating this at the mom

[GIT PULL]: big LITTLE MP v10

2012-10-12 Thread Viresh Kumar
Hi Andrey, Please PULL b.L MP V10 branch from my tree. Updates: --- - Based on v3.6 - Stats: - Total Patches: 77 (V9 had incorrect count) - New Patches: 7 - task-placement-v2: sched: Enable HMP priority filter by default - arm-multi_pmu_v2 updated existing patches: http://permali

Re: [PATCH v2] ARM: hw_breakpoint: v7.1 self-hosted debug powerdown support

2012-10-12 Thread Viresh Kumar
On 12 October 2012 14:00, Dietmar Eggemann wrote: > This patch introduces os save and restore mechanism for v7.1 debug and > self-hosted debuggers. > It enables the os to save DBGDSCR before powerdown and restore it when power > is restored. > > The clearing of the os lock in the restore function

[PATCH v2] ARM: hw_breakpoint: v7.1 self-hosted debug powerdown support

2012-10-12 Thread Dietmar Eggemann
This patch introduces os save and restore mechanism for v7.1 debug and self-hosted debuggers. It enables the os to save DBGDSCR before powerdown and restore it when power is restored. The clearing of the os lock in the restore function kick-starts the debug logic again. The os save and restore ro