diff options
author | John Audia <therealgraysky@proton.me> | 2022-08-03 14:15:01 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-08-06 19:58:46 +0200 |
commit | 122b625e7411a3711b6ed84b89676e73bb1e7de8 (patch) | |
tree | 6a6f74ffa625ec6cae90043688e37522885317ef /target/linux/generic/hack-5.15 | |
parent | 7df6795d4c25447683fd4b4a4813bebcddaea547 (diff) | |
download | upstream-122b625e7411a3711b6ed84b89676e73bb1e7de8.tar.gz upstream-122b625e7411a3711b6ed84b89676e73bb1e7de8.tar.bz2 upstream-122b625e7411a3711b6ed84b89676e73bb1e7de8.zip |
kernel: bump 5.15 to 5.15.59
Patches automatically rebased.
Build system: x86_64
Build-tested: bcm2711/RPi4B, mt7622/RT3200
Run-tested: bcm2711/RPi4B, mt7622/RT3200
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/generic/hack-5.15')
-rw-r--r-- | target/linux/generic/hack-5.15/902-debloat_proc.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-5.15/902-debloat_proc.patch b/target/linux/generic/hack-5.15/902-debloat_proc.patch index fef28464bc..33d637f13e 100644 --- a/target/linux/generic/hack-5.15/902-debloat_proc.patch +++ b/target/linux/generic/hack-5.15/902-debloat_proc.patch @@ -341,7 +341,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> --- a/net/ipv4/fib_trie.c +++ b/net/ipv4/fib_trie.c -@@ -3019,11 +3019,13 @@ static const struct seq_operations fib_r +@@ -3022,11 +3022,13 @@ static const struct seq_operations fib_r int __net_init fib_proc_init(struct net *net) { @@ -357,7 +357,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> fib_triestat_seq_show, NULL)) goto out2; -@@ -3034,17 +3036,21 @@ int __net_init fib_proc_init(struct net +@@ -3037,17 +3039,21 @@ int __net_init fib_proc_init(struct net return 0; out3: |