diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-08-16 12:23:06 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-08-27 10:31:06 +0200 |
commit | 8fba3ebe889664dae421e03daf9c545c05d3e692 (patch) | |
tree | 8ca80bce700b8ffe594399e7430d95ae34e41ba7 /target/linux/generic | |
parent | 9952c8cf40597f033f5522fc6a4a9076469bb63a (diff) | |
download | upstream-8fba3ebe889664dae421e03daf9c545c05d3e692.tar.gz upstream-8fba3ebe889664dae421e03daf9c545c05d3e692.tar.bz2 upstream-8fba3ebe889664dae421e03daf9c545c05d3e692.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, x86_64
Runtime-tested on: cns3xxx, x86_64
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic')
-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 2a20058ed3..aedefb32b4 100644 --- a/target/linux/generic/hack-4.14/902-debloat_proc.patch +++ b/target/linux/generic/hack-4.14/902-debloat_proc.patch @@ -232,7 +232,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) { |