diff --git a/examples/aws.yml b/examples/aws.yml index 4a781ca57..d15e04a80 100644 --- a/examples/aws.yml +++ b/examples/aws.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/examples/azure.yml b/examples/azure.yml index b21e79bbd..605047ab9 100644 --- a/examples/azure.yml +++ b/examples/azure.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/examples/cadvisor.yml b/examples/cadvisor.yml index d8ae2a0df..7932bb3d3 100644 --- a/examples/cadvisor.yml +++ b/examples/cadvisor.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/examples/docker-for-mac.yml b/examples/docker-for-mac.yml index 962a24da5..e11463d2b 100644 --- a/examples/docker-for-mac.yml +++ b/examples/docker-for-mac.yml @@ -1,6 +1,6 @@ # This is an example for building the open source components of Docker for Mac kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/vpnkit-expose-port:v0.4 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host diff --git a/examples/docker.yml b/examples/docker.yml index 5e1d27caa..ed9aa58b3 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/examples/gcp.yml b/examples/gcp.yml index 745543afa..f990576dd 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/examples/getty.yml b/examples/getty.yml index 9d802c942..c62849a75 100644 --- a/examples/getty.yml +++ b/examples/getty.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/examples/hostmount-writeable-overlay.yml b/examples/hostmount-writeable-overlay.yml index af1665c1a..de8652c94 100644 --- a/examples/hostmount-writeable-overlay.yml +++ b/examples/hostmount-writeable-overlay.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/examples/influxdb-os.yml b/examples/influxdb-os.yml index 187a77ee5..e27921e69 100644 --- a/examples/influxdb-os.yml +++ b/examples/influxdb-os.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/examples/minimal.yml b/examples/minimal.yml index a3c84cdf3..8235b89ca 100644 --- a/examples/minimal.yml +++ b/examples/minimal.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index 33382ac85..7f94a83e7 100644 --- a/examples/node_exporter.yml +++ b/examples/node_exporter.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/examples/openstack.yml b/examples/openstack.yml index a7f681713..6491ed9a6 100644 --- a/examples/openstack.yml +++ b/examples/openstack.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/examples/packet.arm64.yml b/examples/packet.arm64.yml index 1db0401b2..23144e0f5 100644 --- a/examples/packet.arm64.yml +++ b/examples/packet.arm64.yml @@ -5,7 +5,7 @@ # for arm64 then the 'ucode' line in the kernel section can be left # out. kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyAMA0" ucode: "" onboot: diff --git a/examples/packet.yml b/examples/packet.yml index 0efe19b0b..551c0ddf8 100644 --- a/examples/packet.yml +++ b/examples/packet.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: console=ttyS1 ucode: intel-ucode.cpio init: diff --git a/examples/redis-os.yml b/examples/redis-os.yml index 510f4cdbd..3a993bd25 100644 --- a/examples/redis-os.yml +++ b/examples/redis-os.yml @@ -1,7 +1,7 @@ # Minimal YAML to run a redis server (used at DockerCon'17) # connect: nc localhost 6379 kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/examples/scaleway.yml b/examples/scaleway.yml index 2d96e0a1d..9c951e022 100644 --- a/examples/scaleway.yml +++ b/examples/scaleway.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda" init: - linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb diff --git a/examples/sshd.yml b/examples/sshd.yml index 68ab9569c..a12944736 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/examples/swap.yml b/examples/swap.yml index 3137d7579..dcf5d3d8c 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/examples/vmware.yml b/examples/vmware.yml index 3288f5830..f52044563 100644 --- a/examples/vmware.yml +++ b/examples/vmware.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=tty0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/examples/vpnkit-forwarder.yml b/examples/vpnkit-forwarder.yml index 3034ce152..5cb1753c9 100644 --- a/examples/vpnkit-forwarder.yml +++ b/examples/vpnkit-forwarder.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/examples/vsudd-containerd.yml b/examples/vsudd-containerd.yml index e5526306d..a9ef7578e 100644 --- a/examples/vsudd-containerd.yml +++ b/examples/vsudd-containerd.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/examples/vultr.yml b/examples/vultr.yml index 745543afa..f990576dd 100644 --- a/examples/vultr.yml +++ b/examples/vultr.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/examples/wireguard.yml b/examples/wireguard.yml index 3eff8f082..96d6a5bcb 100644 --- a/examples/wireguard.yml +++ b/examples/wireguard.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/kernel/Makefile b/kernel/Makefile index 7a39ade41..78879d8ff 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -218,21 +218,21 @@ endef # Debug targets only for latest stable and LTS stable # ifeq ($(ARCH),x86_64) -$(eval $(call kernel,4.17.3,4.17.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.52,4.14.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.52,4.14.x,,-dbg)) +$(eval $(call kernel,4.17.4,4.17.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.53,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.53,4.14.x,,-dbg)) $(eval $(call kernel,4.14.40,4.14.x,-rt,)) -$(eval $(call kernel,4.9.110,4.9.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.4.138,4.4.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.9.111,4.9.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.4.139,4.4.x,$(EXTRA),$(DEBUG))) else ifeq ($(ARCH),aarch64) -$(eval $(call kernel,4.17.3,4.17.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.52,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.17.4,4.17.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.53,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.40,4.14.x,-rt,)) else ifeq ($(ARCH),s390x) -$(eval $(call kernel,4.17.3,4.17.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.52,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.17.4,4.17.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.53,4.14.x,$(EXTRA),$(DEBUG))) endif # Target for kernel config diff --git a/kernel/config-4.14.x-aarch64 b/kernel/config-4.14.x-aarch64 index 0b000b241..06d5516f7 100644 --- a/kernel/config-4.14.x-aarch64 +++ b/kernel/config-4.14.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.14.52 Kernel Configuration +# Linux/arm64 4.14.53 Kernel Configuration # CONFIG_ARM64=y CONFIG_64BIT=y diff --git a/kernel/config-4.14.x-s390x b/kernel/config-4.14.x-s390x index 13b91fe3c..abb3d14be 100644 --- a/kernel/config-4.14.x-s390x +++ b/kernel/config-4.14.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 4.14.52 Kernel Configuration +# Linux/s390 4.14.53 Kernel Configuration # CONFIG_MMU=y CONFIG_ZONE_DMA=y diff --git a/kernel/config-4.14.x-x86_64 b/kernel/config-4.14.x-x86_64 index 627e891b8..2235f2465 100644 --- a/kernel/config-4.14.x-x86_64 +++ b/kernel/config-4.14.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.14.52 Kernel Configuration +# Linux/x86 4.14.53 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/config-4.17.x-aarch64 b/kernel/config-4.17.x-aarch64 index 60ea76dc4..9ea66eaa6 100644 --- a/kernel/config-4.17.x-aarch64 +++ b/kernel/config-4.17.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.17.3 Kernel Configuration +# Linux/arm64 4.17.4 Kernel Configuration # CONFIG_ARM64=y CONFIG_64BIT=y diff --git a/kernel/config-4.17.x-s390x b/kernel/config-4.17.x-s390x index e2bd67577..03b04e28b 100644 --- a/kernel/config-4.17.x-s390x +++ b/kernel/config-4.17.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 4.17.3 Kernel Configuration +# Linux/s390 4.17.4 Kernel Configuration # CONFIG_MMU=y CONFIG_ZONE_DMA=y diff --git a/kernel/config-4.17.x-x86_64 b/kernel/config-4.17.x-x86_64 index 8fbb207bd..15b9ad2b8 100644 --- a/kernel/config-4.17.x-x86_64 +++ b/kernel/config-4.17.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.17.3 Kernel Configuration +# Linux/x86 4.17.4 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/config-4.4.x-x86_64 b/kernel/config-4.4.x-x86_64 index 5b70aac10..2453059f0 100644 --- a/kernel/config-4.4.x-x86_64 +++ b/kernel/config-4.4.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.4.138 Kernel Configuration +# Linux/x86 4.4.139 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/config-4.9.x-x86_64 b/kernel/config-4.9.x-x86_64 index 355105b23..dd97dd3a5 100644 --- a/kernel/config-4.9.x-x86_64 +++ b/kernel/config-4.9.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.9.110 Kernel Configuration +# Linux/x86 4.9.111 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/patches-4.14.x-rt/0250-0250-locking-locktorture-Do-NOT-include-rwlock.h-directly.patch b/kernel/patches-4.14.x-rt/0250-0250-locking-locktorture-Do-NOT-include-rwlock.h-directly.patch index 927a4d74e..17a3bc0f1 100644 --- a/kernel/patches-4.14.x-rt/0250-0250-locking-locktorture-Do-NOT-include-rwlock.h-directly.patch +++ b/kernel/patches-4.14.x-rt/0250-0250-locking-locktorture-Do-NOT-include-rwlock.h-directly.patch @@ -1,4 +1,4 @@ -From d11cd9ea277c0472256028afba34.17.3fffa448 Mon Sep 17 00:00:00 2001 +From d11cd9ea277c0472256028afba34.17.4fffa448 Mon Sep 17 00:00:00 2001 From: "Wolfgang M. Reimer" Date: Tue, 21 Jul 2015 16:20:07 +0200 Subject: [PATCH 250/414] locking: locktorture: Do NOT include rwlock.h diff --git a/kernel/patches-4.14.x-rt/0283-0283-fs-jbd2-pull-your-plug-when-waiting-for-space.patch b/kernel/patches-4.14.x-rt/0283-0283-fs-jbd2-pull-your-plug-when-waiting-for-space.patch index d8a0620fc..f049af662 100644 --- a/kernel/patches-4.14.x-rt/0283-0283-fs-jbd2-pull-your-plug-when-waiting-for-space.patch +++ b/kernel/patches-4.14.x-rt/0283-0283-fs-jbd2-pull-your-plug-when-waiting-for-space.patch @@ -1,6 +1,6 @@ From b0c90c02e2089bae0efd84f73e91a77974d03eff Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior -Date: Mon, 17 Feb 2014 17:30:03 +0100 +Date: Mon, 17 Feb 2014.17.40:03 +0100 Subject: [PATCH 283/414] fs: jbd2: pull your plug when waiting for space Two cps in parallel managed to stall the the ext4 fs. It seems that diff --git a/kernel/patches-4.14.x-rt/0360-0360-crypto-Reduce-preempt-disabled-regions-more-algos.patch b/kernel/patches-4.14.x-rt/0360-0360-crypto-Reduce-preempt-disabled-regions-more-algos.patch index c24f2fdfa..fb8573031 100644 --- a/kernel/patches-4.14.x-rt/0360-0360-crypto-Reduce-preempt-disabled-regions-more-algos.patch +++ b/kernel/patches-4.14.x-rt/0360-0360-crypto-Reduce-preempt-disabled-regions-more-algos.patch @@ -1,6 +1,6 @@ From aab48463aa3fd43271c5e95307131a4eb2857c6a Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior -Date: Fri, 21 Feb 2014.17.34:04 +0100 +Date: Fri, 21 Feb 2014.17.44:04 +0100 Subject: [PATCH 360/414] crypto: Reduce preempt disabled regions, more algos Don Estabrook reported diff --git a/kernel/patches-4.14.x/0001-NVDIMM-reducded-ND_MIN_NAMESPACE_SIZE-from-4MB-to-4K.patch b/kernel/patches-4.14.x/0001-NVDIMM-reducded-ND_MIN_NAMESPACE_SIZE-from-4MB-to-4K.patch index e97423407..e374c481d 100644 --- a/kernel/patches-4.14.x/0001-NVDIMM-reducded-ND_MIN_NAMESPACE_SIZE-from-4MB-to-4K.patch +++ b/kernel/patches-4.14.x/0001-NVDIMM-reducded-ND_MIN_NAMESPACE_SIZE-from-4MB-to-4K.patch @@ -1,4 +1,4 @@ -From 3b8c9e9f8dec78471ff2ee03939929f790af11a9 Mon Sep 17 00:00:00 2001 +From 3a236c6a36815f02ba6fb4ab27089a9a3c659ba4 Mon Sep 17 00:00:00 2001 From: Cheng-mean Liu Date: Tue, 11 Jul 2017 16:58:26 -0700 Subject: [PATCH 01/21] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB diff --git a/kernel/patches-4.14.x/0002-hyper-v-trace-vmbus_on_msg_dpc.patch b/kernel/patches-4.14.x/0002-hyper-v-trace-vmbus_on_msg_dpc.patch index 255989708..48c6c98a3 100644 --- a/kernel/patches-4.14.x/0002-hyper-v-trace-vmbus_on_msg_dpc.patch +++ b/kernel/patches-4.14.x/0002-hyper-v-trace-vmbus_on_msg_dpc.patch @@ -1,4 +1,4 @@ -From 29a9e5f1fe74b94c7e0cb5d354a4fcd0d4c1c668 Mon Sep 17 00:00:00 2001 +From 44920252a17e3f880deebfac97f98c44939cd716 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:00 -0700 Subject: [PATCH 02/21] hyper-v: trace vmbus_on_msg_dpc() diff --git a/kernel/patches-4.14.x/0003-hyper-v-trace-vmbus_on_message.patch b/kernel/patches-4.14.x/0003-hyper-v-trace-vmbus_on_message.patch index 53565f76d..9689deeaf 100644 --- a/kernel/patches-4.14.x/0003-hyper-v-trace-vmbus_on_message.patch +++ b/kernel/patches-4.14.x/0003-hyper-v-trace-vmbus_on_message.patch @@ -1,4 +1,4 @@ -From 1e36249f3123e692d89da83875707b672384e8f1 Mon Sep 17 00:00:00 2001 +From 4dc1ca104ec70ed5db8b722b4fb4cc50718c386c Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:01 -0700 Subject: [PATCH 03/21] hyper-v: trace vmbus_on_message() diff --git a/kernel/patches-4.14.x/0004-hyper-v-trace-vmbus_onoffer.patch b/kernel/patches-4.14.x/0004-hyper-v-trace-vmbus_onoffer.patch index 4d46f9166..87e86afdf 100644 --- a/kernel/patches-4.14.x/0004-hyper-v-trace-vmbus_onoffer.patch +++ b/kernel/patches-4.14.x/0004-hyper-v-trace-vmbus_onoffer.patch @@ -1,4 +1,4 @@ -From 4eb2d723f1f3f491f2a3f67c3854d3f20a984367 Mon Sep 17 00:00:00 2001 +From c4267a659c78b9d156fe75a806b07b366c6660c9 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:02 -0700 Subject: [PATCH 04/21] hyper-v: trace vmbus_onoffer() diff --git a/kernel/patches-4.14.x/0005-hyper-v-trace-vmbus_onoffer_rescind.patch b/kernel/patches-4.14.x/0005-hyper-v-trace-vmbus_onoffer_rescind.patch index a85542788..bed957d62 100644 --- a/kernel/patches-4.14.x/0005-hyper-v-trace-vmbus_onoffer_rescind.patch +++ b/kernel/patches-4.14.x/0005-hyper-v-trace-vmbus_onoffer_rescind.patch @@ -1,4 +1,4 @@ -From 2a6c86adac33942d9d6d55b4f9aa9c8d34cb6ce8 Mon Sep 17 00:00:00 2001 +From 49ed32ba78e5b1d3feca545d9e8e06e7bbdebbec Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:03 -0700 Subject: [PATCH 05/21] hyper-v: trace vmbus_onoffer_rescind() diff --git a/kernel/patches-4.14.x/0006-hyper-v-trace-vmbus_onopen_result.patch b/kernel/patches-4.14.x/0006-hyper-v-trace-vmbus_onopen_result.patch index d8fd52d03..8fc76280e 100644 --- a/kernel/patches-4.14.x/0006-hyper-v-trace-vmbus_onopen_result.patch +++ b/kernel/patches-4.14.x/0006-hyper-v-trace-vmbus_onopen_result.patch @@ -1,4 +1,4 @@ -From 37a4c0091295a2060f3aad3355b7139d75780680 Mon Sep 17 00:00:00 2001 +From 54442f2f58041a86a0f96359dd2c4e35a2964ab3 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:04 -0700 Subject: [PATCH 06/21] hyper-v: trace vmbus_onopen_result() diff --git a/kernel/patches-4.14.x/0007-hyper-v-trace-vmbus_ongpadl_created.patch b/kernel/patches-4.14.x/0007-hyper-v-trace-vmbus_ongpadl_created.patch index 4843fcf9b..8e8679ef1 100644 --- a/kernel/patches-4.14.x/0007-hyper-v-trace-vmbus_ongpadl_created.patch +++ b/kernel/patches-4.14.x/0007-hyper-v-trace-vmbus_ongpadl_created.patch @@ -1,4 +1,4 @@ -From 65957b152c0099b2b38560a2881d86233c2d8cfd Mon Sep 17 00:00:00 2001 +From f1ed2925eab6ca35887fea96a0bffccae836b25f Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:05 -0700 Subject: [PATCH 07/21] hyper-v: trace vmbus_ongpadl_created() diff --git a/kernel/patches-4.14.x/0008-hyper-v-trace-vmbus_ongpadl_torndown.patch b/kernel/patches-4.14.x/0008-hyper-v-trace-vmbus_ongpadl_torndown.patch index 693a89e18..c7f8017c3 100644 --- a/kernel/patches-4.14.x/0008-hyper-v-trace-vmbus_ongpadl_torndown.patch +++ b/kernel/patches-4.14.x/0008-hyper-v-trace-vmbus_ongpadl_torndown.patch @@ -1,4 +1,4 @@ -From f3e2a0bd342488e731ee8fa15f4f3622f1ea8de5 Mon Sep 17 00:00:00 2001 +From 3ce46ab96afeb34259527989b8eb65029daebb87 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:06 -0700 Subject: [PATCH 08/21] hyper-v: trace vmbus_ongpadl_torndown() diff --git a/kernel/patches-4.14.x/0009-hyper-v-trace-vmbus_onversion_response.patch b/kernel/patches-4.14.x/0009-hyper-v-trace-vmbus_onversion_response.patch index 0e578a036..c2f4ab36c 100644 --- a/kernel/patches-4.14.x/0009-hyper-v-trace-vmbus_onversion_response.patch +++ b/kernel/patches-4.14.x/0009-hyper-v-trace-vmbus_onversion_response.patch @@ -1,4 +1,4 @@ -From a9d18072f752d6a62e25c3100eaf2e3b062883c5 Mon Sep 17 00:00:00 2001 +From 54ca0ca00357e924071a032766b6808a5e38aadf Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:07 -0700 Subject: [PATCH 09/21] hyper-v: trace vmbus_onversion_response() diff --git a/kernel/patches-4.14.x/0010-hyper-v-trace-vmbus_request_offers.patch b/kernel/patches-4.14.x/0010-hyper-v-trace-vmbus_request_offers.patch index cf17ebace..bebd44ec1 100644 --- a/kernel/patches-4.14.x/0010-hyper-v-trace-vmbus_request_offers.patch +++ b/kernel/patches-4.14.x/0010-hyper-v-trace-vmbus_request_offers.patch @@ -1,4 +1,4 @@ -From cdc7a5943284d2ace3c909d01707184224f23c96 Mon Sep 17 00:00:00 2001 +From 42b2766fd9a0eaff37f8efcfb0d3d84c524b12a7 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:08 -0700 Subject: [PATCH 10/21] hyper-v: trace vmbus_request_offers() diff --git a/kernel/patches-4.14.x/0011-hyper-v-trace-vmbus_open.patch b/kernel/patches-4.14.x/0011-hyper-v-trace-vmbus_open.patch index 403e4ab6b..c58fff603 100644 --- a/kernel/patches-4.14.x/0011-hyper-v-trace-vmbus_open.patch +++ b/kernel/patches-4.14.x/0011-hyper-v-trace-vmbus_open.patch @@ -1,4 +1,4 @@ -From d9d01f6d0b05fef80d4443d4e6079d0362d60cf2 Mon Sep 17 00:00:00 2001 +From 0084f461be9519a8983411ae7585243280d8b993 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:09 -0700 Subject: [PATCH 11/21] hyper-v: trace vmbus_open() diff --git a/kernel/patches-4.14.x/0012-hyper-v-trace-vmbus_close_internal.patch b/kernel/patches-4.14.x/0012-hyper-v-trace-vmbus_close_internal.patch index 5076fee8a..1dc9ac932 100644 --- a/kernel/patches-4.14.x/0012-hyper-v-trace-vmbus_close_internal.patch +++ b/kernel/patches-4.14.x/0012-hyper-v-trace-vmbus_close_internal.patch @@ -1,4 +1,4 @@ -From e4414e333c715226b59ad6adac6555e677475f19 Mon Sep 17 00:00:00 2001 +From c4fd319138cba2665923ffefbdc80c12a0d08241 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:10 -0700 Subject: [PATCH 12/21] hyper-v: trace vmbus_close_internal() diff --git a/kernel/patches-4.14.x/0013-hyper-v-trace-vmbus_establish_gpadl.patch b/kernel/patches-4.14.x/0013-hyper-v-trace-vmbus_establish_gpadl.patch index a13994fab..7e72d2190 100644 --- a/kernel/patches-4.14.x/0013-hyper-v-trace-vmbus_establish_gpadl.patch +++ b/kernel/patches-4.14.x/0013-hyper-v-trace-vmbus_establish_gpadl.patch @@ -1,4 +1,4 @@ -From 5d8c61279ac121215aaf86c5b6968babcf6b77d5 Mon Sep 17 00:00:00 2001 +From 8a1b90ed824b23e2c4f242e1e3a86e13d6c0d356 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:11 -0700 Subject: [PATCH 13/21] hyper-v: trace vmbus_establish_gpadl() diff --git a/kernel/patches-4.14.x/0014-hyper-v-trace-vmbus_teardown_gpadl.patch b/kernel/patches-4.14.x/0014-hyper-v-trace-vmbus_teardown_gpadl.patch index 8dfdc2e38..97156fabd 100644 --- a/kernel/patches-4.14.x/0014-hyper-v-trace-vmbus_teardown_gpadl.patch +++ b/kernel/patches-4.14.x/0014-hyper-v-trace-vmbus_teardown_gpadl.patch @@ -1,4 +1,4 @@ -From c377055742b21794e5a7837d45005321e231ad5f Mon Sep 17 00:00:00 2001 +From 3708b32be8f135b5e60e9077930ac03c48a10f95 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:12 -0700 Subject: [PATCH 14/21] hyper-v: trace vmbus_teardown_gpadl() diff --git a/kernel/patches-4.14.x/0015-hyper-v-trace-vmbus_negotiate_version.patch b/kernel/patches-4.14.x/0015-hyper-v-trace-vmbus_negotiate_version.patch index 9a1e9ec40..f739a2c66 100644 --- a/kernel/patches-4.14.x/0015-hyper-v-trace-vmbus_negotiate_version.patch +++ b/kernel/patches-4.14.x/0015-hyper-v-trace-vmbus_negotiate_version.patch @@ -1,4 +1,4 @@ -From e66dae835c36509f24790744270ab13527e20d65 Mon Sep 17 00:00:00 2001 +From 30634c916a6b5c0991420d76ce7b6406110675a8 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:13 -0700 Subject: [PATCH 15/21] hyper-v: trace vmbus_negotiate_version() diff --git a/kernel/patches-4.14.x/0016-hyper-v-trace-vmbus_release_relid.patch b/kernel/patches-4.14.x/0016-hyper-v-trace-vmbus_release_relid.patch index a06fbf635..1484fc2e4 100644 --- a/kernel/patches-4.14.x/0016-hyper-v-trace-vmbus_release_relid.patch +++ b/kernel/patches-4.14.x/0016-hyper-v-trace-vmbus_release_relid.patch @@ -1,4 +1,4 @@ -From 34a8471010e6e6c9af14be07fe7d243c7d7f8217 Mon Sep 17 00:00:00 2001 +From 54ad94ca2695af5f82a262bc3e34fc362db82e51 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:14 -0700 Subject: [PATCH 16/21] hyper-v: trace vmbus_release_relid() diff --git a/kernel/patches-4.14.x/0017-hyper-v-trace-vmbus_send_tl_connect_request.patch b/kernel/patches-4.14.x/0017-hyper-v-trace-vmbus_send_tl_connect_request.patch index 2541b5847..d8b635803 100644 --- a/kernel/patches-4.14.x/0017-hyper-v-trace-vmbus_send_tl_connect_request.patch +++ b/kernel/patches-4.14.x/0017-hyper-v-trace-vmbus_send_tl_connect_request.patch @@ -1,4 +1,4 @@ -From 57eafd318240f53634df51ed5b9e75255ad84b0f Mon Sep 17 00:00:00 2001 +From fdcc7ef4cbae9eca12ff243b7825bcbc68feebe9 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:15 -0700 Subject: [PATCH 17/21] hyper-v: trace vmbus_send_tl_connect_request() diff --git a/kernel/patches-4.14.x/0018-hyper-v-trace-channel-events.patch b/kernel/patches-4.14.x/0018-hyper-v-trace-channel-events.patch index 533428b71..b9f79cb6c 100644 --- a/kernel/patches-4.14.x/0018-hyper-v-trace-channel-events.patch +++ b/kernel/patches-4.14.x/0018-hyper-v-trace-channel-events.patch @@ -1,4 +1,4 @@ -From 2ee98475f440154ca7b8367dca8c94cfc5f574e4 Mon Sep 17 00:00:00 2001 +From 8a23f9f36bc5de0fde42194be00a1d26806626c3 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:16 -0700 Subject: [PATCH 18/21] hyper-v: trace channel events diff --git a/kernel/patches-4.14.x/0019-serial-forbid-8250-on-s390.patch b/kernel/patches-4.14.x/0019-serial-forbid-8250-on-s390.patch index 70c5a1153..46c9774ef 100644 --- a/kernel/patches-4.14.x/0019-serial-forbid-8250-on-s390.patch +++ b/kernel/patches-4.14.x/0019-serial-forbid-8250-on-s390.patch @@ -1,4 +1,4 @@ -From 2d6487310ad3213da4d28bb69d7a758910eb5088 Mon Sep 17 00:00:00 2001 +From f154b23cda29fa37ad423a63c4c8e29441aedd8b Mon Sep 17 00:00:00 2001 From: Christian Borntraeger Date: Tue, 12 Dec 2017 09:08:35 +0100 Subject: [PATCH 19/21] serial: forbid 8250 on s390 diff --git a/kernel/patches-4.14.x/0020-scsi-storvsc-Allow-only-one-remove-lun-work-item-to-.patch b/kernel/patches-4.14.x/0020-scsi-storvsc-Allow-only-one-remove-lun-work-item-to-.patch index f7b089d35..780294dd8 100644 --- a/kernel/patches-4.14.x/0020-scsi-storvsc-Allow-only-one-remove-lun-work-item-to-.patch +++ b/kernel/patches-4.14.x/0020-scsi-storvsc-Allow-only-one-remove-lun-work-item-to-.patch @@ -1,4 +1,4 @@ -From e404bc174f04bf3c651c467a6d35d6de62441f8c Mon Sep 17 00:00:00 2001 +From 78ea68e58e19af3d25fd6b34bd73decf9d2da6c8 Mon Sep 17 00:00:00 2001 From: Cathy Avery Date: Tue, 31 Oct 2017 08:52:06 -0400 Subject: [PATCH 20/21] scsi: storvsc: Allow only one remove lun work item to diff --git a/kernel/patches-4.14.x/0021-scsi-storvsc-Avoid-excessive-host-scan-on-controller.patch b/kernel/patches-4.14.x/0021-scsi-storvsc-Avoid-excessive-host-scan-on-controller.patch index 64c45d15e..3e581297c 100644 --- a/kernel/patches-4.14.x/0021-scsi-storvsc-Avoid-excessive-host-scan-on-controller.patch +++ b/kernel/patches-4.14.x/0021-scsi-storvsc-Avoid-excessive-host-scan-on-controller.patch @@ -1,4 +1,4 @@ -From 694349448fce00027446c3364065b821fa16dddb Mon Sep 17 00:00:00 2001 +From 8ba69dc5d38df6cf30de8570c5c940461b820f89 Mon Sep 17 00:00:00 2001 From: Long Li Date: Tue, 31 Oct 2017 14:58:08 -0700 Subject: [PATCH 21/21] scsi: storvsc: Avoid excessive host scan on controller diff --git a/kernel/patches-4.9.x/0001-tools-build-Add-test-for-sched_getcpu.patch b/kernel/patches-4.9.x/0001-tools-build-Add-test-for-sched_getcpu.patch index 7d9c864d4..de1164c7c 100644 --- a/kernel/patches-4.9.x/0001-tools-build-Add-test-for-sched_getcpu.patch +++ b/kernel/patches-4.9.x/0001-tools-build-Add-test-for-sched_getcpu.patch @@ -1,4 +1,4 @@ -From c9ecbcbc2eb429cc264da7e631a726cd6b713a20 Mon Sep 17 00:00:00 2001 +From b9805f49b1929c549458932fe494979881cdf4bd Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Thu, 2 Mar 2017 12:55:49 -0300 Subject: [PATCH 01/12] tools build: Add test for sched_getcpu() diff --git a/kernel/patches-4.9.x/0002-perf-jit-Avoid-returning-garbage-for-a-ret-variable.patch b/kernel/patches-4.9.x/0002-perf-jit-Avoid-returning-garbage-for-a-ret-variable.patch index 5344b3be1..d202bef22 100644 --- a/kernel/patches-4.9.x/0002-perf-jit-Avoid-returning-garbage-for-a-ret-variable.patch +++ b/kernel/patches-4.9.x/0002-perf-jit-Avoid-returning-garbage-for-a-ret-variable.patch @@ -1,4 +1,4 @@ -From f7831ae72f31323888f0cd1648d1d068380355ed Mon Sep 17 00:00:00 2001 +From f4761b9a8fa68143ae262e468f01170e0287da72 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Thu, 13 Oct 2016 17:12:35 -0300 Subject: [PATCH 02/12] perf jit: Avoid returning garbage for a ret variable diff --git a/kernel/patches-4.9.x/0003-hv_sock-introduce-Hyper-V-Sockets.patch b/kernel/patches-4.9.x/0003-hv_sock-introduce-Hyper-V-Sockets.patch index 7212a235d..df88932f6 100644 --- a/kernel/patches-4.9.x/0003-hv_sock-introduce-Hyper-V-Sockets.patch +++ b/kernel/patches-4.9.x/0003-hv_sock-introduce-Hyper-V-Sockets.patch @@ -1,4 +1,4 @@ -From 4d75c76a6239703400df034a25a5562ed039012b Mon Sep 17 00:00:00 2001 +From 33e03dbc466fcc9b7228318caa98275797cc0ad5 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Sat, 23 Jul 2016 01:35:51 +0000 Subject: [PATCH 03/12] hv_sock: introduce Hyper-V Sockets diff --git a/kernel/patches-4.9.x/0004-vmbus-Don-t-spam-the-logs-with-unknown-GUIDs.patch b/kernel/patches-4.9.x/0004-vmbus-Don-t-spam-the-logs-with-unknown-GUIDs.patch index ff2a9377c..3693f53e5 100644 --- a/kernel/patches-4.9.x/0004-vmbus-Don-t-spam-the-logs-with-unknown-GUIDs.patch +++ b/kernel/patches-4.9.x/0004-vmbus-Don-t-spam-the-logs-with-unknown-GUIDs.patch @@ -1,4 +1,4 @@ -From c8c54bfb9f1f44ded6c708c5c0762586af597df7 Mon Sep 17 00:00:00 2001 +From 5d86a38799a0d580165bbd6469d57f34ce3f08f8 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Mon, 23 May 2016 18:55:45 +0100 Subject: [PATCH 04/12] vmbus: Don't spam the logs with unknown GUIDs diff --git a/kernel/patches-4.9.x/0005-Drivers-hv-utils-Fix-the-mapping-between-host-versio.patch b/kernel/patches-4.9.x/0005-Drivers-hv-utils-Fix-the-mapping-between-host-versio.patch index 833350523..48da0b9f3 100644 --- a/kernel/patches-4.9.x/0005-Drivers-hv-utils-Fix-the-mapping-between-host-versio.patch +++ b/kernel/patches-4.9.x/0005-Drivers-hv-utils-Fix-the-mapping-between-host-versio.patch @@ -1,4 +1,4 @@ -From 8780138f644f299618dd983061d44d1c6d880183 Mon Sep 17 00:00:00 2001 +From 147cf4c10665ceca492c49843cfb61cc87f767ba Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sun, 6 Nov 2016 13:14:07 -0800 Subject: [PATCH 05/12] Drivers: hv: utils: Fix the mapping between host diff --git a/kernel/patches-4.9.x/0006-Drivers-hv-vss-Improve-log-messages.patch b/kernel/patches-4.9.x/0006-Drivers-hv-vss-Improve-log-messages.patch index 2cd6891da..affcc52c0 100644 --- a/kernel/patches-4.9.x/0006-Drivers-hv-vss-Improve-log-messages.patch +++ b/kernel/patches-4.9.x/0006-Drivers-hv-vss-Improve-log-messages.patch @@ -1,4 +1,4 @@ -From 0fa5da534888ca538960e192843572cf47c72663 Mon Sep 17 00:00:00 2001 +From 26247df4b85bda5e59fbdab1b987e995d5ff1884 Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sun, 6 Nov 2016 13:14:10 -0800 Subject: [PATCH 06/12] Drivers: hv: vss: Improve log messages. diff --git a/kernel/patches-4.9.x/0007-Drivers-hv-vss-Operation-timeouts-should-match-host-.patch b/kernel/patches-4.9.x/0007-Drivers-hv-vss-Operation-timeouts-should-match-host-.patch index eea7cd911..34740bd9f 100644 --- a/kernel/patches-4.9.x/0007-Drivers-hv-vss-Operation-timeouts-should-match-host-.patch +++ b/kernel/patches-4.9.x/0007-Drivers-hv-vss-Operation-timeouts-should-match-host-.patch @@ -1,4 +1,4 @@ -From cc44ff8b219c901096214df8c436a0ad767b7bcd Mon Sep 17 00:00:00 2001 +From de104795adafc968575c511b5b6ceaf98f9b3dd0 Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sun, 6 Nov 2016 13:14:11 -0800 Subject: [PATCH 07/12] Drivers: hv: vss: Operation timeouts should match host diff --git a/kernel/patches-4.9.x/0008-Drivers-hv-vmbus-Use-all-supported-IC-versions-to-ne.patch b/kernel/patches-4.9.x/0008-Drivers-hv-vmbus-Use-all-supported-IC-versions-to-ne.patch index 4d5e30cff..0ca8c7f4c 100644 --- a/kernel/patches-4.9.x/0008-Drivers-hv-vmbus-Use-all-supported-IC-versions-to-ne.patch +++ b/kernel/patches-4.9.x/0008-Drivers-hv-vmbus-Use-all-supported-IC-versions-to-ne.patch @@ -1,4 +1,4 @@ -From b5b9aa75af2c4c3edbd02e588a59908ad804a5d0 Mon Sep 17 00:00:00 2001 +From 6c8814fbc2787f827b26b4413609b4da3b20ced5 Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sat, 28 Jan 2017 12:37:17 -0700 Subject: [PATCH 08/12] Drivers: hv: vmbus: Use all supported IC versions to diff --git a/kernel/patches-4.9.x/0009-Drivers-hv-Log-the-negotiated-IC-versions.patch b/kernel/patches-4.9.x/0009-Drivers-hv-Log-the-negotiated-IC-versions.patch index 34caaa679..e067e8673 100644 --- a/kernel/patches-4.9.x/0009-Drivers-hv-Log-the-negotiated-IC-versions.patch +++ b/kernel/patches-4.9.x/0009-Drivers-hv-Log-the-negotiated-IC-versions.patch @@ -1,4 +1,4 @@ -From 6fe76486f9ab6d7fe7fa9d038a3e894bce5e574f Mon Sep 17 00:00:00 2001 +From 24675a30a9fccb4624b52c536f0bfe6edd66cd3c Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sat, 28 Jan 2017 12:37:18 -0700 Subject: [PATCH 09/12] Drivers: hv: Log the negotiated IC versions. diff --git a/kernel/patches-4.9.x/0010-vmbus-fix-missed-ring-events-on-boot.patch b/kernel/patches-4.9.x/0010-vmbus-fix-missed-ring-events-on-boot.patch index 91ee97d44..51c763a31 100644 --- a/kernel/patches-4.9.x/0010-vmbus-fix-missed-ring-events-on-boot.patch +++ b/kernel/patches-4.9.x/0010-vmbus-fix-missed-ring-events-on-boot.patch @@ -1,4 +1,4 @@ -From 61ebd55962136b791833216e76a6e555d0fe8e71 Mon Sep 17 00:00:00 2001 +From 9fe8f93383072722f38a4b1ccfe19467896e3ba9 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Sun, 26 Mar 2017 16:42:20 +0800 Subject: [PATCH 10/12] vmbus: fix missed ring events on boot diff --git a/kernel/patches-4.9.x/0011-vmbus-remove-goto-error_clean_msglist-in-vmbus_open.patch b/kernel/patches-4.9.x/0011-vmbus-remove-goto-error_clean_msglist-in-vmbus_open.patch index 039cacf2f..d17b88480 100644 --- a/kernel/patches-4.9.x/0011-vmbus-remove-goto-error_clean_msglist-in-vmbus_open.patch +++ b/kernel/patches-4.9.x/0011-vmbus-remove-goto-error_clean_msglist-in-vmbus_open.patch @@ -1,4 +1,4 @@ -From 6d5b527bfb56184f8c570b5aea260f12064b5671 Mon Sep 17 00:00:00 2001 +From 9551c3813383c6be11cc5a899a593657a4cceb88 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Wed, 29 Mar 2017 18:37:10 +0800 Subject: [PATCH 11/12] vmbus: remove "goto error_clean_msglist" in diff --git a/kernel/patches-4.9.x/0012-vmbus-dynamically-enqueue-dequeue-the-channel-on-vmb.patch b/kernel/patches-4.9.x/0012-vmbus-dynamically-enqueue-dequeue-the-channel-on-vmb.patch index 6a137ad44..edb5acd87 100644 --- a/kernel/patches-4.9.x/0012-vmbus-dynamically-enqueue-dequeue-the-channel-on-vmb.patch +++ b/kernel/patches-4.9.x/0012-vmbus-dynamically-enqueue-dequeue-the-channel-on-vmb.patch @@ -1,4 +1,4 @@ -From a180c1673a410ab96fcfe68c1160f4a2cbef9713 Mon Sep 17 00:00:00 2001 +From 1d709cd6c153080686b388c02d42e13d71dd5da1 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Fri, 24 Mar 2017 20:53:18 +0800 Subject: [PATCH 12/12] vmbus: dynamically enqueue/dequeue the channel on diff --git a/linuxkit.yml b/linuxkit.yml index ecb95ce70..b1fdbc137 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index 043fc26de..462d301df 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index c193e31a8..f596843ed 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/projects/logging/examples/logging.yml b/projects/logging/examples/logging.yml index ac7ea69a8..4e5c87128 100644 --- a/projects/logging/examples/logging.yml +++ b/projects/logging/examples/logging.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=tty0 page_poison=1" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/projects/miragesdk/examples/mirage-dhcp.yml b/projects/miragesdk/examples/mirage-dhcp.yml index 9557ed0c1..a71795a1f 100644 --- a/projects/miragesdk/examples/mirage-dhcp.yml +++ b/projects/miragesdk/examples/mirage-dhcp.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/000_build/000_formats/test.yml b/test/cases/000_build/000_formats/test.yml index fb10954ed..c722f4e61 100644 --- a/test/cases/000_build/000_formats/test.yml +++ b/test/cases/000_build/000_formats/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml b/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml index d06d19881..159396c4f 100644 --- a/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml +++ b/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml b/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml index d06d19881..159396c4f 100644 --- a/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml +++ b/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/010_platforms/000_qemu/010_run_iso/test.yml b/test/cases/010_platforms/000_qemu/010_run_iso/test.yml index db8839340..163d632ed 100644 --- a/test/cases/010_platforms/000_qemu/010_run_iso/test.yml +++ b/test/cases/010_platforms/000_qemu/010_run_iso/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/010_platforms/000_qemu/020_run_efi/test.yml b/test/cases/010_platforms/000_qemu/020_run_efi/test.yml index 1fecfb589..a8be6eacd 100644 --- a/test/cases/010_platforms/000_qemu/020_run_efi/test.yml +++ b/test/cases/010_platforms/000_qemu/020_run_efi/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml b/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml index 1fecfb589..a8be6eacd 100644 --- a/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml +++ b/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml b/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml index 1fecfb589..a8be6eacd 100644 --- a/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml +++ b/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/010_platforms/000_qemu/050_run_aws/test.yml b/test/cases/010_platforms/000_qemu/050_run_aws/test.yml index 1fecfb589..a8be6eacd 100644 --- a/test/cases/010_platforms/000_qemu/050_run_aws/test.yml +++ b/test/cases/010_platforms/000_qemu/050_run_aws/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/010_platforms/000_qemu/100_container/test.yml b/test/cases/010_platforms/000_qemu/100_container/test.yml index 3c3eef691..44c1c2196 100644 --- a/test/cases/010_platforms/000_qemu/100_container/test.yml +++ b/test/cases/010_platforms/000_qemu/100_container/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml b/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml index 1fecfb589..a8be6eacd 100644 --- a/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml +++ b/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml b/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml index 1fecfb589..a8be6eacd 100644 --- a/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml +++ b/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml b/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml index 2689629b1..cf9026c86 100644 --- a/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml +++ b/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/020_kernel/000_config_4.4.x/test.yml b/test/cases/020_kernel/000_config_4.4.x/test.yml index d7c0effc4..612adc458 100644 --- a/test/cases/020_kernel/000_config_4.4.x/test.yml +++ b/test/cases/020_kernel/000_config_4.4.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.4.138 + image: linuxkit/kernel:4.4.139 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/020_kernel/001_config_4.9.x/test.yml b/test/cases/020_kernel/001_config_4.9.x/test.yml index e186046b5..2a697ed36 100644 --- a/test/cases/020_kernel/001_config_4.9.x/test.yml +++ b/test/cases/020_kernel/001_config_4.9.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.9.110 + image: linuxkit/kernel:4.9.111 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/020_kernel/006_config_4.14.x/test.yml b/test/cases/020_kernel/006_config_4.14.x/test.yml index 37630a96e..8a903caf2 100644 --- a/test/cases/020_kernel/006_config_4.14.x/test.yml +++ b/test/cases/020_kernel/006_config_4.14.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/020_kernel/009_config_4.17.x/test.yml b/test/cases/020_kernel/009_config_4.17.x/test.yml index c17d8de70..56f88d947 100644 --- a/test/cases/020_kernel/009_config_4.17.x/test.yml +++ b/test/cases/020_kernel/009_config_4.17.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.17.3 + image: linuxkit/kernel:4.17.4 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/020_kernel/010_kmod_4.4.x/Dockerfile b/test/cases/020_kernel/010_kmod_4.4.x/Dockerfile index b3dc16da7..77f87cb42 100644 --- a/test/cases/020_kernel/010_kmod_4.4.x/Dockerfile +++ b/test/cases/020_kernel/010_kmod_4.4.x/Dockerfile @@ -3,7 +3,7 @@ # In the last stage, it creates a package, which can be used for # testing. -FROM linuxkit/kernel:4.4.138 AS ksrc +FROM linuxkit/kernel:4.4.139 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build diff --git a/test/cases/020_kernel/010_kmod_4.4.x/test.sh b/test/cases/020_kernel/010_kmod_4.4.x/test.sh index 847e21d16..038af5522 100644 --- a/test/cases/020_kernel/010_kmod_4.4.x/test.sh +++ b/test/cases/020_kernel/010_kmod_4.4.x/test.sh @@ -19,7 +19,7 @@ clean_up() { trap clean_up EXIT # Make sure we have the latest kernel image -docker pull linuxkit/kernel:4.4.138 +docker pull linuxkit/kernel:4.4.139 # Build a package docker build -t ${IMAGE_NAME} . diff --git a/test/cases/020_kernel/010_kmod_4.4.x/test.yml b/test/cases/020_kernel/010_kmod_4.4.x/test.yml index 118fad31f..c965095ef 100644 --- a/test/cases/020_kernel/010_kmod_4.4.x/test.yml +++ b/test/cases/020_kernel/010_kmod_4.4.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.4.138 + image: linuxkit/kernel:4.4.139 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/020_kernel/011_kmod_4.9.x/Dockerfile b/test/cases/020_kernel/011_kmod_4.9.x/Dockerfile index 887419ef5..c9f83c5aa 100644 --- a/test/cases/020_kernel/011_kmod_4.9.x/Dockerfile +++ b/test/cases/020_kernel/011_kmod_4.9.x/Dockerfile @@ -3,7 +3,7 @@ # In the last stage, it creates a package, which can be used for # testing. -FROM linuxkit/kernel:4.9.110 AS ksrc +FROM linuxkit/kernel:4.9.111 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build diff --git a/test/cases/020_kernel/011_kmod_4.9.x/test.sh b/test/cases/020_kernel/011_kmod_4.9.x/test.sh index fdc8886bf..ab8f416a4 100644 --- a/test/cases/020_kernel/011_kmod_4.9.x/test.sh +++ b/test/cases/020_kernel/011_kmod_4.9.x/test.sh @@ -19,7 +19,7 @@ clean_up() { trap clean_up EXIT # Make sure we have the latest kernel image -docker pull linuxkit/kernel:4.9.110 +docker pull linuxkit/kernel:4.9.111 # Build a package docker build -t ${IMAGE_NAME} . diff --git a/test/cases/020_kernel/011_kmod_4.9.x/test.yml b/test/cases/020_kernel/011_kmod_4.9.x/test.yml index 6cb48a4fa..2b5d241ad 100644 --- a/test/cases/020_kernel/011_kmod_4.9.x/test.yml +++ b/test/cases/020_kernel/011_kmod_4.9.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.9.110 + image: linuxkit/kernel:4.9.111 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/020_kernel/016_kmod_4.14.x/Dockerfile b/test/cases/020_kernel/016_kmod_4.14.x/Dockerfile index 90b36757c..1d2c3dcd5 100644 --- a/test/cases/020_kernel/016_kmod_4.14.x/Dockerfile +++ b/test/cases/020_kernel/016_kmod_4.14.x/Dockerfile @@ -3,7 +3,7 @@ # In the last stage, it creates a package, which can be used for # testing. -FROM linuxkit/kernel:4.14.52 AS ksrc +FROM linuxkit/kernel:4.14.53 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build diff --git a/test/cases/020_kernel/016_kmod_4.14.x/test.sh b/test/cases/020_kernel/016_kmod_4.14.x/test.sh index 5dac92c62..c484fe545 100644 --- a/test/cases/020_kernel/016_kmod_4.14.x/test.sh +++ b/test/cases/020_kernel/016_kmod_4.14.x/test.sh @@ -19,7 +19,7 @@ clean_up() { trap clean_up EXIT # Make sure we have the latest kernel image -docker pull linuxkit/kernel:4.14.52 +docker pull linuxkit/kernel:4.14.53 # Build a package docker build -t ${IMAGE_NAME} . diff --git a/test/cases/020_kernel/016_kmod_4.14.x/test.yml b/test/cases/020_kernel/016_kmod_4.14.x/test.yml index 622e0d22f..2e5cc5d92 100644 --- a/test/cases/020_kernel/016_kmod_4.14.x/test.yml +++ b/test/cases/020_kernel/016_kmod_4.14.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/020_kernel/019_kmod_4.17.x/Dockerfile b/test/cases/020_kernel/019_kmod_4.17.x/Dockerfile index 7132cbbfe..f2186c157 100644 --- a/test/cases/020_kernel/019_kmod_4.17.x/Dockerfile +++ b/test/cases/020_kernel/019_kmod_4.17.x/Dockerfile @@ -3,7 +3,7 @@ # In the last stage, it creates a package, which can be used for # testing. -FROM linuxkit/kernel:4.17.3 AS ksrc +FROM linuxkit/kernel:4.17.4 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build diff --git a/test/cases/020_kernel/019_kmod_4.17.x/test.sh b/test/cases/020_kernel/019_kmod_4.17.x/test.sh index b0b9daba7..39fcb40ed 100644 --- a/test/cases/020_kernel/019_kmod_4.17.x/test.sh +++ b/test/cases/020_kernel/019_kmod_4.17.x/test.sh @@ -19,7 +19,7 @@ clean_up() { trap clean_up EXIT # Make sure we have the latest kernel image -docker pull linuxkit/kernel:4.17.3 +docker pull linuxkit/kernel:4.17.4 # Build a package docker build -t ${IMAGE_NAME} . diff --git a/test/cases/020_kernel/019_kmod_4.17.x/test.yml b/test/cases/020_kernel/019_kmod_4.17.x/test.yml index 86b63cc68..fd26a40ae 100644 --- a/test/cases/020_kernel/019_kmod_4.17.x/test.yml +++ b/test/cases/020_kernel/019_kmod_4.17.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.17.3 + image: linuxkit/kernel:4.17.4 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/020_kernel/110_namespace/common.yml b/test/cases/020_kernel/110_namespace/common.yml index 55800cf13..6441b4836 100644 --- a/test/cases/020_kernel/110_namespace/common.yml +++ b/test/cases/020_kernel/110_namespace/common.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index 8e8556f40..ad288532a 100644 --- a/test/cases/030_security/000_docker-bench/test.yml +++ b/test/cases/030_security/000_docker-bench/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/030_security/010_ports/test.yml b/test/cases/030_security/010_ports/test.yml index 4faabc485..76e3c484a 100644 --- a/test/cases/030_security/010_ports/test.yml +++ b/test/cases/030_security/010_ports/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/040_packages/002_binfmt/test.yml b/test/cases/040_packages/002_binfmt/test.yml index efa7921b7..e9f928f3c 100644 --- a/test/cases/040_packages/002_binfmt/test.yml +++ b/test/cases/040_packages/002_binfmt/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/040_packages/003_ca-certificates/test.yml b/test/cases/040_packages/003_ca-certificates/test.yml index a5501843e..0d632b3fb 100644 --- a/test/cases/040_packages/003_ca-certificates/test.yml +++ b/test/cases/040_packages/003_ca-certificates/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/040_packages/003_containerd/test.yml b/test/cases/040_packages/003_containerd/test.yml index 46d951198..862b6aaf0 100644 --- a/test/cases/040_packages/003_containerd/test.yml +++ b/test/cases/040_packages/003_containerd/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index c2626d43a..aa2c3c03a 100644 --- a/test/cases/040_packages/004_dhcpcd/test.yml +++ b/test/cases/040_packages/004_dhcpcd/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/040_packages/005_extend/000_ext4/test-create.yml b/test/cases/040_packages/005_extend/000_ext4/test-create.yml index ca6c97a79..1b090e836 100644 --- a/test/cases/040_packages/005_extend/000_ext4/test-create.yml +++ b/test/cases/040_packages/005_extend/000_ext4/test-create.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/040_packages/005_extend/000_ext4/test.yml b/test/cases/040_packages/005_extend/000_ext4/test.yml index 0d6ee3455..4a10adbc7 100644 --- a/test/cases/040_packages/005_extend/000_ext4/test.yml +++ b/test/cases/040_packages/005_extend/000_ext4/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/040_packages/005_extend/001_btrfs/test-create.yml b/test/cases/040_packages/005_extend/001_btrfs/test-create.yml index 5e0fc80d1..4e3fcd882 100644 --- a/test/cases/040_packages/005_extend/001_btrfs/test-create.yml +++ b/test/cases/040_packages/005_extend/001_btrfs/test-create.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/040_packages/005_extend/001_btrfs/test.yml b/test/cases/040_packages/005_extend/001_btrfs/test.yml index 3af7ed49d..928c19560 100644 --- a/test/cases/040_packages/005_extend/001_btrfs/test.yml +++ b/test/cases/040_packages/005_extend/001_btrfs/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/040_packages/005_extend/002_xfs/test-create.yml b/test/cases/040_packages/005_extend/002_xfs/test-create.yml index 506078c70..9737f5010 100644 --- a/test/cases/040_packages/005_extend/002_xfs/test-create.yml +++ b/test/cases/040_packages/005_extend/002_xfs/test-create.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/040_packages/005_extend/002_xfs/test.yml b/test/cases/040_packages/005_extend/002_xfs/test.yml index bc3522e5e..03d5cc163 100644 --- a/test/cases/040_packages/005_extend/002_xfs/test.yml +++ b/test/cases/040_packages/005_extend/002_xfs/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/040_packages/006_format_mount/000_auto/test.yml b/test/cases/040_packages/006_format_mount/000_auto/test.yml index 89feaff49..681c92365 100644 --- a/test/cases/040_packages/006_format_mount/000_auto/test.yml +++ b/test/cases/040_packages/006_format_mount/000_auto/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/040_packages/006_format_mount/001_by_label/test.yml b/test/cases/040_packages/006_format_mount/001_by_label/test.yml index c0756f1aa..3aab62d91 100644 --- a/test/cases/040_packages/006_format_mount/001_by_label/test.yml +++ b/test/cases/040_packages/006_format_mount/001_by_label/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/040_packages/006_format_mount/003_btrfs/test.yml b/test/cases/040_packages/006_format_mount/003_btrfs/test.yml index 76440a083..f4bf91d49 100644 --- a/test/cases/040_packages/006_format_mount/003_btrfs/test.yml +++ b/test/cases/040_packages/006_format_mount/003_btrfs/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/040_packages/006_format_mount/004_xfs/test.yml b/test/cases/040_packages/006_format_mount/004_xfs/test.yml index 8cf768b7f..e8c683252 100644 --- a/test/cases/040_packages/006_format_mount/004_xfs/test.yml +++ b/test/cases/040_packages/006_format_mount/004_xfs/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/040_packages/006_format_mount/010_multiple/test.yml b/test/cases/040_packages/006_format_mount/010_multiple/test.yml index 16168780b..d84ff5767 100644 --- a/test/cases/040_packages/006_format_mount/010_multiple/test.yml +++ b/test/cases/040_packages/006_format_mount/010_multiple/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/040_packages/013_mkimage/mkimage.yml b/test/cases/040_packages/013_mkimage/mkimage.yml index 49eee833b..ecc16f18a 100644 --- a/test/cases/040_packages/013_mkimage/mkimage.yml +++ b/test/cases/040_packages/013_mkimage/mkimage.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/040_packages/013_mkimage/run.yml b/test/cases/040_packages/013_mkimage/run.yml index fd4e09356..da66e9081 100644 --- a/test/cases/040_packages/013_mkimage/run.yml +++ b/test/cases/040_packages/013_mkimage/run.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index cbe7221b9..12730d916 100644 --- a/test/cases/040_packages/019_sysctl/test.yml +++ b/test/cases/040_packages/019_sysctl/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/cases/040_packages/023_wireguard/test.yml b/test/cases/040_packages/023_wireguard/test.yml index 6139791da..741697679 100644 --- a/test/cases/040_packages/023_wireguard/test.yml +++ b/test/cases/040_packages/023_wireguard/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index f5e637569..1f0c73b74 100644 --- a/test/hack/test-ltp.yml +++ b/test/hack/test-ltp.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2 diff --git a/test/hack/test.yml b/test/hack/test.yml index f9773031e..bcfbf6a72 100644 --- a/test/hack/test.yml +++ b/test/hack/test.yml @@ -1,7 +1,7 @@ # FIXME: This should use the minimal example # We continue to use the kernel-config-test as CI is currently expecting to see a success message kernel: - image: linuxkit/kernel:4.14.52 + image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2