X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=batman-adv%2Fpatches%2F0058-batman-adv-Avoid-WARN-on-net_device-without-parent-i.patch;fp=batman-adv%2Fpatches%2F0058-batman-adv-Avoid-WARN-on-net_device-without-parent-i.patch;h=8cdea863fcf54c4e3e4afb52217460bb8705af8b;hb=a96c48c6b7f43cec0e524d8feefb5de49fec1c7f;hp=647e191af619dee7780e45a89adf73e6afb27c25;hpb=4e4a032445c364ca1adc2dfb6beb811838c49d00;p=feed%2Frouting.git diff --git a/batman-adv/patches/0058-batman-adv-Avoid-WARN-on-net_device-without-parent-i.patch b/batman-adv/patches/0058-batman-adv-Avoid-WARN-on-net_device-without-parent-i.patch index 647e191..8cdea86 100644 --- a/batman-adv/patches/0058-batman-adv-Avoid-WARN-on-net_device-without-parent-i.patch +++ b/batman-adv/patches/0058-batman-adv-Avoid-WARN-on-net_device-without-parent-i.patch @@ -1,6 +1,6 @@ From: Sven Eckelmann Date: Sun, 30 Dec 2018 12:46:01 +0100 -Subject: [PATCH] batman-adv: Avoid WARN on net_device without parent in netns +Subject: batman-adv: Avoid WARN on net_device without parent in netns It is not allowed to use WARN* helpers on potential incorrect input from the user or transient problems because systems configured as panic_on_warn @@ -18,9 +18,6 @@ Reported-by: Dmitry Vyukov Signed-off-by: Sven Eckelmann Origin: upstream, https://git.open-mesh.org/batman-adv.git/commit/59ad04405be86f648fd83d81d2fd0a78f215a43b ---- - net/batman-adv/hard-interface.c | 5 +++-- - 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/batman-adv/hard-interface.c b/net/batman-adv/hard-interface.c index 23d3893264f989c9740e68d83f6db300dee20dc3..c9a3b7bc07bcc443281c4f12c750c4d925c3b2c3 100644