diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-01-31 16:53:27 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-02-01 11:41:00 +0100 |
commit | 3da230a2e618187d94d69e53a057d56b7d5f9de7 (patch) | |
tree | 44cbb8a68145d1a9c08572b2f02c185292c6d81b /target/linux/generic/pending-4.19/670-ipv6-allow-rejecting-with-source-address-failed-policy.patch | |
parent | 206bebcad40ceade2a1992c86b29b6645e303764 (diff) | |
download | upstream-3da230a2e618187d94d69e53a057d56b7d5f9de7.tar.gz upstream-3da230a2e618187d94d69e53a057d56b7d5f9de7.tar.bz2 upstream-3da230a2e618187d94d69e53a057d56b7d5f9de7.zip |
kernel: bump 4.19 to 4.19.19
Refreshed all patches.
Remove upstreamed patch:
- 800-v5.0-usb-leds-fix-regression-in-usbport-led-trigger.patch
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/pending-4.19/670-ipv6-allow-rejecting-with-source-address-failed-policy.patch')
-rw-r--r-- | target/linux/generic/pending-4.19/670-ipv6-allow-rejecting-with-source-address-failed-policy.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/pending-4.19/670-ipv6-allow-rejecting-with-source-address-failed-policy.patch b/target/linux/generic/pending-4.19/670-ipv6-allow-rejecting-with-source-address-failed-policy.patch index 485fb3e130..c664cb2b25 100644 --- a/target/linux/generic/pending-4.19/670-ipv6-allow-rejecting-with-source-address-failed-policy.patch +++ b/target/linux/generic/pending-4.19/670-ipv6-allow-rejecting-with-source-address-failed-policy.patch @@ -66,7 +66,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org> static void rt_fibinfo_free(struct rtable __rcu **rtp) --- a/net/ipv4/fib_trie.c +++ b/net/ipv4/fib_trie.c -@@ -2465,6 +2465,7 @@ static const char *const rtn_type_names[ +@@ -2474,6 +2474,7 @@ static const char *const rtn_type_names[ [RTN_THROW] = "THROW", [RTN_NAT] = "NAT", [RTN_XRESOLVE] = "XRESOLVE", |