From: Andrew Morton <akpm@linux-foundation.org>
To: "David S. Miller" <davem@davemloft.net>,
"Ilpo Järvinen" <ilpo.jarvinen@helsinki.fi>
Cc: netdev@vger.kernel.org
Subject: net-2.6.25 splat
Date: Wed, 12 Dec 2007 16:21:40 -0800 [thread overview]
Message-ID: <20071212162140.6b81328d.akpm@linux-foundation.org> (raw)
Pulled the tree a couple of hours ago. The machine was running the full
-mm lineup, had been compiling kernels for an hour or so then oopsed in
icmpv6_rcv+0x5b/0x832.
I have a partial photo of the scrolled-off backtrace but the camera cable
is at home.
I don't know why it was doing ipv6 things at all. Maybe there's ip6 stuff
running around google's corp network, dunno.
gdb says:
(gdb) l *0x17387
0x17387 is in icmpv6_rcv (net/ipv6/icmp.c:649).
644 struct in6_addr *saddr, *daddr;
645 struct ipv6hdr *orig_hdr;
646 struct icmp6hdr *hdr;
647 int type;
648
649 if (xfrm6_policy_check(NULL, XFRM_POLICY_IN, skb) &&
650 skb->sp->xvec[skb->sp->len - 1]->props.flags & XFRM_STATE_ICMP) {
651 int nh;
652
653 if (!pskb_may_pull(skb, sizeof(*hdr) + sizeof(*orig_hdr)))
I'll set the display to 80x50 and retry..
next reply other threads:[~2007-12-13 0:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-13 0:21 Andrew Morton [this message]
2007-12-13 0:26 ` net-2.6.25 splat David Miller
2007-12-13 1:39 ` Andrew Morton
2007-12-13 1:58 ` [IPSEC]: Fix reversed ICMP6 policy check Herbert Xu
2007-12-13 2:48 ` David Miller
2007-12-13 2:51 ` Herbert Xu
2007-12-13 2:54 ` David Miller
2007-12-13 2:49 ` Herbert Xu
2007-12-13 2:51 ` David Miller
2007-12-13 11:19 ` Jarek Poplawski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071212162140.6b81328d.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=davem@davemloft.net \
--cc=ilpo.jarvinen@helsinki.fi \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).