diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-08-16 12:05:22 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-08-27 10:39:49 +0200 |
commit | c948a7415898e3cc34b4f501d9d5547685c6e86f (patch) | |
tree | 30437515181b40e25c65f1115faa3f8e0e13bd28 /target | |
parent | 09d63fb0a67c7747fdae5cc099b291a3ab8eca72 (diff) | |
download | upstream-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')
-rw-r--r-- | target/linux/generic/hack-4.14/902-debloat_proc.patch | 2 | ||||
-rw-r--r-- | target/linux/x86/64/config-default | 1 | ||||
-rw-r--r-- | target/linux/x86/generic/config-default | 1 | ||||
-rw-r--r-- | target/linux/x86/geode/config-default | 1 | ||||
-rw-r--r-- | target/linux/x86/legacy/config-default | 1 |
5 files changed, 5 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) { diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default index ee14a36573..f4569c4214 100644 --- a/target/linux/x86/64/config-default +++ b/target/linux/x86/64/config-default @@ -221,6 +221,7 @@ CONFIG_INTEL_SOC_DTS_THERMAL=y # CONFIG_IOMMU_DEBUG is not set CONFIG_IOSF_MBI=y # CONFIG_IOSF_MBI_DEBUG is not set +# CONFIG_ISCSI_IBFT is not set # CONFIG_ISCSI_IBFT_FIND is not set CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y # CONFIG_KVM_DEBUG_FS is not set diff --git a/target/linux/x86/generic/config-default b/target/linux/x86/generic/config-default index 1e7cea801f..1e32581848 100644 --- a/target/linux/x86/generic/config-default +++ b/target/linux/x86/generic/config-default @@ -217,6 +217,7 @@ CONFIG_IRQ_BYPASS_MANAGER=y CONFIG_ISA=y CONFIG_ISAPNP=y CONFIG_ISA_BUS_API=y +# CONFIG_ISCSI_IBFT is not set # CONFIG_ISCSI_IBFT_FIND is not set CONFIG_ISO9660_FS=y # CONFIG_JOLIET is not set diff --git a/target/linux/x86/geode/config-default b/target/linux/x86/geode/config-default index abca7ac6b8..2861c2bc35 100644 --- a/target/linux/x86/geode/config-default +++ b/target/linux/x86/geode/config-default @@ -74,6 +74,7 @@ CONFIG_IOSF_MBI=y CONFIG_ISA=y # CONFIG_ISAPNP is not set CONFIG_ISA_BUS_API=y +# CONFIG_ISCSI_IBFT is not set # CONFIG_ISCSI_IBFT_FIND is not set # CONFIG_LANCE is not set CONFIG_LEDS_GPIO=y diff --git a/target/linux/x86/legacy/config-default b/target/linux/x86/legacy/config-default index d1a4e81035..60191c935c 100644 --- a/target/linux/x86/legacy/config-default +++ b/target/linux/x86/legacy/config-default @@ -137,6 +137,7 @@ CONFIG_IOSF_MBI=y CONFIG_ISA=y CONFIG_ISAPNP=y CONFIG_ISA_BUS_API=y +# CONFIG_ISCSI_IBFT is not set # CONFIG_ISCSI_IBFT_FIND is not set CONFIG_ISO9660_FS=y # CONFIG_JOLIET is not set |