diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-01-04 19:58:43 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-01-04 23:04:24 +0100 |
commit | 330046922b060aae8577f500e68b74838e4416e5 (patch) | |
tree | 610493a60856e29b92ed07b4ee9e6fb71b0cd64b /target/linux/ar71xx/patches-4.14 | |
parent | 084dfb8ebdb8fe124189cf498aea3f0269daee16 (diff) | |
download | upstream-330046922b060aae8577f500e68b74838e4416e5.tar.gz upstream-330046922b060aae8577f500e68b74838e4416e5.tar.bz2 upstream-330046922b060aae8577f500e68b74838e4416e5.zip |
kernel: bump 4.14 to 4.14.162
Refreshed all patches.
Compile-tested on: ipq40xx, ramips
Runtime-tested on: ipq40xx
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ar71xx/patches-4.14')
-rw-r--r-- | target/linux/ar71xx/patches-4.14/910-unaligned_access_hacks.patch | 2 |
1 files changed, 1 insertions, 1 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 9d1e4e524e..a3d4ef2853 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 @@ -325,7 +325,7 @@ for (p = *head; p; p = p->next) { --- a/net/ipv4/route.c +++ b/net/ipv4/route.c -@@ -465,7 +465,7 @@ static struct neighbour *ipv4_neigh_look +@@ -466,7 +466,7 @@ static struct neighbour *ipv4_neigh_look else if (skb) pkey = &ip_hdr(skb)->daddr; |