Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* arm / kirkwood (openrd): cpu_idle
@ 2009-10-15 11:52 Dieter Kiermaier
  2009-10-15 12:10 ` Sascha Silbe
  0 siblings, 1 reply; 6+ messages in thread
From: Dieter Kiermaier @ 2009-10-15 11:52 UTC (permalink / raw)
  To: linux-arm-kernel

Hi all,

we've discussed some days ago the cpu_idle issue on marvell kirkwood devices.
I got following output sometimes. I don't know if this is really a problem?

------------[ cut here ]------------
WARNING: at arch/arm/kernel/process.c:171 cpu_idle+0x74/0xbc()
Modules linked in:
[<c002b8bc>] (unwind_backtrace+0x0/0xd8) from [<c003af1c>] (warn_slowpath_common+0x4c/0x68)
[<c003af1c>] (warn_slowpath_common+0x4c/0x68) from [<c00278c4>] (cpu_idle+0x74/0xbc)
[<c00278c4>] (cpu_idle+0x74/0xbc) from [<c0008b2c>] (start_kernel+0x22c/0x27c)
[<c0008b2c>] (start_kernel+0x22c/0x27c) from [<00008034>] (0x8034)
---[ end trace 134046cd7af57c60 ]---

I've tried to apply the patch Simon mentioned at
http://lists.infradead.org/pipermail/linux-arm-kernel/2009-October/001624.html
http://patchwork.kernel.org/patch/40871/

But it looks like that in rc4 something has changed so the patch didn't apply without errors.
And I don't know enough about this stuff to know what I'm doing :(

Any help would be appreciated!
Thanks in advance,
Dieter

^ permalink raw reply	[flat|nested] 6+ messages in thread

* arm / kirkwood (openrd): cpu_idle
  2009-10-15 11:52 arm / kirkwood (openrd): cpu_idle Dieter Kiermaier
@ 2009-10-15 12:10 ` Sascha Silbe
  2009-10-15 12:28   ` Dieter Kiermaier
  0 siblings, 1 reply; 6+ messages in thread
From: Sascha Silbe @ 2009-10-15 12:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Oct 15, 2009 at 01:52:41PM +0200, Dieter Kiermaier wrote:

> But it looks like that in rc4 something has changed so the patch 
> didn't apply without errors.
It was quite easy to resolve (even though I don't understand any of the 
touched code), see [1] for a rebased patch.
I'm wondering why it wasn't merged upstream yet, though.


[1] 
http://sascha.silbe.org/openrd/0001-apply-cpu_idle-IRQ-fix-from-http-patchwork.kernel.patch

CU Sascha

-- 
http://sascha.silbe.org/
http://www.infra-silbe.de/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 489 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20091015/233666d6/attachment.sig>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* arm / kirkwood (openrd): cpu_idle
  2009-10-15 12:10 ` Sascha Silbe
@ 2009-10-15 12:28   ` Dieter Kiermaier
  2009-10-15 12:56     ` Joel Stanley
  0 siblings, 1 reply; 6+ messages in thread
From: Dieter Kiermaier @ 2009-10-15 12:28 UTC (permalink / raw)
  To: linux-arm-kernel

Am Donnerstag 15 Oktober 2009 14:10:22 schrieb Sascha Silbe:
> On Thu, Oct 15, 2009 at 01:52:41PM +0200, Dieter Kiermaier wrote:
> 
> > But it looks like that in rc4 something has changed so the patch 
> > didn't apply without errors.
> It was quite easy to resolve (even though I don't understand any of the 
> touched code), see [1] for a rebased patch.

Many thanks, I was to yellow :)


> I'm wondering why it wasn't merged upstream yet, though.

I'm wondering, too.
Dieter


