* WARNING at kernel/irq/resend.c:70 check_irq_resend() on OSK
@ 2007-08-10 17:00 Dirk Behme
2007-08-10 21:37 ` Kevin Hilman
0 siblings, 1 reply; 4+ messages in thread
From: Dirk Behme @ 2007-08-10 17:00 UTC (permalink / raw)
To: linux-omap-open-source
Frist, thanks for updating the kernel! Tested on OSK, everything looks
okay.
While booting on OSK, I get stuff below. Any idea? Note that kernel
goes on booting and nothing feels broken.
Best regards
Dirk
...
Initializing OMAP McBSP system
omap_dsp_init() done
USB: hmc 16, usb2 alt 0 wires
i2c_omap i2c_omap.1: bus 1 rev2.2 at 100 kHz
tps65010: version 2 May 2005
WARNING: at kernel/irq/resend.c:70 check_irq_resend()
[<c0028ffc>] (dump_stack+0x0/0x14) from [<c0074218>]
(check_irq_resend+0x64/0)
[<c00741b4>] (check_irq_resend+0x0/0x10c) from [<c00737ac>]
(enable_irq+0x9c/)
r7:c031e834 r6:00000048 r5:80000013 r4:c0256684
[<c0073710>] (enable_irq+0x0/0xe8) from [<c0157994>]
(tps65010_work+0x230/0x2)
r5:c031e600 r4:c031e788
[<c0157764>] (tps65010_work+0x0/0x260) from [<c001b6e4>]
(tps65010_probe+0x27)
r5:c025d124 r4:c031e600
[<c001b468>] (tps65010_probe+0x0/0x2c8) from [<c01544dc>]
(i2c_probe_address+)
r7:00000048 r6:00000048 r5:c031e834 r4:00000000
[<c015440c>] (i2c_probe_address+0x0/0x120) from [<c0155640>]
(i2c_probe+0x1bc)
[<c0155484>] (i2c_probe+0x0/0x1d4) from [<c001b36c>]
(tps65010_scan_bus+0x3c/)
[<c001b330>] (tps65010_scan_bus+0x0/0x50) from [<c0155168>]
(i2c_register_dri)
r4:c031e834
[<c01550a8>] (i2c_register_driver+0x0/0x108) from [<c001b3b4>]
(tps_init+0x34)
r6:c001fa00 r5:c025d124 r4:00000002
[<c001b380>] (tps_init+0x0/0xe8) from [<c00087c0>]
(kernel_init+0xb8/0x284)
r6:c001fa00 r5:00000000 r4:c0020404
[<c0008708>] (kernel_init+0x0/0x284) from [<c00508d0>] (do_exit+0x0/0x924)
Time: 32k_counter clocksource has been installed.
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 1024 (order: 1, 8192 bytes)
TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
TCP: Hash tables configured (established 1024 bind 1024)
TCP reno registered
...
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: WARNING at kernel/irq/resend.c:70 check_irq_resend() on OSK
2007-08-10 17:00 WARNING at kernel/irq/resend.c:70 check_irq_resend() on OSK Dirk Behme
@ 2007-08-10 21:37 ` Kevin Hilman
2007-08-10 21:52 ` Woodruff, Richard
0 siblings, 1 reply; 4+ messages in thread
From: Kevin Hilman @ 2007-08-10 21:37 UTC (permalink / raw)
To: Dirk Behme; +Cc: linux-omap-open-source
Dirk Behme wrote:
>
> While booting on OSK, I get stuff below. Any idea? Note that kernel goes
> on booting and nothing feels broken.
>
FWIW, I see this on 2430 too.
This is from some temporary debug code added[1] that made it into
2.6.23-rc2, but was recently removed by Linus[2]
Kevin
[1]
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0fc4969b866671dfe39b1a9119d0fdc7ea0f63e5
[2]
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=88ffc3505988196ef5cfdc0278ad89025c2a7b1a
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: WARNING at kernel/irq/resend.c:70 check_irq_resend() on OSK
2007-08-10 21:37 ` Kevin Hilman
@ 2007-08-10 21:52 ` Woodruff, Richard
2007-08-10 22:38 ` Kevin Hilman
0 siblings, 1 reply; 4+ messages in thread
From: Woodruff, Richard @ 2007-08-10 21:52 UTC (permalink / raw)
To: Kevin Hilman, Dirk Behme; +Cc: linux-omap-open-source
Kevin,
Were you seeing it consistently on today's GIT after compile fix ups?
I'm not. But, seems like I still have some hacks in the resend code. Back on 19 I had some tick issues and I created a patch which I applied to my local git. I've not bothered to remove those yet. Don't know if they are fixing/masking something. Why don't you shut off Dtick and see if you still have it.
> > While booting on OSK, I get stuff below. Any idea? Note that kernel goes
> > on booting and nothing feels broken.
> >
>
> FWIW, I see this on 2430 too.
>
> This is from some temporary debug code added[1] that made it into
> 2.6.23-rc2, but was recently removed by Linus[2]
Regards,
Richard W.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: WARNING at kernel/irq/resend.c:70 check_irq_resend() on OSK
2007-08-10 21:52 ` Woodruff, Richard
@ 2007-08-10 22:38 ` Kevin Hilman
0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2007-08-10 22:38 UTC (permalink / raw)
To: Woodruff, Richard; +Cc: linux-omap-open-source
Woodruff, Richard wrote:
> Were you seeing it consistently on today's GIT after compile fix ups?
Yes.
> I'm not. But, seems like I still have some hacks in the resend code. Back on 19 I had some tick issues and I created a patch which I applied to my local git. I've not bothered to remove those yet. Don't know if they are fixing/masking something. Why don't you shut off Dtick and see if you still have it.
I tried with HRT+NO_HZ and without both, and I see the same backtrace
consistently.
>>> While booting on OSK, I get stuff below. Any idea? Note that kernel goes
>>> on booting and nothing feels broken.
>>>
>> FWIW, I see this on 2430 too.
>>
>> This is from some temporary debug code added[1] that made it into
>> 2.6.23-rc2, but was recently removed by Linus[2]
>
> Regards,
> Richard W.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-08-10 22:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-10 17:00 WARNING at kernel/irq/resend.c:70 check_irq_resend() on OSK Dirk Behme
2007-08-10 21:37 ` Kevin Hilman
2007-08-10 21:52 ` Woodruff, Richard
2007-08-10 22:38 ` Kevin Hilman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox