diff options
author | John Audia <graysky@archlinux.us> | 2020-09-12 12:16:41 -0400 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-09-12 23:39:25 +0200 |
commit | 17e64b9447959858c5c85f7f6c98264775585711 (patch) | |
tree | 6e5aa8c3121347443216647e2c5b26ebde99e63f /target/linux/generic/hack-5.4/902-debloat_proc.patch | |
parent | 96586ad8cabee6b697a8269b3a9274e138334f9e (diff) | |
download | upstream-17e64b9447959858c5c85f7f6c98264775585711.tar.gz upstream-17e64b9447959858c5c85f7f6c98264775585711.tar.bz2 upstream-17e64b9447959858c5c85f7f6c98264775585711.zip |
kernel: bump 5.4 to 5.4.65
All modifications made by update_kernel.sh/no manual intervention needed
Build-tested: x86_64
Run-tested: ipq806x (R7800)
No dmesg regressions, everything functional
Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'target/linux/generic/hack-5.4/902-debloat_proc.patch')
-rw-r--r-- | target/linux/generic/hack-5.4/902-debloat_proc.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-5.4/902-debloat_proc.patch b/target/linux/generic/hack-5.4/902-debloat_proc.patch index e566fd178e..a2a7e1eefe 100644 --- a/target/linux/generic/hack-5.4/902-debloat_proc.patch +++ b/target/linux/generic/hack-5.4/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 -@@ -2847,11 +2847,13 @@ static const struct seq_operations fib_r +@@ -2848,11 +2848,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; -@@ -2862,17 +2864,21 @@ int __net_init fib_proc_init(struct net +@@ -2863,17 +2865,21 @@ int __net_init fib_proc_init(struct net return 0; out3: |