diff options
author | Luka Perkov <luka@openwrt.org> | 2015-04-20 20:47:53 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-04-20 20:47:53 +0000 |
commit | 48d81861a620c8c4a6a9ffc9a9438290330ec1fb (patch) | |
tree | 746a8eb41c7a1d5fbabb4061a8a7674208f8c38b /target/linux/ar71xx/patches-3.18/902-unaligned_access_hacks.patch | |
parent | 9d76de977142e50753e27144d172fde068fd4936 (diff) | |
download | mtk-20170518-48d81861a620c8c4a6a9ffc9a9438290330ec1fb.zip mtk-20170518-48d81861a620c8c4a6a9ffc9a9438290330ec1fb.tar.gz mtk-20170518-48d81861a620c8c4a6a9ffc9a9438290330ec1fb.tar.bz2 |
ar71xx: refresh patches
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45528
Diffstat (limited to 'target/linux/ar71xx/patches-3.18/902-unaligned_access_hacks.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.18/902-unaligned_access_hacks.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ar71xx/patches-3.18/902-unaligned_access_hacks.patch b/target/linux/ar71xx/patches-3.18/902-unaligned_access_hacks.patch index 9afac1b..bab5736 100644 --- a/target/linux/ar71xx/patches-3.18/902-unaligned_access_hacks.patch +++ b/target/linux/ar71xx/patches-3.18/902-unaligned_access_hacks.patch @@ -210,7 +210,7 @@ #include <linux/uaccess.h> #include <linux/ipv6.h> #include <linux/icmpv6.h> -@@ -833,10 +834,10 @@ static void tcp_v6_send_response(struct +@@ -833,10 +834,10 @@ static void tcp_v6_send_response(struct topt = (__be32 *)(t1 + 1); if (tsecr) { @@ -593,7 +593,7 @@ --- a/net/sched/cls_u32.c +++ b/net/sched/cls_u32.c -@@ -148,7 +148,7 @@ next_knode: +@@ -151,7 +151,7 @@ next_knode: data = skb_header_pointer(skb, toff, 4, &hdata); if (!data) goto out; @@ -602,7 +602,7 @@ n = rcu_dereference_bh(n->next); goto next_knode; } -@@ -201,8 +201,8 @@ check_terminal: +@@ -204,8 +204,8 @@ check_terminal: &hdata); if (!data) goto out; @@ -637,7 +637,7 @@ #include <linux/netdevice.h> --- a/include/net/inet_ecn.h +++ b/include/net/inet_ecn.h -@@ -115,13 +115,13 @@ static inline int IP6_ECN_set_ce(struct +@@ -115,13 +115,13 @@ static inline int IP6_ECN_set_ce(struct { if (INET_ECN_is_not_ect(ipv6_get_dsfield(iph))) return 0; @@ -822,7 +822,7 @@ | TCPOLEN_TIMESTAMP)) --- a/net/xfrm/xfrm_input.c +++ b/net/xfrm/xfrm_input.c -@@ -152,8 +152,8 @@ int xfrm_parse_spi(struct sk_buff *skb, +@@ -152,8 +152,8 @@ int xfrm_parse_spi(struct sk_buff *skb, if (!pskb_may_pull(skb, hlen)) return -EINVAL; |