kernel: Update to 4.14.13/4.9.76/4.4.111

This looks like there are a couple of minor fixes to the
recent KPTI changes but nothing major...

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2018-01-10 11:12:27 +00:00
parent b06e11c7d7
commit 9a101d1136
20 changed files with 37 additions and 37 deletions

View File

@@ -204,11 +204,11 @@ endef
# Build Targets
# Debug targets only for latest stable and LTS stable
#
$(eval $(call kernel,4.14.12,4.14.x,$(EXTRA)))
$(eval $(call kernel,4.14.12,4.14.x,-dbg))
$(eval $(call kernel,4.9.75,4.9.x,$(EXTRA)))
$(eval $(call kernel,4.9.75,4.9.x,-dbg))
$(eval $(call kernel,4.4.110,4.4.x,$(EXTRA)))
$(eval $(call kernel,4.14.13,4.14.x,$(EXTRA)))
$(eval $(call kernel,4.14.13,4.14.x,-dbg))
$(eval $(call kernel,4.9.76,4.9.x,$(EXTRA)))
$(eval $(call kernel,4.9.76,4.9.x,-dbg))
$(eval $(call kernel,4.4.111,4.4.x,$(EXTRA)))
# Target for kernel config
kconfig: | sources