linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* OUPS 2.5.69-bk19 sonypi irq 11: nobody cared!
@ 2003-05-26 17:50 Grzegorz Jaskiewicz
  2003-06-02  8:10 ` Stelian Pop
  0 siblings, 1 reply; 3+ messages in thread
From: Grzegorz Jaskiewicz @ 2003-05-26 17:50 UTC (permalink / raw)
  To: stelian; +Cc: lkml

irq 11: nobody cared!

Call Trace:
 [<c010cb90>] handle_IRQ_event+0x90/0x100
 [<c010cdd1>] do_IRQ+0x91/0x120
 [<c790f9c0>] +0x0/0x18 [sonypi]
 [<c790f9ec>] sonypi_type1_irq_list+0x0/0x10 [sonypi]
 [<c010b388>] common_interrupt+0x18/0x20
 [<c790f9c0>] +0x0/0x18 [sonypi]
 [<c790f9ec>] sonypi_type1_irq_list+0x0/0x10 [sonypi]
 [<c790c409>] sonypi_call2+0x29/0xf0 [sonypi]
 [<c790d54e>] sonypi_probe+0x13e/0x460 [sonypi]
 [<c790da96>] +0x2a/0xb4 [sonypi]
 [<c790c8d0>] sonypi_irq+0x0/0x2a0 [sonypi]
 [<c790fd00>] +0x0/0x200 [sonypi]
 [<c030206f>] pci_find_device+0x2f/0x40
 [<c790fd00>] +0x0/0x200 [sonypi]
 [<c78fe030>] +0x30/0x3b [sonypi]
 [<c013509f>] sys_init_module+0xff/0x210
 [<c790fd00>] +0x0/0x200 [sonypi]
 [<c010b21b>] syscall_call+0x7/0xb


handlers:
[<c790c8d0>] (sonypi_irq+0x0/0x2a0 [sonypi])
sonypi: Sony Programmable I/O Controller Driver v1.18.
sonypi: detected type1 model, verbose = 0, fnkeyinit = off, camera =
off, compat = off, ma
sk = 0xffffffff, useinput = on
sonypi: enabled at irq=11, port1=0x10c0, port2=0x10c4
sonypi: device allocated minor is 63
irq 11: nobody cared!
Call Trace:
 [<c010cb90>] handle_IRQ_event+0x90/0x100
 [<c010cdd1>] do_IRQ+0x91/0x120
 [<c0105000>] _stext+0x0/0x60
 [<c010b388>] common_interrupt+0x18/0x20
 [<c0105000>] _stext+0x0/0x60
 [<c0320014>] acpi_processor_idle+0xd4/0x1d0
 [<c031ff40>] acpi_processor_idle+0x0/0x1d0
 [<c031ff40>] acpi_processor_idle+0x0/0x1d0
 [<c0105000>] _stext+0x0/0x60
 [<c01090e9>] cpu_idle+0x39/0x50
 [<c066c718>] start_kernel+0x148/0x150
 [<c066c480>] unknown_bootoption+0x0/0x120

handlers:
[<c790c8d0>] (sonypi_irq+0x0/0x2a0 [sonypi])
Sony VAIO Jog Dial installed.
Linux video capture interface: v1.00
meye: using 2 buffers with 600k (1200k total) for capture
meye: Motion Eye Camera Driver v1.6.
meye: mchip KL5A72002 rev. 1, base fc00d800, irq 9

but they seem to work fine :]


-- 
Grzegorz Jaskiewicz <gj@pointblue.com.pl>
K4 labs


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

* Re: OUPS 2.5.69-bk19 sonypi irq 11: nobody cared!
  2003-05-26 17:50 OUPS 2.5.69-bk19 sonypi irq 11: nobody cared! Grzegorz Jaskiewicz
@ 2003-06-02  8:10 ` Stelian Pop
  0 siblings, 0 replies; 3+ messages in thread
From: Stelian Pop @ 2003-06-02  8:10 UTC (permalink / raw)
  To: Grzegorz Jaskiewicz; +Cc: lkml

On Mon, May 26, 2003 at 06:50:36PM +0100, Grzegorz Jaskiewicz wrote:

> irq 11: nobody cared!
> 
> Call Trace:
[...]
>  [<c790c8d0>] sonypi_irq+0x0/0x2a0 [sonypi]
>  [<c790fd00>] +0x0/0x200 [sonypi]
>  [<c030206f>] pci_find_device+0x2f/0x40
>  [<c790fd00>] +0x0/0x200 [sonypi]
>  [<c78fe030>] +0x30/0x3b [sonypi]
>  [<c013509f>] sys_init_module+0xff/0x210
>  [<c790fd00>] +0x0/0x200 [sonypi]
>  [<c010b21b>] syscall_call+0x7/0xb