> 
> 
> [1] 
> http://sascha.silbe.org/openrd/0001-apply-cpu_idle-IRQ-fix-from-http-patchwork.kernel.patch
> 
> CU Sascha
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* arm / kirkwood (openrd): cpu_idle
  2009-10-15 12:28   ` Dieter Kiermaier
@ 2009-10-15 12:56     ` Joel Stanley
  2009-10-16 11:50       ` Alexander Clouter
  0 siblings, 1 reply; 6+ messages in thread
From: Joel Stanley @ 2009-10-15 12:56 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Oct 15, 2009 at 22:58, Dieter Kiermaier <dk-arm-linux@gmx.de> wrote:
>
> Am Donnerstag 15 Oktober 2009 14:10:22 schrieb Sascha Silbe:
>> On Thu, Oct 15, 2009 at 01:52:41PM +0200, Dieter Kiermaier wrote:
>>
>> > But it looks like that in rc4 something has changed so the patch
>> > didn't apply without errors.
>> It was quite easy to resolve (even though I don't understand any of the
>> touched code), see [1] for a rebased patch.

I can confirm that the patch fixes the issue; I have been testing for
48 hours on an openrd-client without seeing the WARNING.

>> I'm wondering why it wasn't merged upstream yet, though.
>
> I'm wondering, too.

Agreed.  What can we do to help it on it's way?

Joel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* arm / kirkwood (openrd): cpu_idle
  2009-10-15 12:56     ` Joel Stanley
@ 2009-10-16 11:50       ` Alexander Clouter
  2009-10-17 15:49         ` Martin Michlmayr
  0 siblings, 1 reply; 6+ messages in thread
From: Alexander Clouter @ 2009-10-16 11:50 UTC (permalink / raw)
  To: linux-arm-kernel

Joel Stanley <joel@jms.id.au> wrote:
>
> On Thu, Oct 15, 2009 at 22:58, Dieter Kiermaier <dk-arm-linux@gmx.de> wrote:
>>
>> Am Donnerstag 15 Oktober 2009 14:10:22 schrieb Sascha Silbe:
>
>>> On Thu, Oct 15, 2009 at 01:52:41PM +0200, Dieter Kiermaier wrote:
>>>
>>> > But it looks like that in rc4 something has changed so the patch
>>> > didn't apply without errors.
>>> It was quite easy to resolve (even though I don't understand any of the
>>> touched code), see [1] for a rebased patch.
> 
> I can confirm that the patch fixes the issue; I have been testing for
> 48 hours on an openrd-client without seeing the WARNING.
> 
>>> I'm wondering why it wasn't merged upstream yet, though.
>>
>> I'm wondering, too.
> 
> Agreed.  What can we do to help it on it's way?
> 
I guess someone could add a bunch of Tested-By's to the LKML posting.

http://patchwork.kernel.org/patch/50728/

Cheers

-- 
Alexander Clouter
.sigmonster says: "We live, in a very kooky time."
                  		-- Herb Blashtfalt

^ permalink raw reply	[flat|nested] 6+ messages in thread

* arm / kirkwood (openrd): cpu_idle
  2009-10-16 11:50       ` Alexander Clouter
@ 2009-10-17 15:49         ` Martin Michlmayr
  0 siblings, 0 replies; 6+ messages in thread
From: Martin Michlmayr @ 2009-10-17 15:49 UTC (permalink / raw)
  To: linux-arm-kernel

* Alexander Clouter <alex@digriz.org.uk> [2009-10-16 12:50]:
> >>> I'm wondering why it wasn't merged upstream yet, though.
> >>
> >> I'm wondering, too.
> > 
> > Agreed.  What can we do to help it on it's way?
> > 
> I guess someone could add a bunch of Tested-By's to the LKML posting.

I did and Andrew Morton said he'll make sure it ends up in 2.6.32.
-- 
Martin Michlmayr
http://www.cyrius.com/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-10-17 15:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-15 11:52 arm / kirkwood (openrd): cpu_idle Dieter Kiermaier
2009-10-15 12:10 ` Sascha Silbe
2009-10-15 12:28   ` Dieter Kiermaier
2009-10-15 12:56     ` Joel Stanley
2009-10-16 11:50       ` Alexander Clouter
2009-10-17 15:49         ` Martin Michlmayr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox