kernel: Temporarily revert 4.11.x to 4.11.1 on x86_64

Commit 5a3651b4a92c ("ext4: return to starting transaction in
ext4_dax_huge_fault()") introduced between 4.11.1 and 4.11.2
causes LCOW to stop working (VM silently exits). It is unclear
if this commit is the root cause or if it triggers something
in the Hyper-V backend or if it is unrelated.

But, in order make progress on other LCOW testing, we temporarily
use need to use this older kernel untile the issue has been
root caused.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-09-07 17:37:00 +01:00
parent 997a0a4756
commit 4036e71c0d
3 changed files with 4 additions and 3462 deletions

View File

@ -151,7 +151,9 @@ endef
#
$(eval $(call kernel,4.12.9,4.12.x,$(EXTRA)))
$(eval $(call kernel,4.12.9,4.12.x,-dbg))
$(eval $(call kernel,4.11.12,4.11.x,$(EXTRA)))
ifeq ($(ARCH), x86_64)
$(eval $(call kernel,4.11.1,4.11.x,$(EXTRA)))
endif
$(eval $(call kernel,4.9.47,4.9.x,$(EXTRA)))
$(eval $(call kernel,4.9.47,4.9.x,-dbg))
$(eval $(call kernel,4.4.86,4.4.x,$(EXTRA)))

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.11.12 Kernel Configuration
# Linux/x86 4.11.1 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y