Re: Unable to handle kernel paging request in ipv6_gso_pull_exthdrs+0x36/0xd0

2015-08-04 Thread Nico Schümann
... in order to provide some more detailed information, the crashing line translates to net/ipv6/ip6_offload.c:44 which is 43 opth = (void *)skb->data; 44 len = ipv6_optlen(opth); (Thanks, Gmail, for submitting) I assume skb (a struct sk_buff *) to be stale, bu

Re: Unable to handle kernel paging request in ipv6_gso_pull_exthdrs+0x36/0xd0

2015-08-04 Thread Nico Schümann
... in order to provide some more detailed information, the crashing line translates to net/ipv6/ip6_offload.c:44 which is 2015-08-04 20:16 GMT+02:00 Nico Schümann : > Hello LKML, > > I am a bit lost with a kernel crash that has appeared out of the blue > and now occurs regularly. > > I do no

Unable to handle kernel paging request in ipv6_gso_pull_exthdrs+0x36/0xd0

2015-08-04 Thread Nico Schümann
Hello LKML, I am a bit lost with a kernel crash that has appeared out of the blue and now occurs regularly. I do not know whether this is a hardware-related issue or a kernel bug. I have already disabled gso, gre offloading, ipv6 checksum offloading and tcpv6 offloading via ethtool, but the syste