I have been away for a while, moving to a new house etc...

Anyway, the sonypi messages appear because of the new irq infrastructure
Linus introduced a few weeks ago. Using this infrastructure a driver can
tell if he really handled the irq or not.

The problem with the sonypi driver is that it only knows about a 
limited set of events (button presses, battery events, lid events etc),
and any event not referenced in the sonypi source will give you the
backtrace you saw.

I intend to force the sonypi driver to return IRQ_HANDLED every time
he receives an event (because it does anyway print a warning message
when it happens), but this code has not reached Linus yet.

Stelian.
-- 
Stelian Pop <stelian@popies.net>

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

* OUPS 2.5.69-bk19 sonypi irq 11: nobody cared!
@ 2003-05-26 17:50 Grzegorz Jaskiewicz
  0 siblings, 0 replies; 3+ messages in thread
From: Grzegorz Jaskiewicz @ 2003-05-26 17:50 UTC (permalink / raw)
  To: stelian; +Cc: lkml

irq 11: nobody cared!

Call Trace:
 [<c010cb90>] handle_IRQ_event+0x90/0x100
 [<c010cdd1>] do_IRQ+0x91/0x120
 [<c790f9c0>] +0x0/0x18 [sonypi]
 [<c790f9ec>] sonypi_type1_irq_list+0x0/0x10 [sonypi]
 [<c010b388>] common_interrupt+0x18/0x20
 [<c790f9c0>] +0x0/0x18 [sonypi]
 [<c790f9ec>] sonypi_type1_irq_list+0x0/0x10 [sonypi]
 [<c790c409>] sonypi_call2+0x29/0xf0 [sonypi]
 [<c790d54e>] sonypi_probe+0x13e/0x460 [sonypi]
 [<c790da96>] +0x2a/0xb4 [sonypi]
 [<c790c8d0>] sonypi_irq+0x0/0x2a0 [sonypi]
 [<c790fd00>] +0x0/0x200 [sonypi]
 [<c030206f>] pci_find_device+0x2f/0x40
 [<c790fd00>] +0x0/0x200 [sonypi]
 [<c78fe030>] +0x30/0x3b [sonypi]
 [<c013509f>] sys_init_module+0xff/0x210
 [<c790fd00>] +0x0/0x200 [sonypi]
 [<c010b21b>] syscall_call+0x7/0xb


handlers:
[<c790c8d0>] (sonypi_irq+0x0/0x2a0 [sonypi])
sonypi: Sony Programmable I/O Controller Driver v1.18.
sonypi: detected type1 model, verbose = 0, fnkeyinit = off, camera =
off, compat = off, ma
sk = 0xffffffff, useinput = on
sonypi: enabled at irq=11, port1=0x10c0, port2=0x10c4
sonypi: device allocated minor is 63
irq 11: nobody cared!
Call Trace:
 [<c010cb90>] handle_IRQ_event+0x90/0x100
 [<c010cdd1>] do_IRQ+0x91/0x120
 [<c0105000>] _stext+0x0/0x60
 [<c010b388>] common_interrupt+0x18/0x20
 [<c0105000>] _stext+0x0/0x60
 [<c0320014>] acpi_processor_idle+0xd4/0x1d0
 [<c031ff40>] acpi_processor_idle+0x0/0x1d0
 [<c031ff40>] acpi_processor_idle+0x0/0x1d0
 [<c0105000>] _stext+0x0/0x60
 [<c01090e9>] cpu_idle+0x39/0x50
 [<c066c718>] start_kernel+0x148/0x150
 [<c066c480>] unknown_bootoption+0x0/0x120

handlers:
[<c790c8d0>] (sonypi_irq+0x0/0x2a0 [sonypi])
Sony VAIO Jog Dial installed.
Linux video capture interface: v1.00
meye: using 2 buffers with 600k (1200k total) for capture
meye: Motion Eye Camera Driver v1.6.
meye: mchip KL5A72002 rev. 1, base fc00d800, irq 9

but they seem to work fine :]


-- 
Grzegorz Jaskiewicz <gj@pointblue.com.pl>
K4 labs


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

end of thread, other threads:[~2003-06-02  7:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-26 17:50 OUPS 2.5.69-bk19 sonypi irq 11: nobody cared! Grzegorz Jaskiewicz
2003-06-02  8:10 ` Stelian Pop
  -- strict thread matches above, loose matches on Subject: below --
2003-05-26 17:50 Grzegorz Jaskiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).