From a7ce8a7e360f6f1dfd593ee4e6220a10a6f5f932 Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Wed, 25 Jul 2018 15:26:20 -0400 Subject: [PATCH] Revert kernel (vanilla) commit b699d0035836f6712917a41e7ae58d84359b8ff9 : see vanilla kernel commit f4eb17e1efe538d4da7d574bedb00a8dafcc26b7 --- .../patches-4.4/999-fix_upstream_ipv6_bug.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/generic/patches-4.4/999-fix_upstream_ipv6_bug.patch diff --git a/target/linux/generic/patches-4.4/999-fix_upstream_ipv6_bug.patch b/target/linux/generic/patches-4.4/999-fix_upstream_ipv6_bug.patch new file mode 100644 index 0000000000..c1bac43561 --- /dev/null +++ b/target/linux/generic/patches-4.4/999-fix_upstream_ipv6_bug.patch @@ -0,0 +1,10 @@ +--- a/net/ipv6/sit.c ++++ b/net/ipv6/sit.c +@@ -692,7 +692,6 @@ static int ipip6_rcv(struct sk_buff *skb + + if (iptunnel_pull_header(skb, 0, htons(ETH_P_IPV6))) + goto out; +- iph = ip_hdr(skb); + + err = IP_ECN_decapsulate(iph, skb); + if (unlikely(err)) { -- 2.25.1