mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
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:
parent
d0d7738efa
commit
acfca26038
@ -204,9 +204,9 @@ endef
|
||||
# Build Targets
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
$(eval $(call kernel,4.15.1,4.15.x,$(EXTRA)))
|
||||
$(eval $(call kernel,4.14.17,4.14.x,$(EXTRA)))
|
||||
$(eval $(call kernel,4.14.17,4.14.x,-dbg))
|
||||
$(eval $(call kernel,4.15.2,4.15.x,$(EXTRA)))
|
||||
$(eval $(call kernel,4.14.18,4.14.x,$(EXTRA)))
|
||||
$(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,-dbg))
|
||||
$(eval $(call kernel,4.4.115,4.4.x,$(EXTRA)))
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.14.17 Kernel Configuration
|
||||
# Linux/arm64 4.14.18 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.17 Kernel Configuration
|
||||
# Linux/x86 4.14.18 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.15.1 Kernel Configuration
|
||||
# Linux/arm64 4.15.2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.15.1 Kernel Configuration
|
||||
# Linux/x86 4.15.2 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -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>
|
||||
Date: Tue, 11 Jul 2017 16:58:26 -0700
|
||||
Subject: [PATCH] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB (page
|
||||
|
Loading…
Reference in New Issue
Block a user