kernel: Update to 4.17.8/4.4.142

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2018-07-24 10:26:37 +01:00
parent 8dcddf6be4
commit 5ab7eaac89
5 changed files with 8 additions and 8 deletions

View File

@ -218,20 +218,20 @@ endef
# Debug targets only for latest stable and LTS stable
#
ifeq ($(ARCH),x86_64)
$(eval $(call kernel,4.17.7,4.17.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.17.8,4.17.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.56,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.56,4.14.x,,-dbg))
$(eval $(call kernel,4.14.53,4.14.x,-rt,))
$(eval $(call kernel,4.9.113,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.141,4.4.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.142,4.4.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,4.17.7,4.17.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.17.8,4.17.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.56,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.53,4.14.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,4.17.7,4.17.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.17.8,4.17.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.56,4.14.x,$(EXTRA),$(DEBUG)))
endif

View File

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

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.17.7 Kernel Configuration
# Linux/s390 4.17.8 Kernel Configuration
#
CONFIG_MMU=y
CONFIG_ZONE_DMA=y

View File

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

View File

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