Bug 109071
Summary: | Kernel bug in skbuff.c: BUG_ON(len) crashes in combination with IPv6 and GRE tunnels | ||
---|---|---|---|
Product: | Networking | Reporter: | Thomas Dreibholz (dreibh) |
Component: | IPV6 | Assignee: | Stephen Hemminger (stephen) |
Status: | NEW --- | ||
Severity: | high | CC: | dreibh, martin, nickkrause, szg00000 |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://www.nntb.no/ | ||
Kernel Version: | 4.2.0-19-generic | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
Kernel config
Output of /proc/cpuinfo Output of /proc/iomem Output of /proc/ioports Output of /proc/modules Output of lspci Output of ver_linux Output of /proc/scsi/scsi Output of /proc/version Output of ipaddr -4 show Output of ipaddr -6 show Output of brctl show The virtual machine's ifconfig output The virtual machine's ip -4 addr show output The virtual machine's ip -6 addr show output The virtual machine's ip -4 tunnel show output The virtual machine's ip -6 tunnel show output The physical machine's ifconfig output |
Description
Thomas Dreibholz
2015-12-08 13:26:51 UTC
Created attachment 196581 [details]
Kernel config
Created attachment 196591 [details]
Output of /proc/cpuinfo
Created attachment 196601 [details]
Output of /proc/iomem
Created attachment 196611 [details]
Output of /proc/ioports
Created attachment 196621 [details]
Output of /proc/modules
Created attachment 196631 [details]
Output of lspci
Created attachment 196641 [details]
Output of ver_linux
Created attachment 196651 [details]
Output of /proc/scsi/scsi
Created attachment 196661 [details]
Output of /proc/version
Created attachment 196671 [details]
Output of ipaddr -4 show
Created attachment 196681 [details]
Output of ipaddr -6 show
Created attachment 196691 [details]
Output of brctl show
Created attachment 196701 [details]
The virtual machine's ifconfig output
Created attachment 196711 [details]
The virtual machine's ip -4 addr show output
Created attachment 196721 [details]
The virtual machine's ip -6 addr show output
Created attachment 196731 [details]
The virtual machine's ip -4 tunnel show output
Created attachment 196741 [details]
The virtual machine's ip -6 tunnel show output
Created attachment 196751 [details]
The physical machine's ifconfig output
Observed unusual behaviour that may be relevant for the bug: ifconfig's output shows a significant number of RX packets dropped, both for phyiscal machine (ifconfig.txt) and virtual machine (virtualmachine-ifconfig.txt). Try testing the lastest kernel release 4.5 from kernel.org in order to see if the bug is still being triggered as this may have been fixed. If not I have a test patch to find out what is happening in e1000e_poll. |