Bug 189851
Summary: | icmp6_send nullpointer panic | ||
---|---|---|---|
Product: | Networking | Reporter: | Florian Pritz (bluewind) |
Component: | IPV6 | Assignee: | Hideaki YOSHIFUJI (yoshfuji) |
Status: | RESOLVED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | CC: | hannes, jan.steffens |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.8.12 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Florian Pritz
2016-12-08 09:26:02 UTC
Hello, and thanks for your report! Can you check if your kernel config has CONFIG_NET_L3_MASTER_DEV enabled? Do you require it? If not, can you disable it and check if the problem is solved? Probably fixed by: commit 79dc7e3f1cd323be4c81aa1a94faa1b3ed987fb2 Author: David Ahern <dsa@cumulusnetworks.com> Date: Sun Nov 27 18:52:53 2016 -0800 net: handle no dst on skb in icmp6_send $ git describe --contains 79dc7e3f1cd323be4c81aa1a94faa1b3ed987fb2 v4.9-rc8~5^2~44 Seems I can reliably crash said machines running 4.8.12-2 by sending them incomplete fragmented IPv6 packets. The kernels indeed has NET_L3_MASTER_DEV. Thanks for the quick reply. That commit (79dc7e3f1cd323be4c81aa1a94faa1b3ed987fb2) does indeed fix the issue. |