mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-08 20:31:35 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user