aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-4.14/902-debloat_proc.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-08-16 12:05:22 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-08-27 10:39:49 +0200
commitc948a7415898e3cc34b4f501d9d5547685c6e86f (patch)
tree30437515181b40e25c65f1115faa3f8e0e13bd28 /target/linux/generic/hack-4.14/902-debloat_proc.patch
parent09d63fb0a67c7747fdae5cc099b291a3ab8eca72 (diff)
downloadupstream-c948a7415898e3cc34b4f501d9d5547685c6e86f.tar.gz
upstream-c948a7415898e3cc34b4f501d9d5547685c6e86f.tar.bz2
upstream-c948a7415898e3cc34b4f501d9d5547685c6e86f.zip
kernel: bump 4.14 to 4.14.139
Refreshed all patches. Also add a missing symbol for x86 which got used now in this bump. - ISCSI_IBFT Compile-tested on: cns3xxx Runtime-tested on: cns3xxx Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/hack-4.14/902-debloat_proc.patch')
-rw-r--r--target/linux/generic/hack-4.14/902-debloat_proc.patch2
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 72ee9c011e..f75b9721e5 100644
--- a/target/linux/generic/hack-4.14/902-debloat_proc.patch
+++ b/target/linux/generic/hack-4.14/902-debloat_proc.patch
@@ -233,7 +233,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
return -ENOMEM;
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
-@@ -2774,6 +2774,8 @@ static const struct file_operations proc
+@@ -2783,6 +2783,8 @@ static const struct file_operations proc
static int __init proc_vmalloc_init(void)
{