diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-12-23 16:16:17 +0000 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-12-24 15:06:33 +0000 |
commit | 5b3afca7576887be509eb21950009851676a1acb (patch) | |
tree | e1a756a64eb949eaa7e4d657b9322ebc188a1d21 /target/linux/generic/hack-4.14 | |
parent | 9a37c95431b5401c309b7731920daa964842bdee (diff) | |
download | upstream-5b3afca7576887be509eb21950009851676a1acb.tar.gz upstream-5b3afca7576887be509eb21950009851676a1acb.tar.bz2 upstream-5b3afca7576887be509eb21950009851676a1acb.zip |
kernel: bump 4.14 to 4.14.90
Refresh all patches
Remove upstream patch:
backport-4.14/424-v4.20-net-dsa-fix-88e6060-roaming.patch
Minor tweak to generic/hack-4.14/902-debloat_proc.patch to cleanly apply
after upstream changes.
Tested-on: ath79
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'target/linux/generic/hack-4.14')
-rw-r--r-- | target/linux/generic/hack-4.14/902-debloat_proc.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-4.14/902-debloat_proc.patch b/target/linux/generic/hack-4.14/902-debloat_proc.patch index cae6d66e7d..98788cd265 100644 --- a/target/linux/generic/hack-4.14/902-debloat_proc.patch +++ b/target/linux/generic/hack-4.14/902-debloat_proc.patch @@ -227,7 +227,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> + 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 |