From: RISCi_ATOM Date: Wed, 25 Jul 2018 19:26:20 +0000 (-0400) Subject: Revert kernel (vanilla) commit b699d0035836f6712917a41e7ae58d84359b8ff9 : see vanilla... X-Git-Tag: v1.4.5~29 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a7ce8a7e360f6f1dfd593ee4e6220a10a6f5f932;p=librecmc%2Flibrecmc.git Revert kernel (vanilla) commit b699d0035836f6712917a41e7ae58d84359b8ff9 : see vanilla kernel commit f4eb17e1efe538d4da7d574bedb00a8dafcc26b7 --- 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)) {