netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* net-2.6.25 splat
@ 2007-12-13  0:21 Andrew Morton
  2007-12-13  0:26 ` David Miller
  0 siblings, 1 reply; 10+ messages in thread
From: Andrew Morton @ 2007-12-13  0:21 UTC (permalink / raw)
  To: David S. Miller, Ilpo Järvinen; +Cc: netdev


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

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

end of thread, other threads:[~2007-12-13 11:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-13  0:21 net-2.6.25 splat Andrew Morton
2007-12-13  0:26 ` 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

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