diff options
author | John Audia <therealgraysky@proton.me> | 2022-11-10 15:42:42 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-12 17:05:13 +0100 |
commit | e7bd3767a96a8a84be7ea4730798a7a08dbb20d0 (patch) | |
tree | 690b5b022ebe8944f81c5e54799d263a14dd3ee3 /target/linux/generic/pending-5.10 | |
parent | 0252c0b1bce04d5312b71579582854b3badc3714 (diff) | |
download | upstream-e7bd3767a96a8a84be7ea4730798a7a08dbb20d0.tar.gz upstream-e7bd3767a96a8a84be7ea4730798a7a08dbb20d0.tar.bz2 upstream-e7bd3767a96a8a84be7ea4730798a7a08dbb20d0.zip |
kernel: bump 5.10 to 5.10.154
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/generic/pending-5.10')
-rw-r--r-- | target/linux/generic/pending-5.10/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-5.10/670-ipv6-allow-rejecting-with-source-address-failed-policy.patch b/target/linux/generic/pending-5.10/670-ipv6-allow-rejecting-with-source-address-failed-policy.patch index b56e780ea6..b0efced825 100644 --- a/target/linux/generic/pending-5.10/670-ipv6-allow-rejecting-with-source-address-failed-policy.patch +++ b/target/linux/generic/pending-5.10/670-ipv6-allow-rejecting-with-source-address-failed-policy.patch @@ -251,7 +251,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org> kfree(net->ipv6.ip6_blk_hole_entry); #endif dst_entries_destroy(&net->ipv6.ip6_dst_ops); -@@ -6474,6 +6523,9 @@ void __init ip6_route_init_special_entri +@@ -6480,6 +6529,9 @@ void __init ip6_route_init_special_entri init_net.ipv6.ip6_prohibit_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev); init_net.ipv6.ip6_blk_hole_entry->dst.dev = init_net.loopback_dev; init_net.ipv6.ip6_blk_hole_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev); |