mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 08:02:55 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user