diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-01-07 11:09:26 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-01-08 13:13:16 +0100 |
commit | b9dcf2de5f3d42c4b5b1cbaf607e0265a518dc63 (patch) | |
tree | a76fea692717da1f9c475ece0860118fc96067ba /target/linux/generic/hack-4.9/902-debloat_proc.patch | |
parent | a8cc06c5371eca2ae8ab4511c7136d0ebd9ee3bc (diff) | |
download | upstream-b9dcf2de5f3d42c4b5b1cbaf607e0265a518dc63.tar.gz upstream-b9dcf2de5f3d42c4b5b1cbaf607e0265a518dc63.tar.bz2 upstream-b9dcf2de5f3d42c4b5b1cbaf607e0265a518dc63.zip |
kernel: bump 4.9 to 4.9.148
Refreshed all patches.
Altered patches:
- 902-debloat_proc.patch
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/hack-4.9/902-debloat_proc.patch')
-rw-r--r-- | target/linux/generic/hack-4.9/902-debloat_proc.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/generic/hack-4.9/902-debloat_proc.patch b/target/linux/generic/hack-4.9/902-debloat_proc.patch index 3095f832a2..f9a1e32098 100644 --- a/target/linux/generic/hack-4.9/902-debloat_proc.patch +++ b/target/linux/generic/hack-4.9/902-debloat_proc.patch @@ -221,13 +221,14 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> if (!root_irq_dir) --- a/kernel/time/timer_list.c +++ b/kernel/time/timer_list.c -@@ -399,6 +399,8 @@ static int __init init_timer_list_procfs +@@ -399,6 +399,9 @@ static int __init init_timer_list_procfs { struct proc_dir_entry *pe; + if (IS_ENABLED(CONFIG_PROC_STRIPPED)) + return 0; - pe = proc_create("timer_list", 0444, NULL, &timer_list_fops); ++ + pe = proc_create("timer_list", 0400, NULL, &timer_list_fops); if (!pe) return -ENOMEM; --- a/mm/vmalloc.c |