diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-09-24 11:05:57 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-09-24 12:52:05 +0200 |
commit | e39d1cf34f97667b8fc1cdb60beec7a12e70839d (patch) | |
tree | c817161b31d801558b1a2590de2378e33a93b5b7 /target/linux/ath79 | |
parent | b6686576b46ee81ca4e42a73a88ee4c1cb0007b3 (diff) | |
download | upstream-e39d1cf34f97667b8fc1cdb60beec7a12e70839d.tar.gz upstream-e39d1cf34f97667b8fc1cdb60beec7a12e70839d.tar.bz2 upstream-e39d1cf34f97667b8fc1cdb60beec7a12e70839d.zip |
kernel: bump 4.19 to 4.19.75
Refreshed all patches.
Fixes:
- CVE-2019-14814
- CVE-2019-14815
- CVE-2019-14816
- CVE-2019-14821
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/patches-4.19/910-unaligned_access_hacks.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/patches-4.19/910-unaligned_access_hacks.patch b/target/linux/ath79/patches-4.19/910-unaligned_access_hacks.patch index bb7f847e1b..43c4932f1f 100644 --- a/target/linux/ath79/patches-4.19/910-unaligned_access_hacks.patch +++ b/target/linux/ath79/patches-4.19/910-unaligned_access_hacks.patch @@ -241,7 +241,7 @@ */ --- a/net/ipv6/datagram.c +++ b/net/ipv6/datagram.c -@@ -478,7 +478,7 @@ int ipv6_recv_error(struct sock *sk, str +@@ -480,7 +480,7 @@ int ipv6_recv_error(struct sock *sk, str ipv6_iface_scope_id(&sin->sin6_addr, IP6CB(skb)->iif); } else { @@ -250,7 +250,7 @@ &sin->sin6_addr); sin->sin6_scope_id = 0; } -@@ -828,12 +828,12 @@ int ip6_datagram_send_ctl(struct net *ne +@@ -830,12 +830,12 @@ int ip6_datagram_send_ctl(struct net *ne } if (fl6->flowlabel&IPV6_FLOWINFO_MASK) { |