Alexander Graf writes:
> On 10.12.2013, at 15:21, Aneesh Kumar K.V
> wrote:
>
>> From: "Aneesh Kumar K.V"
>>
>> We already checked need_resched. So we can call schedule directly
>>
>> Signed-off-by: Aneesh Kumar K.V
>
> The real fix for the issue you're seeing is
>
> https://lkml.org/lkml
From: "Aneesh Kumar K.V"
We already checked need_resched. So we can call schedule directly
Signed-off-by: Aneesh Kumar K.V
---
NOTE: This patch also work around a regression upstream w.r.t PR KVM
BUG: soft lockup - CPU#0 stuck for 23s! [qemu-system-ppc:4394]
Modules linked in:
CPU: 0 PID:
On Tue, 2013-12-10 at 15:40 +0100, Alexander Graf wrote:
> On 10.12.2013, at 15:21, Aneesh Kumar K.V
> wrote:
>
> > From: "Aneesh Kumar K.V"
> >
> > We already checked need_resched. So we can call schedule directly
> >
> > Signed-off-by: Aneesh Kumar K.V
>
> The real fix for the issue you'r
On Tue, 2013-12-10 at 23:48 +0100, Peter Zijlstra wrote:
>
> Yeah, I went on holidays and the patch just sat there. I'll prod Ingo
> into merging it.
Thanks !
Cheers,
Ben.
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozla
On 10.12.2013, at 15:21, Aneesh Kumar K.V
wrote:
> From: "Aneesh Kumar K.V"
>
> We already checked need_resched. So we can call schedule directly
>
> Signed-off-by: Aneesh Kumar K.V
The real fix for the issue you're seeing is
https://lkml.org/lkml/2013/11/28/241
Alex
On 10.12.2013, at 17:08, Aneesh Kumar K.V
wrote:
> Alexander Graf writes:
>
>> On 10.12.2013, at 15:21, Aneesh Kumar K.V
>> wrote:
>>
>>> From: "Aneesh Kumar K.V"
>>>
>>> We already checked need_resched. So we can call schedule directly
>>>
>>> Signed-off-by: Aneesh Kumar K.V
>>
>> Th
On Wed, Dec 11, 2013 at 07:52:51AM +1100, Benjamin Herrenschmidt wrote:
> On Tue, 2013-12-10 at 15:40 +0100, Alexander Graf wrote:
> > On 10.12.2013, at 15:21, Aneesh Kumar K.V
> > wrote:
> >
> > > From: "Aneesh Kumar K.V"
> > >
> > > We already checked need_resched. So we can call schedule di