diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-09-20 14:37:43 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-09-21 13:23:16 +0200 |
commit | 0dbdb476f3d4b21e6a3b95b596b56bf8f9bae948 (patch) | |
tree | 26fcad493231a9cf6363f68a433fef009636519d /target/linux/ar71xx/patches-4.14 | |
parent | 72e9b4059eb4ad935d96df7d2a8e73e6c139a8cf (diff) | |
download | upstream-0dbdb476f3d4b21e6a3b95b596b56bf8f9bae948.tar.gz upstream-0dbdb476f3d4b21e6a3b95b596b56bf8f9bae948.tar.bz2 upstream-0dbdb476f3d4b21e6a3b95b596b56bf8f9bae948.zip |
kernel: bump 4.14 to 4.14.71
Refreshed all patches.
Compile-tested on: cns3xxx, imx6
Runtime-tested on: cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ar71xx/patches-4.14')
-rw-r--r-- | target/linux/ar71xx/patches-4.14/910-unaligned_access_hacks.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ar71xx/patches-4.14/910-unaligned_access_hacks.patch b/target/linux/ar71xx/patches-4.14/910-unaligned_access_hacks.patch index a61d344114..015c283e1d 100644 --- a/target/linux/ar71xx/patches-4.14/910-unaligned_access_hacks.patch +++ b/target/linux/ar71xx/patches-4.14/910-unaligned_access_hacks.patch @@ -621,7 +621,7 @@ #define IP6_MF 0x0001 #define IP6_OFFSET 0xFFF8 -@@ -444,8 +444,8 @@ static inline void __ipv6_addr_set_half( +@@ -437,8 +437,8 @@ static inline void __ipv6_addr_set_half( } #endif #endif @@ -632,7 +632,7 @@ } static inline void ipv6_addr_set(struct in6_addr *addr, -@@ -504,6 +504,8 @@ static inline bool ipv6_prefix_equal(con +@@ -497,6 +497,8 @@ static inline bool ipv6_prefix_equal(con const __be32 *a1 = addr1->s6_addr32; const __be32 *a2 = addr2->s6_addr32; unsigned int pdw, pbi; @@ -641,7 +641,7 @@ /* check complete u32 in prefix */ pdw = prefixlen >> 5; -@@ -512,7 +514,9 @@ static inline bool ipv6_prefix_equal(con +@@ -505,7 +507,9 @@ static inline bool ipv6_prefix_equal(con /* check incomplete u32 in prefix */ pbi = prefixlen & 0x1f; @@ -652,7 +652,7 @@ return false; return true; -@@ -656,13 +660,13 @@ static inline void ipv6_addr_set_v4mappe +@@ -634,13 +638,13 @@ static inline void ipv6_addr_set_v4mappe */ static inline int __ipv6_addr_diff32(const void *token1, const void *token2, int addrlen) { @@ -668,7 +668,7 @@ if (xb) return i * 32 + 31 - __fls(ntohl(xb)); } -@@ -831,17 +835,18 @@ static inline int ip6_default_np_autolab +@@ -809,17 +813,18 @@ static inline int ip6_default_np_autolab static inline void ip6_flow_hdr(struct ipv6hdr *hdr, unsigned int tclass, __be32 flowlabel) { |