* Re: [Bugme-new] [Bug 9174] New: linux-2.6.23-git11 kernel panic [not found] <bug-9174-10286@http.bugzilla.kernel.org/> @ 2007-10-17 20:01 ` Andrew Morton 2007-10-18 9:53 ` Patrick McHardy 0 siblings, 1 reply; 4+ messages in thread From: Andrew Morton @ 2007-10-17 20:01 UTC (permalink / raw) To: plamen.petrov; +Cc: bugme-daemon, netdev On Wed, 17 Oct 2007 07:36:16 -0700 (PDT) bugme-daemon@bugzilla.kernel.org wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=9174 > > Summary: linux-2.6.23-git11 kernel panic > Product: Other > Version: 2.5 > KernelVersion: 2.6.23-git11 > Platform: All > OS/Version: Linux > Tree: Mainline > Status: NEW > Severity: blocking > Priority: P1 > Component: Other > AssignedTo: other_other@kernel-bugs.osdl.org > ReportedBy: plamen.petrov@tk.ru.acad.bg > > > Most recent kernel where this bug did not occur: 2.6.23 > Distribution:Slackware 12 > Hardware Environment: AMD Duron 900, 512 MB RAM, 3x Realtek 8139 based NICs > Software Environment: > Problem Description: > Machine booted OK, I logged in, started "mc", and got the kernel panic; > As you can see from the kernel panic, the process where it happened is > FahCore_81.exe, which is the linux client of the Folding @ HOME project; > other programs started before I logged in the machine, too. > It's better to report recently-occurring bugs via email, please - bugzilla is more for long-term things. But still - thanks for reporting the bug! Let's keep this to email so please follow up via emailed reply-to-all. > EIP is at packet_rcv_0x1a2/0x360 > eax: 00000000 ebx: c2fd1190 ecx: c2fd11a4 edx: c2fd11a4 > esi: c26ee800 edi: c2c90200 ebp: c343f434 esp: c2dd5ed4 > ds: 007b es: 007b fs: 0000 gs: 0000 ss: 0068 > Process FahCore_81.exe (pid: 1290, ti=c2dd4000 task=c2dd0530 task.ti=c2dd4000) > Stack: 000000c0 00000020 0008ab40 c05604c0 00000068 00000068 c2fd11a0 c2fd11a4 > 00000068 c2fd1180 c0563500 c2fd10c0 0000dd86 c056b6e8 c03477d4 c26ee800 > 00000040 c1a9a370 dd86a000 c2c90358 c26ee800 c26ee800 00000000 c05edd3c > Call Trace: > [<c03477d4>] netif_recieve_skb+0x174/0x370 > [<c0349e1c>] process_backlog+0x5c/oxb0 > [<c0349ab3>] net_rx_action+0x43/0xf0 > [<c011ef92>] __do_softirq+0x42/0x90 > [<c011f007>] do_softirq_0x27/0x30 > [<c011f2da>] irq_exit+0x5a/0x60 > [<c0104eba>] do_IRQ+0x4a/0x80 > [<c0456b18>] schedule+0x148/0x270 > [<c010321f>] common_interrupt+0x23/0x28 > ======================= > Code: 02 0f b6 43 65 83 e0 07 88 42 0a f6 87 78 01 00 00 04 0f 85 84 01 00 00 8b > 46 44 8b 4c 24 1c 89 41 04 8b 43 14 8b 80 b8 00 00 00 <8b> 48 04 31 c0 85 c9 74 > 0b 8b 54 24 1c 89 d8 83 c2 0c ff d1 8b > EIP: [<c0422782>] packet_rcv+0x1a2/0x360 SS:ESP 0068:c2dd5ed4 > Kernel panic - not syncing: Fatal exception in interrupt > config is in the bugzilla report. Seems that 8139too is the NIC. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bugme-new] [Bug 9174] New: linux-2.6.23-git11 kernel panic 2007-10-17 20:01 ` [Bugme-new] [Bug 9174] New: linux-2.6.23-git11 kernel panic Andrew Morton @ 2007-10-18 9:53 ` Patrick McHardy 2007-10-18 10:58 ` Patrick McHardy 0 siblings, 1 reply; 4+ messages in thread From: Patrick McHardy @ 2007-10-18 9:53 UTC (permalink / raw) To: plamen.petrov; +Cc: Andrew Morton, bugme-daemon, netdev Andrew Morton wrote: > On Wed, 17 Oct 2007 07:36:16 -0700 (PDT) > bugme-daemon@bugzilla.kernel.org wrote: > >> http://bugzilla.kernel.org/show_bug.cgi?id=9174 >> >> Summary: linux-2.6.23-git11 kernel panic >> >> EIP is at packet_rcv_0x1a2/0x360 Please find out on which device the packet socket is opened by looking at /proc/net/packet and comparing the Iface shown there to the ifindexes listed in "ip link list". ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bugme-new] [Bug 9174] New: linux-2.6.23-git11 kernel panic 2007-10-18 9:53 ` Patrick McHardy @ 2007-10-18 10:58 ` Patrick McHardy 2007-10-18 12:09 ` David Miller 0 siblings, 1 reply; 4+ messages in thread From: Patrick McHardy @ 2007-10-18 10:58 UTC (permalink / raw) To: plamen.petrov; +Cc: Andrew Morton, bugme-daemon, netdev, Stephen Hemminger [-- Attachment #1: Type: text/plain, Size: 716 bytes --] Patrick McHardy wrote: > Andrew Morton wrote: >> On Wed, 17 Oct 2007 07:36:16 -0700 (PDT) >> bugme-daemon@bugzilla.kernel.org wrote: >> >>> http://bugzilla.kernel.org/show_bug.cgi?id=9174 >>> >>> Summary: linux-2.6.23-git11 kernel panic > >> > >>> EIP is at packet_rcv_0x1a2/0x360 > > > Please find out on which device the packet socket is opened by > looking at /proc/net/packet and comparing the Iface shown there > to the ifindexes listed in "ip link list". Well, he replied in private mail, the device in question is an IPv6-over-IPv4 tunnel, which doesn't have any header_ops, so the crash happens in dev_parse_header when dereferencing them. Signed-off-by: Patrick McHardy <kaber@trash.net> [-- Attachment #2: x --] [-- Type: text/plain, Size: 434 bytes --] diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 39dd83b..452c88d 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -827,7 +827,7 @@ static inline int dev_parse_header(const struct sk_buff *skb, { const struct net_device *dev = skb->dev; - if (!dev->header_ops->parse) + if (!dev->header_ops || !dev->header_ops->parse) return 0; return dev->header_ops->parse(skb, haddr); } ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Bugme-new] [Bug 9174] New: linux-2.6.23-git11 kernel panic 2007-10-18 10:58 ` Patrick McHardy @ 2007-10-18 12:09 ` David Miller 0 siblings, 0 replies; 4+ messages in thread From: David Miller @ 2007-10-18 12:09 UTC (permalink / raw) To: kaber; +Cc: plamen.petrov, akpm, bugme-daemon, netdev, shemminger From: Patrick McHardy <kaber@trash.net> Date: Thu, 18 Oct 2007 12:58:42 +0200 > Patrick McHardy wrote: > > Andrew Morton wrote: > >> On Wed, 17 Oct 2007 07:36:16 -0700 (PDT) > >> bugme-daemon@bugzilla.kernel.org wrote: > >> > >>> http://bugzilla.kernel.org/show_bug.cgi?id=9174 > >>> > >>> Summary: linux-2.6.23-git11 kernel panic > > >> > > > >>> EIP is at packet_rcv_0x1a2/0x360 > > > > > > Please find out on which device the packet socket is opened by > > looking at /proc/net/packet and comparing the Iface shown there > > to the ifindexes listed in "ip link list". > > > Well, he replied in private mail, the device in question is > an IPv6-over-IPv4 tunnel, which doesn't have any header_ops, > so the crash happens in dev_parse_header when dereferencing > them. > > Signed-off-by: Patrick McHardy <kaber@trash.net> Applied, thanks Patrick! ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-10-18 12:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <bug-9174-10286@http.bugzilla.kernel.org/>
2007-10-17 20:01 ` [Bugme-new] [Bug 9174] New: linux-2.6.23-git11 kernel panic Andrew Morton
2007-10-18 9:53 ` Patrick McHardy
2007-10-18 10:58 ` Patrick McHardy
2007-10-18 12:09 ` David Miller
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).