From 6bc864016313e486d8d451a7d1421f11d48cf6a6 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 25 Oct 2015 16:13:34 +0000 Subject: kernel: update kernel 4.3 to version 4.3-rc7 Signed-off-by: Hauke Mehrtens SVN-Revision: 47250 --- .../patches-4.3/101-pppoe-fix-disconnect-crash.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 target/linux/generic/patches-4.3/101-pppoe-fix-disconnect-crash.patch (limited to 'target/linux/generic/patches-4.3/101-pppoe-fix-disconnect-crash.patch') diff --git a/target/linux/generic/patches-4.3/101-pppoe-fix-disconnect-crash.patch b/target/linux/generic/patches-4.3/101-pppoe-fix-disconnect-crash.patch deleted file mode 100644 index f2e6e45..0000000 --- a/target/linux/generic/patches-4.3/101-pppoe-fix-disconnect-crash.patch +++ /dev/null @@ -1,16 +0,0 @@ -Fix crash with actions performed on the underlying interface (MAC address, -MTU or link state update). This triggers pppoe_flush_dev(), which cleans up -the device without announcing it in sk->sk_state. - -Patch by Guillaume Nault (pulled from netdev@vger) - ---- a/drivers/net/ppp/pppoe.c -+++ b/drivers/net/ppp/pppoe.c -@@ -313,7 +313,6 @@ static void pppoe_flush_dev(struct net_d - if (po->pppoe_dev == dev && - sk->sk_state & (PPPOX_CONNECTED | PPPOX_BOUND | PPPOX_ZOMBIE)) { - pppox_unbind_sock(sk); -- sk->sk_state = PPPOX_ZOMBIE; - sk->sk_state_change(sk); - po->pppoe_dev = NULL; - dev_put(dev); -- cgit v1.1