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>
This commit is contained in:
		| @@ -3,10 +3,10 @@ | |||||||
| LINUX_RELEASE?=1 | LINUX_RELEASE?=1 | ||||||
|  |  | ||||||
| LINUX_VERSION-4.9 = .189 | LINUX_VERSION-4.9 = .189 | ||||||
| LINUX_VERSION-4.14 = .138 | LINUX_VERSION-4.14 = .139 | ||||||
|  |  | ||||||
| LINUX_KERNEL_HASH-4.9.189 = 93d945661246f726b694455c80c140717d2beff5a718445a51183439bbe5d0b3 | LINUX_KERNEL_HASH-4.9.189 = 93d945661246f726b694455c80c140717d2beff5a718445a51183439bbe5d0b3 | ||||||
| LINUX_KERNEL_HASH-4.14.138 = f250bd1de3a83c1f015f8e6e9bfa9f20eaef3dc24a6cd60116e49979314b837b | LINUX_KERNEL_HASH-4.14.139 = 8c62d495444dba90200740ec770d274780b010e957cfc447f07999d717e37042 | ||||||
|  |  | ||||||
| remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) | remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) | ||||||
| sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) | sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) | ||||||
|   | |||||||
| @@ -233,7 +233,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> | |||||||
|  		return -ENOMEM; |  		return -ENOMEM; | ||||||
| --- a/mm/vmalloc.c | --- a/mm/vmalloc.c | ||||||
| +++ b/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) |  static int __init proc_vmalloc_init(void) | ||||||
|  { |  { | ||||||
|   | |||||||
| @@ -221,6 +221,7 @@ CONFIG_INTEL_SOC_DTS_THERMAL=y | |||||||
| # CONFIG_IOMMU_DEBUG is not set | # CONFIG_IOMMU_DEBUG is not set | ||||||
| CONFIG_IOSF_MBI=y | CONFIG_IOSF_MBI=y | ||||||
| # CONFIG_IOSF_MBI_DEBUG is not set | # CONFIG_IOSF_MBI_DEBUG is not set | ||||||
|  | # CONFIG_ISCSI_IBFT is not set | ||||||
| # CONFIG_ISCSI_IBFT_FIND is not set | # CONFIG_ISCSI_IBFT_FIND is not set | ||||||
| CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y | CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y | ||||||
| # CONFIG_KVM_DEBUG_FS is not set | # CONFIG_KVM_DEBUG_FS is not set | ||||||
|   | |||||||
| @@ -217,6 +217,7 @@ CONFIG_IRQ_BYPASS_MANAGER=y | |||||||
| CONFIG_ISA=y | CONFIG_ISA=y | ||||||
| CONFIG_ISAPNP=y | CONFIG_ISAPNP=y | ||||||
| CONFIG_ISA_BUS_API=y | CONFIG_ISA_BUS_API=y | ||||||
|  | # CONFIG_ISCSI_IBFT is not set | ||||||
| # CONFIG_ISCSI_IBFT_FIND is not set | # CONFIG_ISCSI_IBFT_FIND is not set | ||||||
| CONFIG_ISO9660_FS=y | CONFIG_ISO9660_FS=y | ||||||
| # CONFIG_JOLIET is not set | # CONFIG_JOLIET is not set | ||||||
|   | |||||||
| @@ -74,6 +74,7 @@ CONFIG_IOSF_MBI=y | |||||||
| CONFIG_ISA=y | CONFIG_ISA=y | ||||||
| # CONFIG_ISAPNP is not set | # CONFIG_ISAPNP is not set | ||||||
| CONFIG_ISA_BUS_API=y | CONFIG_ISA_BUS_API=y | ||||||
|  | # CONFIG_ISCSI_IBFT is not set | ||||||
| # CONFIG_ISCSI_IBFT_FIND is not set | # CONFIG_ISCSI_IBFT_FIND is not set | ||||||
| # CONFIG_LANCE is not set | # CONFIG_LANCE is not set | ||||||
| CONFIG_LEDS_GPIO=y | CONFIG_LEDS_GPIO=y | ||||||
|   | |||||||
| @@ -137,6 +137,7 @@ CONFIG_IOSF_MBI=y | |||||||
| CONFIG_ISA=y | CONFIG_ISA=y | ||||||
| CONFIG_ISAPNP=y | CONFIG_ISAPNP=y | ||||||
| CONFIG_ISA_BUS_API=y | CONFIG_ISA_BUS_API=y | ||||||
|  | # CONFIG_ISCSI_IBFT is not set | ||||||
| # CONFIG_ISCSI_IBFT_FIND is not set | # CONFIG_ISCSI_IBFT_FIND is not set | ||||||
| CONFIG_ISO9660_FS=y | CONFIG_ISO9660_FS=y | ||||||
| # CONFIG_JOLIET is not set | # CONFIG_JOLIET is not set | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Koen Vandeputte
					Koen Vandeputte