Re: [ANNOUNCE] 3.12.5-rt6

2013-12-17 Thread Sebastian Andrzej Siewior
On 12/17/2013 03:26 PM, Mike Galbraith wrote: > On Tue, 2013-12-17 at 09:16 -0500, Steven Rostedt wrote: >> >>> @@ -1129,11 +1127,8 @@ unsigned long wait_task_inactive(struct task_struct >>> *p, long match_state) >>> * is actually now running somewhere else! >>> */ >>>

Re: [ANNOUNCE] 3.12.5-rt6

2013-12-17 Thread Mike Galbraith
On Tue, 2013-12-17 at 09:16 -0500, Steven Rostedt wrote: > > > @@ -1129,11 +1127,8 @@ unsigned long wait_task_inactive(struct task_struct > > *p, long match_state) > > * is actually now running somewhere else! > > */ > > while (task_running(rq, p)) { > > -

Re: [ANNOUNCE] 3.12.5-rt6

2013-12-17 Thread Steven Rostedt
On Tue, 17 Dec 2013 13:42:48 +0100 Sebastian Andrzej Siewior wrote: > >> @@ -1068,8 +1082,10 @@ unsigned long wait_task_inactive(struct > >> * is actually now running somewhere else! > >> */ > >>while (task_running(rq, p)) { > >> - if (match_

Re: [ANNOUNCE] 3.12.5-rt6

2013-12-17 Thread Sebastian Andrzej Siewior
* Steven Rostedt | 2013-12-17 06:31:56 [-0500]: >On Tue, 17 Dec 2013 08:16:31 +0100 >Mike Galbraith wrote: > >> Hi Sebastian, >> >> Looks like there's a booboo here: >> >> On Mon, 2013-12-16 at 10:14 +0100, Sebastian Andrzej Siewior wrote: > >> "ptrace: fix ptrace vs tasklist_lock race" added.

Re: [ANNOUNCE] 3.12.5-rt6

2013-12-17 Thread Steven Rostedt
On Tue, 17 Dec 2013 08:16:31 +0100 Mike Galbraith wrote: > Hi Sebastian, > > Looks like there's a booboo here: > > On Mon, 2013-12-16 at 10:14 +0100, Sebastian Andrzej Siewior wrote: > "ptrace: fix ptrace vs tasklist_lock race" added.. > > @@ -1068,8 +1082,11 @@ unsigned long wait_task_inac

Re: [ANNOUNCE] 3.12.5-rt6

2013-12-16 Thread Mike Galbraith
Hi Sebastian, Looks like there's a booboo here: On Mon, 2013-12-16 at 10:14 +0100, Sebastian Andrzej Siewior wrote: > diff --git a/kernel/sched/core.c b/kernel/sched/core.c > index 22fa2e2..9c87a17 100644 > --- a/kernel/sched/core.c > +++ b/kernel/sched/core.c > @@ -1115,9 +1129,11 @@ unsigned l

[ANNOUNCE] 3.12.5-rt6

2013-12-16 Thread Sebastian Andrzej Siewior
Dear RT folks! I'm pleased to announce the v3.12.5-rt6 patch set. Changes since v3.12.5-rt5 - A last fix for at91 from Sami Pietikäinen. Now at91 based boards should work again on RT. - A fix for an ancient race (since we got sleeping spinlocks) where the TASK_TRACED state is temporary replac