kernel: Update to 4.15.4/4.14.20/4.9.82/4.4.116

The 4.14.20 update has Meltdown/Spectre fixes for arm64

The 4.4.116 update incorporates the proper fix for the
div by zero crash in the firmware loader, so the patch
with the hackish workaround was dropped.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2018-02-19 14:06:11 +00:00
parent 1baf815c9a
commit 231cead2cc
39 changed files with 56 additions and 56 deletions

View File

@@ -214,14 +214,14 @@ endef
# Build Targets
# Debug targets only for latest stable and LTS stable
#
$(eval $(call kernel,4.15.3,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.19,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.19,4.14.x,,-dbg))
$(eval $(call kernel,4.15.4,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.20,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.20,4.14.x,,-dbg))
$(eval $(call kernel,4.14.18,4.14.x,-rt,))
$(eval $(call kernel,4.14.18,4.14.x,-rt,-dbg))
$(eval $(call kernel,4.9.81,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.81,4.9.x,,-dbg))
$(eval $(call kernel,4.4.115,4.4.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.82,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.82,4.9.x,,-dbg))
$(eval $(call kernel,4.4.116,4.4.x,$(EXTRA),$(DEBUG)))
# Target for kernel config
kconfig: | sources