kernel: Update to 4.15.2/4.14.18

These kernels have significant changes/addition for Spectre
mitigation as well as the usual other set of fixes.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2018-02-08 11:32:53 +00:00
parent d0d7738efa
commit acfca26038
6 changed files with 8 additions and 8 deletions

View File

@ -204,9 +204,9 @@ endef
# Build Targets # Build Targets
# Debug targets only for latest stable and LTS stable # Debug targets only for latest stable and LTS stable
# #
$(eval $(call kernel,4.15.1,4.15.x,$(EXTRA))) $(eval $(call kernel,4.15.2,4.15.x,$(EXTRA)))
$(eval $(call kernel,4.14.17,4.14.x,$(EXTRA))) $(eval $(call kernel,4.14.18,4.14.x,$(EXTRA)))
$(eval $(call kernel,4.14.17,4.14.x,-dbg)) $(eval $(call kernel,4.14.18,4.14.x,-dbg))
$(eval $(call kernel,4.9.80,4.9.x,$(EXTRA))) $(eval $(call kernel,4.9.80,4.9.x,$(EXTRA)))
$(eval $(call kernel,4.9.80,4.9.x,-dbg)) $(eval $(call kernel,4.9.80,4.9.x,-dbg))
$(eval $(call kernel,4.4.115,4.4.x,$(EXTRA))) $(eval $(call kernel,4.4.115,4.4.x,$(EXTRA)))

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.14.17 Kernel Configuration # Linux/arm64 4.14.18 Kernel Configuration
# #
CONFIG_ARM64=y CONFIG_ARM64=y
CONFIG_64BIT=y CONFIG_64BIT=y

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.17 Kernel Configuration # Linux/x86 4.14.18 Kernel Configuration
# #
CONFIG_64BIT=y CONFIG_64BIT=y
CONFIG_X86_64=y CONFIG_X86_64=y

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.15.1 Kernel Configuration # Linux/arm64 4.15.2 Kernel Configuration
# #
CONFIG_ARM64=y CONFIG_ARM64=y
CONFIG_64BIT=y CONFIG_64BIT=y

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.15.1 Kernel Configuration # Linux/x86 4.15.2 Kernel Configuration
# #
CONFIG_64BIT=y CONFIG_64BIT=y
CONFIG_X86_64=y CONFIG_X86_64=y

View File

@ -1,4 +1,4 @@
From a629d501c42e00b7c1e37ab8d8f32e303cd89f7a Mon Sep 17 00:00:00 2001 From 68f097990b84f65ddf63e483f59f7a33810dbeda Mon Sep 17 00:00:00 2001
From: Cheng-mean Liu <soccerl@microsoft.com> From: Cheng-mean Liu <soccerl@microsoft.com>
Date: Tue, 11 Jul 2017 16:58:26 -0700 Date: Tue, 11 Jul 2017 16:58:26 -0700
Subject: [PATCH] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB (page Subject: [PATCH] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB (page