kernel: Add the 4.16.1 kernel

The kernel config is based on the 4.15.x kernel config
run through 'make defconfig && make oldconfig' and then
tweaked a little by hand.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2018-04-09 10:47:03 +01:00
parent fa9452af09
commit b69fc45955
4 changed files with 12088 additions and 0 deletions

View File

@ -218,6 +218,7 @@ endef
# Debug targets only for latest stable and LTS stable
#
ifeq ($(ARCH),x86_64)
$(eval $(call kernel,4.16.1,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.15.16,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.33,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.33,4.14.x,,-dbg))
@ -226,11 +227,13 @@ $(eval $(call kernel,4.9.93,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.127,4.4.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,4.16.1,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.15.16,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.33,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.29,4.14.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,4.16.1,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.15.16,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.33,4.14.x,$(EXTRA),$(DEBUG)))
endif

4418
kernel/config-4.16.x-aarch64 Normal file

File diff suppressed because it is too large Load Diff

3408
kernel/config-4.16.x-s390x Normal file

File diff suppressed because it is too large Load Diff

4259
kernel/config-4.16.x-x86_64 Normal file

File diff suppressed because it is too large Load Diff