LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* spurious kernel error
@ 2007-03-30  7:36 Zach
  2007-03-30 19:25 ` Len Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Zach @ 2007-03-30  7:36 UTC (permalink / raw)
  To: linux-kernel

I just noticed this weird kernel message while looking through
/var/log/ , I have never noticed this error to occur before and below
is the only mention of it I could find in my log files:

netrek:/var/log# grep IRQ7 *
kern.log:Mar 29 23:44:36 netrek kernel: spurious 8259A interrupt: IRQ7.
kernel:Mar 29 23:44:36 netrek kernel: spurious 8259A interrupt: IRQ7.
messages:Mar 29 23:44:36 netrek kernel: spurious 8259A interrupt: IRQ7.
syslog:Mar 29 23:44:36 netrek kernel: spurious 8259A interrupt: IRQ7.

I next looked at output of lspci but as you can see I do not have IRQ7
assigned to anything:

netrek:~# lspci -v
0000:00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX -
82443BX/ZX/DX Host bridge (rev 03)
       Flags: bus master, medium devsel, latency 32
       Memory at f4000000 (32-bit, prefetchable) [size=64M]
       Capabilities: [a0] AGP version 1.0

0000:00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX
AGP bridge (rev 03) (prog-if 00 [Normal decode])
       Flags: bus master, 66MHz, medium devsel, latency 32
       Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
       I/O behind bridge: 0000e000-0000efff
       Memory behind bridge: fd000000-feffffff
       Prefetchable memory behind bridge: f8000000-fbffffff

0000:00:03.0 CardBus bridge: Texas Instruments PCI1420
       Subsystem: Dell Latitude C600
       Flags: bus master, medium devsel, latency 32, IRQ 11
       Memory at 10000000 (32-bit, non-prefetchable) [size=4K]
       Bus: primary=00, secondary=02, subordinate=05, sec-latency=32
       I/O window 0: 00000000-00000003
       I/O window 1: 00000000-00000003
       16-bit legacy interface ports at 0001

0000:00:03.1 CardBus bridge: Texas Instruments PCI1420
       Subsystem: Dell Latitude C600
       Flags: bus master, medium devsel, latency 32, IRQ 11
       Memory at 10001000 (32-bit, non-prefetchable) [size=4K]
       Bus: primary=00, secondary=06, subordinate=09, sec-latency=32
       I/O window 0: 00000000-00000003
       I/O window 1: 00000000-00000003
       16-bit legacy interface ports at 0001

0000:00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
       Flags: bus master, medium devsel, latency 0

0000:00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE
(rev 01) (prog-if 80 [Master])
       Flags: bus master, medium devsel, latency 32
       I/O ports at 0860 [size=16]

0000:00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB
(rev 01) (prog-if 00 [UHCI])
       Flags: bus master, medium devsel, latency 32, IRQ 11
       I/O ports at dce0 [size=32]

0000:00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
       Flags: medium devsel, IRQ 9

0000:00:08.0 Multimedia audio controller: ESS Technology ES1983S
Maestro-3i PCI Audio Accelerator (rev 10)
       Subsystem: Dell Latitude C600
       Flags: bus master, medium devsel, latency 32, IRQ 5
       I/O ports at d800 [size=256]
       Memory at f3ffe000 (32-bit, non-prefetchable) [size=8K]
       Capabilities: [c0] Power Management version 2

0000:00:10.0 Ethernet controller: 3Com Corporation 3c556 Hurricane
CardBus [Cyclone] (rev 10)
       Subsystem: 3Com Corporation: Unknown device 6456
       Flags: bus master, medium devsel, latency 32, IRQ 11
       I/O ports at d400 [size=256]
       Memory at f3ffdc00 (32-bit, non-prefetchable) [size=128]
       Memory at f3ffd800 (32-bit, non-prefetchable) [size=128]
       Expansion ROM at fc000000 [disabled] [size=128K]
       Capabilities: [50] Power Management version 2

0000:00:10.1 Communication controller: 3Com Corporation Mini PCI 56k
Winmodem (rev 10)
       Subsystem: 3Com Corporation: Unknown device 615b
       Flags: bus master, medium devsel, latency 32, IRQ 11
       I/O ports at d000 [size=256]
       Memory at f3ffd400 (32-bit, non-prefetchable) [size=256]
       Memory at f3ffd000 (32-bit, non-prefetchable) [size=128]
       Capabilities: [50] Power Management version 2

0000:01:00.0 VGA compatible controller: ATI Technologies Inc Rage
Mobility M3 AGP 2x (rev 02) (prog-if 00 [VGA])
       Subsystem: Dell Latitude C600
       Flags: bus master, stepping, 66MHz, medium devsel, latency 32, IRQ 11
       Memory at f8000000 (32-bit, prefetchable) [size=64M]
       I/O ports at ec00 [size=256]
       Memory at fdffc000 (32-bit, non-prefetchable) [size=16K]
       Expansion ROM at <unassigned> [disabled] [size=128K]
       Capabilities: [50] AGP version 2.0
       Capabilities: [5c] Power Management version 2

/proc/pci similarly shows no IRQ 7 being assigned in accordance with
the lspci output above:

netrek:~# cat /proc/pci |grep IRQ
     IRQ 11.
     IRQ 11.
     IRQ 11.
     IRQ 9.
     IRQ 5.
     IRQ 11.
     IRQ 11.
     IRQ 11.

My external serial modem (Supre Express 56 Sp) is on /dev/ttyS0 could
this be using IRQ 7? By the way is there a way I can probe/scan my
external modem so I can get information about it too?

My kernel:

netrek:~# uname -a
Linux netrek 2.4.27-2-686 #1 Wed Nov 30 21:55:37 JST 2005 i686 GNU/Linux

I am using the kernel image for Debian testing release (Debian 4.0):

netrek:~# dpkg -l | grep kernel-image-2.4.27
ii  kernel-image-2.4.27-2-686        2.4.27-12
Linux kernel image for version 2.4.27 on PPr

netrek:~# apt-cache show  kernel-image-2.4.27-2-686
Package: kernel-image-2.4.27-2-686
Status: install ok installed
Priority: optional
Section: base
Installed-Size: 31844
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: i386
Source: kernel-image-2.4.27-i386
Version: 2.4.27-12
Provides: kernel-image, kernel-image-2.4
Depends: initrd-tools (>= 0.1.48), coreutils | fileutils (>= 4.0),
modutils (>= 2.4.19)
Suggests: lilo (>= 19.1) | grub, fdutils, kernel-doc-2.4.27 |
kernel-source-2.4.27, kernel-pcmcia-modules-2.4.27-2-686 |
pcmcia-modules-2.4.27-2-686
Description: Linux kernel image for version 2.4.27 on PPro/Celeron/PII/PIII/P4
 This package contains the Linux kernel image for version 2.4.27 on
 Pentium Pro/Celeron/Pentium II/Pentium III/Pentium 4,
 the corresponding System.map file, and the modules built by the packager.
 It also contains scripts that try to ensure that the system is not left in
 a unbootable state after an update.
 .
 If you wish to update a bootdisk, or to use a bootloader to make
 installing and using the image easier, we suggest you install the latest
 fdutils (for formatting a floppy to be used as boot disk), and LILO, for a
 powerful bootloader. Of course, both these are optional.
 .
 Kernel image packages are generally produced using kernel-package,
 and it is suggested that you install that package if you wish to
 create a custom kernel from the sources.

The machine is a notebook, Dell Latitude C600, BIOS version A23.

I do not use the built-in ethernet card since for now I just access
the net through dialup modem nor do I use the built-in Winmodem.

netrek:~# cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 8
model name      : Pentium III (Coppermine)
stepping        : 6
cpu MHz         : 751.716
cache size      : 256 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca
cmov pat pse36 mmx fxsr sse
bogomips        : 1500.77

Any suggestions on what caused this error, how I can debug it to get
more information or ideally how to prevent this from happening again
would be appreciated.

Regards,
Zach

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

* Re: spurious kernel error
  2007-03-30  7:36 spurious kernel error Zach
@ 2007-03-30 19:25 ` Len Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Len Brown @ 2007-03-30 19:25 UTC (permalink / raw)
  To: Zach; +Cc: linux-kernel

On Friday 30 March 2007 03:36, Zach wrote:

> kern.log:Mar 29 23:44:36 netrek kernel: spurious 8259A interrupt: IRQ7.

A spurious interrupt isn't necessarily a "spurious kernel error",
it means that the kernel went to service an interrupt and didn't
find any sources.  In PIC mode, these are registered on IRQ7.
Could be a race condition in a device driver
that is exposed from multiple drivers sharing the same IRQ.

-Len



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

end of thread, other threads:[~2007-03-30 19:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-30  7:36 spurious kernel error Zach
2007-03-30 19:25 ` Len Brown

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).