diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-06-05 01:06:28 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-06-06 17:57:39 +0200 |
commit | ccc505502e93f6f3b0e7a7288f15dd7a03e85f5b (patch) | |
tree | e3f91606873495ec492602ef6ec636243391654e /target/linux/ar71xx | |
parent | 1153773c78d39d518b592f7b77180f370bcd4a60 (diff) | |
download | upstream-ccc505502e93f6f3b0e7a7288f15dd7a03e85f5b.tar.gz upstream-ccc505502e93f6f3b0e7a7288f15dd7a03e85f5b.tar.bz2 upstream-ccc505502e93f6f3b0e7a7288f15dd7a03e85f5b.zip |
kernel: bump 4.14 to 4.14.235
Manually rebased
ramips/patches-5.4/0048-asoc-add-mt7620-support.patch
All others updated automatically.
Compile-tested on: ath79/generic, ramips/mt7621
Runtime-tested on: ath79/generic
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ar71xx')
-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 52360b5385..6eee38df57 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 @@ -276,7 +276,7 @@ case IPV6_2292HOPOPTS: --- a/net/ipv6/ip6_gre.c +++ b/net/ipv6/ip6_gre.c -@@ -400,7 +400,7 @@ static void ip6gre_err(struct sk_buff *s +@@ -399,7 +399,7 @@ static void ip6gre_err(struct sk_buff *s return; ipv6h = (const struct ipv6hdr *)skb->data; greh = (const struct gre_base_hdr *)(skb->data + offset); |