diff --git a/contrib/crosvm/README.md b/contrib/crosvm/README.md index e9d33ca68..14d882ae9 100644 --- a/contrib/crosvm/README.md +++ b/contrib/crosvm/README.md @@ -30,7 +30,7 @@ YAML file (`minimal.yml`): ``` kernel: - image: linuxkit/kernel:4.9.125 + image: linuxkit/kernel:4.9.127 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/aws.yml b/examples/aws.yml index 9be94eaea..f8adac197 100644 --- a/examples/aws.yml +++ b/examples/aws.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/azure.yml b/examples/azure.yml index 90b123701..75c2ab9f9 100644 --- a/examples/azure.yml +++ b/examples/azure.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/cadvisor.yml b/examples/cadvisor.yml index fba505cba..11aab86ad 100644 --- a/examples/cadvisor.yml +++ b/examples/cadvisor.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/docker-for-mac.yml b/examples/docker-for-mac.yml index 97eb3af49..010da310e 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/vpnkit-expose-port:v0.6 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host diff --git a/examples/docker.yml b/examples/docker.yml index f443f4745..9b9f32062 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/gcp.yml b/examples/gcp.yml index 43faa34a5..713854155 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/getty.yml b/examples/getty.yml index 07923a83c..80a301653 100644 --- a/examples/getty.yml +++ b/examples/getty.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/hostmount-writeable-overlay.yml b/examples/hostmount-writeable-overlay.yml index a22696379..62e8411ff 100644 --- a/examples/hostmount-writeable-overlay.yml +++ b/examples/hostmount-writeable-overlay.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/influxdb-os.yml b/examples/influxdb-os.yml index 4c3ca51fd..8a3bef661 100644 --- a/examples/influxdb-os.yml +++ b/examples/influxdb-os.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/logging.yml b/examples/logging.yml index aa4d13910..698b6b112 100644 --- a/examples/logging.yml +++ b/examples/logging.yml @@ -1,6 +1,6 @@ # Simple example of using an external logging service kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/minimal.yml b/examples/minimal.yml index 9d1c86c50..b8cc86765 100644 --- a/examples/minimal.yml +++ b/examples/minimal.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index af76bb054..8417c8565 100644 --- a/examples/node_exporter.yml +++ b/examples/node_exporter.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=tty0 console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/openstack.yml b/examples/openstack.yml index dc69b694e..8014d5223 100644 --- a/examples/openstack.yml +++ b/examples/openstack.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/packet.arm64.yml b/examples/packet.arm64.yml index b37c89aa3..52c077600 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyAMA0" ucode: "" onboot: diff --git a/examples/packet.yml b/examples/packet.yml index 7c772bb10..38489954e 100644 --- a/examples/packet.yml +++ b/examples/packet.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: console=ttyS1 ucode: intel-ucode.cpio init: diff --git a/examples/redis-os.yml b/examples/redis-os.yml index f2dd5465c..a64badd1a 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/rt-for-vmware.yml b/examples/rt-for-vmware.yml index 8cd8012e7..c9796ecbf 100644 --- a/examples/rt-for-vmware.yml +++ b/examples/rt-for-vmware.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68-rt + image: linuxkit/kernel:4.14.70-rt cmdline: "console=tty0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/scaleway.yml b/examples/scaleway.yml index 0d6cf63ec..f024197b8 100644 --- a/examples/scaleway.yml +++ b/examples/scaleway.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/sshd.yml b/examples/sshd.yml index 3d9d8988c..8ef855950 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/swap.yml b/examples/swap.yml index f5b6f8fbd..e45fe4bbb 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/vmware.yml b/examples/vmware.yml index c9aaf9c76..6d596ad8b 100644 --- a/examples/vmware.yml +++ b/examples/vmware.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=tty0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/vpnkit-forwarder.yml b/examples/vpnkit-forwarder.yml index a5a44eed7..035504573 100644 --- a/examples/vpnkit-forwarder.yml +++ b/examples/vpnkit-forwarder.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/vsudd-containerd.yml b/examples/vsudd-containerd.yml index fe9909688..9d8a00bd5 100644 --- a/examples/vsudd-containerd.yml +++ b/examples/vsudd-containerd.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/vultr.yml b/examples/vultr.yml index 43faa34a5..713854155 100644 --- a/examples/vultr.yml +++ b/examples/vultr.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/examples/wireguard.yml b/examples/wireguard.yml index fb308c496..f82c74156 100644 --- a/examples/wireguard.yml +++ b/examples/wireguard.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/kernel/Makefile b/kernel/Makefile index 3174709d4..3c5bd72f1 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -259,21 +259,21 @@ endef # Debug targets only for latest stable and LTS stable # ifeq ($(ARCH),x86_64) -$(eval $(call kernel,4.18.6,4.18.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.68,4.14.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.68,4.14.x,,-dbg)) +$(eval $(call kernel,4.18.8,4.18.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.70,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.70,4.14.x,,-dbg)) $(eval $(call kernel,4.14.63,4.14.x,-rt,)) -$(eval $(call kernel,4.9.125,4.9.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.4.154,4.4.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.9.127,4.9.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.4.156,4.4.x,$(EXTRA),$(DEBUG))) else ifeq ($(ARCH),aarch64) -$(eval $(call kernel,4.18.6,4.18.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.68,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.18.8,4.18.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.70,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.63,4.14.x,-rt,)) else ifeq ($(ARCH),s390x) -$(eval $(call kernel,4.18.6,4.18.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.68,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.18.8,4.18.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.70,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 7a832a2a3..4f4d64a71 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.68 Kernel Configuration +# Linux/arm64 4.14.70 Kernel Configuration # CONFIG_ARM64=y CONFIG_64BIT=y @@ -509,6 +509,7 @@ CONFIG_SCHED_MC=y CONFIG_NR_CPUS=64 CONFIG_HOTPLUG_CPU=y # CONFIG_NUMA is not set +CONFIG_HOLES_IN_ZONE=y # CONFIG_PREEMPT_NONE is not set # CONFIG_PREEMPT_VOLUNTARY is not set CONFIG_PREEMPT=y diff --git a/kernel/config-4.14.x-s390x b/kernel/config-4.14.x-s390x index f1cf20474..a0347374a 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.68 Kernel Configuration +# Linux/s390 4.14.70 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 dfdebc3a2..c34ae2c18 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.68 Kernel Configuration +# Linux/x86 4.14.70 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/config-4.18.x-aarch64 b/kernel/config-4.18.x-aarch64 index 2794ab3a9..f089deff6 100644 --- a/kernel/config-4.18.x-aarch64 +++ b/kernel/config-4.18.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.18.6 Kernel Configuration +# Linux/arm64 4.18.8 Kernel Configuration # # @@ -515,6 +515,7 @@ CONFIG_SCHED_MC=y CONFIG_NR_CPUS=64 CONFIG_HOTPLUG_CPU=y # CONFIG_NUMA is not set +CONFIG_HOLES_IN_ZONE=y # CONFIG_PREEMPT_NONE is not set # CONFIG_PREEMPT_VOLUNTARY is not set CONFIG_PREEMPT=y diff --git a/kernel/config-4.18.x-s390x b/kernel/config-4.18.x-s390x index f57bf0e77..6ebcbf6c9 100644 --- a/kernel/config-4.18.x-s390x +++ b/kernel/config-4.18.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 4.18.6 Kernel Configuration +# Linux/s390 4.18.8 Kernel Configuration # # diff --git a/kernel/config-4.18.x-x86_64 b/kernel/config-4.18.x-x86_64 index cd00a9b11..56892c333 100644 --- a/kernel/config-4.18.x-x86_64 +++ b/kernel/config-4.18.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.18.6 Kernel Configuration +# Linux/x86 4.18.8 Kernel Configuration # # diff --git a/kernel/config-4.4.x-x86_64 b/kernel/config-4.4.x-x86_64 index e38a458a0..7a9e323ba 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.154 Kernel Configuration +# Linux/x86 4.4.156 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 1306d2276..124986a2d 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.125 Kernel Configuration +# Linux/x86 4.9.127 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y 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 3f0fc2494..f637784c3 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 e9ebe982fe66cc1e0535ff5b4d906d12452bc438 Mon Sep 17 00:00:00 2001 +From 87a48130dd52019dd6fbff64dd5283449484cd9f 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 378b43b2e..10382f59d 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 d8de23e066dc9279e0060ffb67b8c351ad90f6ed Mon Sep 17 00:00:00 2001 +From d36be75d72cfaed170cc82d91d8ece0f5a4a2b02 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 3b12dea7b..529b35806 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 7ffa862347e6a2fb8424c55f77f6d47821a7c6db Mon Sep 17 00:00:00 2001 +From fce23b5b74c2fc141cb77003f6403bcaa0d92b32 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() @@ -16,10 +16,10 @@ Signed-off-by: Greg Kroah-Hartman 2 files changed, 7 insertions(+) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c -index 1939c0ca3741..3917d7267a99 100644 +index 1700b4e7758d..dcf901222333 100644 --- a/drivers/hv/channel_mgmt.c +++ b/drivers/hv/channel_mgmt.c -@@ -1169,6 +1169,8 @@ void vmbus_onmessage(void *context) +@@ -1175,6 +1175,8 @@ void vmbus_onmessage(void *context) hdr = (struct vmbus_channel_message_header *)msg->u.payload; size = msg->header.payload_size; 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 425d2bbcf..e22c6560b 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 03fe58d55d3eed580e5fe0424755cdf99f4dffd7 Mon Sep 17 00:00:00 2001 +From d259670e277c63323ccf0a0efa18331c3cfc9265 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() @@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman 2 files changed, 39 insertions(+) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c -index 3917d7267a99..fbc97bf81665 100644 +index dcf901222333..2287948d7d41 100644 --- a/drivers/hv/channel_mgmt.c +++ b/drivers/hv/channel_mgmt.c @@ -806,6 +806,8 @@ static void vmbus_onoffer(struct vmbus_channel_message_header *hdr) 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 dbe1db89a..154248881 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 a36a1f9256a5fd896cc679900060a9977b67e414 Mon Sep 17 00:00:00 2001 +From 7773e3085464a0756c0ccf0b99c247fdad84b15e 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() @@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman 2 files changed, 10 insertions(+) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c -index fbc97bf81665..f6c8da0d0867 100644 +index 2287948d7d41..05dbd99f7b6b 100644 --- a/drivers/hv/channel_mgmt.c +++ b/drivers/hv/channel_mgmt.c @@ -849,6 +849,8 @@ static void vmbus_onoffer_rescind(struct vmbus_channel_message_header *hdr) 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 8d0152670..432b76f38 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 28066c50d67ff667b8d74fe6a9424ad1ac076505 Mon Sep 17 00:00:00 2001 +From 08c61ab64166dc9cb9fb3cdeeca8e4958f5c7d5d 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() @@ -15,10 +15,10 @@ Signed-off-by: Greg Kroah-Hartman 2 files changed, 19 insertions(+) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c -index f6c8da0d0867..3e2753cf1d9e 100644 +index 05dbd99f7b6b..176a7bc13967 100644 --- a/drivers/hv/channel_mgmt.c +++ b/drivers/hv/channel_mgmt.c -@@ -979,6 +979,8 @@ static void vmbus_onopen_result(struct vmbus_channel_message_header *hdr) +@@ -985,6 +985,8 @@ static void vmbus_onopen_result(struct vmbus_channel_message_header *hdr) result = (struct vmbus_channel_open_result *)hdr; 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 c29d2d1d7..2bf7d23c4 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 e6bba1977e90c6f45aba836c7399aeb01029a319 Mon Sep 17 00:00:00 2001 +From 42a54e909571dda8454fba744afdfbf066c3e94c 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() @@ -15,10 +15,10 @@ Signed-off-by: Greg Kroah-Hartman 2 files changed, 19 insertions(+) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c -index 3e2753cf1d9e..802d7692d7dd 100644 +index 176a7bc13967..3fc3532df1d5 100644 --- a/drivers/hv/channel_mgmt.c +++ b/drivers/hv/channel_mgmt.c -@@ -1025,6 +1025,8 @@ static void vmbus_ongpadl_created(struct vmbus_channel_message_header *hdr) +@@ -1031,6 +1031,8 @@ static void vmbus_ongpadl_created(struct vmbus_channel_message_header *hdr) gpadlcreated = (struct vmbus_channel_gpadl_created *)hdr; 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 4b321e768..e72e1e762 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 163dd4f9d52b094ba102dd7790878d1c18f9e4e1 Mon Sep 17 00:00:00 2001 +From 94e9c2de749a4e4e8d8a8f655f64cc632ece98c8 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() @@ -15,10 +15,10 @@ Signed-off-by: Greg Kroah-Hartman 2 files changed, 10 insertions(+) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c -index 802d7692d7dd..329e7f6491a4 100644 +index 3fc3532df1d5..2112d4cb2583 100644 --- a/drivers/hv/channel_mgmt.c +++ b/drivers/hv/channel_mgmt.c -@@ -1075,6 +1075,8 @@ static void vmbus_ongpadl_torndown( +@@ -1081,6 +1081,8 @@ static void vmbus_ongpadl_torndown( gpadl_torndown = (struct vmbus_channel_gpadl_torndown *)hdr; 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 62793a630..84df187ba 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 33a53e9c10c863f2977ccbcbb38c8b3c6022131f Mon Sep 17 00:00:00 2001 +From 3444e8744a864b0aa83e86cb8a3ebe97d3aeb2e0 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() @@ -15,10 +15,10 @@ Signed-off-by: Greg Kroah-Hartman 2 files changed, 14 insertions(+) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c -index 329e7f6491a4..b3a9b3119197 100644 +index 2112d4cb2583..63ede57c0376 100644 --- a/drivers/hv/channel_mgmt.c +++ b/drivers/hv/channel_mgmt.c -@@ -1120,6 +1120,9 @@ static void vmbus_onversion_response( +@@ -1126,6 +1126,9 @@ static void vmbus_onversion_response( unsigned long flags; version_response = (struct vmbus_channel_version_response *)hdr; 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 d638c92e0..f99f4537f 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 d56dc47eac99308f8310dc21ddb395f57242a655 Mon Sep 17 00:00:00 2001 +From b497233657ed7b939526aa7abf92671884a688da 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() @@ -15,10 +15,10 @@ Signed-off-by: Greg Kroah-Hartman 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c -index b3a9b3119197..4c36029595e7 100644 +index 63ede57c0376..78d900d0709a 100644 --- a/drivers/hv/channel_mgmt.c +++ b/drivers/hv/channel_mgmt.c -@@ -1217,9 +1217,11 @@ int vmbus_request_offers(void) +@@ -1223,9 +1223,11 @@ int vmbus_request_offers(void) msg->msgtype = CHANNELMSG_REQUESTOFFERS; 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 3c2a572c2..f604140fa 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 2792b9243aff1eb1bb0672a2c4320e0da9f80a12 Mon Sep 17 00:00:00 2001 +From c5e13718527891c0909669b503694272bbbc38ea 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() @@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman 2 files changed, 29 insertions(+) diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c -index 05964347008d..b562a7fb4c42 100644 +index d96b09fea835..4df21aaf448e 100644 --- a/drivers/hv/channel.c +++ b/drivers/hv/channel.c @@ -185,6 +185,8 @@ int vmbus_open(struct vmbus_channel *newchannel, u32 send_ringbuffer_size, 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 524318af8..d61b4945a 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 b87b46719ca55ce53465a36c76bda90f2123e98e Mon Sep 17 00:00:00 2001 +From 9b4f03f415c01f051d7bcdbb7496299006e084a5 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() @@ -15,10 +15,10 @@ Signed-off-by: Greg Kroah-Hartman 2 files changed, 17 insertions(+) diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c -index b562a7fb4c42..70babce00ddc 100644 +index 4df21aaf448e..6754725f0ea9 100644 --- a/drivers/hv/channel.c +++ b/drivers/hv/channel.c -@@ -591,6 +591,8 @@ static int vmbus_close_internal(struct vmbus_channel *channel) +@@ -601,6 +601,8 @@ static int vmbus_close_internal(struct vmbus_channel *channel) ret = vmbus_post_msg(msg, sizeof(struct vmbus_channel_close_channel), true); 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 55954048b..596d1be16 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 ebd9c776ac31d6c740b9d93d6e5ef8cc101b4fc0 Mon Sep 17 00:00:00 2001 +From 725245686816a60431c0c9126be6a3c02cefac79 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() @@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman 2 files changed, 48 insertions(+) diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c -index 70babce00ddc..a7ac16c091a9 100644 +index 6754725f0ea9..55ff0d59d9c9 100644 --- a/drivers/hv/channel.c +++ b/drivers/hv/channel.c @@ -435,6 +435,9 @@ int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer, 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 b73636512..22fd527ab 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 3ab88f530ef89ca2d54a8d7bc17aa8a6f25d6e0c Mon Sep 17 00:00:00 2001 +From 74f38930d7d2febc1a34b35ea2f6258dab9df4e8 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() @@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman 2 files changed, 20 insertions(+) diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c -index a7ac16c091a9..ba4b4eceb563 100644 +index 55ff0d59d9c9..7026a78a0d47 100644 --- a/drivers/hv/channel.c +++ b/drivers/hv/channel.c @@ -519,6 +519,8 @@ int vmbus_teardown_gpadl(struct vmbus_channel *channel, u32 gpadl_handle) 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 0f923fb14..90c6c0a8a 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 ea14989be345b6b69064d8a99ec944b6cf67d9ea Mon Sep 17 00:00:00 2001 +From 5c0361ef1a24f6ddfd5fa7f2ff2a9f7e6e46353b 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 1c37ef7bc..59be5e8af 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 def1767b4278be73dee219c258e0f36da0482cd0 Mon Sep 17 00:00:00 2001 +From c7441ebeb0c0786a20deaa75265a2b7a6ca088cb 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() @@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c -index 4c36029595e7..181f00c60be0 100644 +index 78d900d0709a..a2caa521c536 100644 --- a/drivers/hv/channel_mgmt.c +++ b/drivers/hv/channel_mgmt.c @@ -374,12 +374,15 @@ static void percpu_channel_deq(void *arg) 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 c4ec23f23..5475be4ff 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 2451899ec62e2973131a26e111a6dfcdaaa7d763 Mon Sep 17 00:00:00 2001 +From facd5435f6db90c76d6d7d3e23bb8c4400c5507f 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() @@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c -index ba4b4eceb563..218d16c7fbae 100644 +index 7026a78a0d47..fb22ae642dbb 100644 --- a/drivers/hv/channel.c +++ b/drivers/hv/channel.c @@ -236,13 +236,18 @@ int vmbus_send_tl_connect_request(const uuid_le *shv_guest_servie_id, 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 d756f1c31..d4684b3b1 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 1ff76cb7f496291e61eb5b592b5fe7977e695d7b Mon Sep 17 00:00:00 2001 +From 9e97150f67d7ab4e5735bd8cd15bca35f84a0225 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 @@ -24,7 +24,7 @@ Signed-off-by: Rolf Neugebauer 4 files changed, 29 insertions(+) diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c -index 218d16c7fbae..262ffbafeb52 100644 +index fb22ae642dbb..1ad9e41e3192 100644 --- a/drivers/hv/channel.c +++ b/drivers/hv/channel.c @@ -43,6 +43,8 @@ void vmbus_setevent(struct vmbus_channel *channel) 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 eb7593478..330c94712 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 5e14e02e85801635f69bdfd84d65f489c2184383 Mon Sep 17 00:00:00 2001 +From 351c69977b94ee6ebc7cfb8dda6e1eb81e329a27 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 02b439a65..79d3dcf5e 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 ce501e829054b03f24000609de967f2356a37e5b Mon Sep 17 00:00:00 2001 +From ea7734a118fd448002b5a2bdaf3d9922f9ad1d8b 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 b26dc38b2..c7febfd59 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 fc8433946b20c0ec2c9b95886704a9b760673085 Mon Sep 17 00:00:00 2001 +From 8c123cd727ceaef07f29b218923dd294121bc31b 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 6cf421789..7ebb1048d 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 fe8dd3aef73a8404bc2aff0e61e8863e7203d8e5 Mon Sep 17 00:00:00 2001 +From fbefeec7af177191922a56d1a3d34290161179ad Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Thu, 2 Mar 2017 12:55:49 -0300 Subject: [PATCH 01/14] 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 4d0fd6370..34e64510c 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 e3c72ac590752dd3812767cb6ea60e2b88ec0b06 Mon Sep 17 00:00:00 2001 +From 50f5f690969d4d9b924f3af7e3ba1bf2c543dccf Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Thu, 13 Oct 2016 17:12:35 -0300 Subject: [PATCH 02/14] 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 069b9cc6f..ea0037020 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 516270b76fff8f0c8aa158f62b71db726e807240 Mon Sep 17 00:00:00 2001 +From f7fb3f147f9072c5efd48438829e122a5f2a23de Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Sat, 23 Jul 2016 01:35:51 +0000 Subject: [PATCH 03/14] 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 c6b207c3e..6a14639ad 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 5fd6750b81e73b4c5206a4709b263a1dd69287b6 Mon Sep 17 00:00:00 2001 +From 7b1bf676717910bd68f13a693992d8e5c2ec33aa Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Mon, 23 May 2016 18:55:45 +0100 Subject: [PATCH 04/14] 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 4c5ffe1cc..5cd035d56 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 3431174e32f2e60bd2fa8cc34525f87229faee02 Mon Sep 17 00:00:00 2001 +From 2130a72be8ca2ff01f04e6efaa010600b9d2368f Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sun, 6 Nov 2016 13:14:07 -0800 Subject: [PATCH 05/14] 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 800903846..609513126 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 79f84ba6a2c606a4c2dd40bd6401d9ba95fed232 Mon Sep 17 00:00:00 2001 +From 6749bcf6daa5502da70b767b94d0f123c75555a8 Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sun, 6 Nov 2016 13:14:10 -0800 Subject: [PATCH 06/14] 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 211db48bc..77b1053dd 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 167af36cb474059a4a6a3a1ec1af391c287c804e Mon Sep 17 00:00:00 2001 +From 33d0c7c8bbac38bb7ee58cfb33ac3c5ee05c0b60 Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sun, 6 Nov 2016 13:14:11 -0800 Subject: [PATCH 07/14] 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 def770862..a44264ed3 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 3a5e9488ac5d15df835ee90f7dadbd4fa128ae0c Mon Sep 17 00:00:00 2001 +From 107a1678b36dfbc957de26934035afa2bcd00e79 Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sat, 28 Jan 2017 12:37:17 -0700 Subject: [PATCH 08/14] 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 55ce74564..50c0a4770 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 ed28e9313a5e52b282485e32643724ec6706fc97 Mon Sep 17 00:00:00 2001 +From 8d8d8777f467d26db8505189bb3aa10570d7c521 Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sat, 28 Jan 2017 12:37:18 -0700 Subject: [PATCH 09/14] 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 cf0e05404..453e884d6 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 256a26fbbffbd065b45acf5f9abd58838a25a49d Mon Sep 17 00:00:00 2001 +From 4682ac2e72e0183894e60588dde91e137d000d2a Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Sun, 26 Mar 2017 16:42:20 +0800 Subject: [PATCH 10/14] 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 26f2ccd9d..95fac797d 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 24a091fd9fc828d6e46a2ed7d6147ffcf377f8c7 Mon Sep 17 00:00:00 2001 +From 21e39941b6f8e06cf6693a341b942f1c1993be02 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Wed, 29 Mar 2017 18:37:10 +0800 Subject: [PATCH 11/14] 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 f589b7a96..e18816bab 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 ca627325993df99b3007657f7480618550fc8a84 Mon Sep 17 00:00:00 2001 +From b5373f6f992c08c1aa48fc5e439187788e5ff1bc Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Fri, 24 Mar 2017 20:53:18 +0800 Subject: [PATCH 12/14] vmbus: dynamically enqueue/dequeue the channel on diff --git a/kernel/patches-4.9.x/0013-bridge-implement-missing-ndo_uninit.patch b/kernel/patches-4.9.x/0013-bridge-implement-missing-ndo_uninit.patch index 50c5c0372..2984de7ce 100644 --- a/kernel/patches-4.9.x/0013-bridge-implement-missing-ndo_uninit.patch +++ b/kernel/patches-4.9.x/0013-bridge-implement-missing-ndo_uninit.patch @@ -1,4 +1,4 @@ -From 09becdd784c0295e9f9d70677e18d262b7c15d45 Mon Sep 17 00:00:00 2001 +From 14c559c2d7add0b8631b70be534a9c3537539004 Mon Sep 17 00:00:00 2001 From: Ido Schimmel Date: Mon, 10 Apr 2017 14:59:27 +0300 Subject: [PATCH 13/14] bridge: implement missing ndo_uninit() diff --git a/kernel/patches-4.9.x/0014-bridge-move-bridge-multicast-cleanup-to-ndo_uninit.patch b/kernel/patches-4.9.x/0014-bridge-move-bridge-multicast-cleanup-to-ndo_uninit.patch index d00f1fa4b..15822a1f8 100644 --- a/kernel/patches-4.9.x/0014-bridge-move-bridge-multicast-cleanup-to-ndo_uninit.patch +++ b/kernel/patches-4.9.x/0014-bridge-move-bridge-multicast-cleanup-to-ndo_uninit.patch @@ -1,4 +1,4 @@ -From f8df437a8d7f1afebc7ebfbc695dc2032d7d5f66 Mon Sep 17 00:00:00 2001 +From 513e365b3eb741b3fa6393403f2d8f3b4f0068ee Mon Sep 17 00:00:00 2001 From: Xin Long Date: Tue, 25 Apr 2017 22:58:37 +0800 Subject: [PATCH 14/14] bridge: move bridge multicast cleanup to ndo_uninit diff --git a/linuxkit.yml b/linuxkit.yml index 6784de3ba..0b956c421 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index 45f4a4eca..bccf16d5f 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index 27ce5ade7..326581730 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/projects/miragesdk/examples/mirage-dhcp.yml b/projects/miragesdk/examples/mirage-dhcp.yml index 5ca93eb0f..896277f48 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/000_build/000_formats/test.yml b/test/cases/000_build/000_formats/test.yml index 2c702d3f8..b319d9e47 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 3c24529a8..df887f138 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 3c24529a8..df887f138 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 9e55a8222..080cc8ffa 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 c8a6d6570..dc1edc036 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 c8a6d6570..dc1edc036 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 c8a6d6570..dc1edc036 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 c8a6d6570..dc1edc036 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 56201641d..4a7852313 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 c8a6d6570..dc1edc036 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 c8a6d6570..dc1edc036 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 1a63871b9..01ec4d01b 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 6080fc7ef..4a39c547e 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.154 + image: linuxkit/kernel:4.4.156 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 c21327804..c5821e6b7 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.125 + image: linuxkit/kernel:4.9.127 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/020_kernel/002_config_4.14.x/test.yml b/test/cases/020_kernel/002_config_4.14.x/test.yml index 77dd4a916..c59ce0c23 100644 --- a/test/cases/020_kernel/002_config_4.14.x/test.yml +++ b/test/cases/020_kernel/002_config_4.14.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/020_kernel/004_config_4.18.x/test.yml b/test/cases/020_kernel/004_config_4.18.x/test.yml index b45d1fd73..7b780c305 100644 --- a/test/cases/020_kernel/004_config_4.18.x/test.yml +++ b/test/cases/020_kernel/004_config_4.18.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.18.6 + image: linuxkit/kernel:4.18.8 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 b9446a76d..3a34df039 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.154 AS ksrc +FROM linuxkit/kernel:4.4.156 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 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 2ee25ee7c..5270d0fb1 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.154 +docker pull linuxkit/kernel:4.4.156 # 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 e12f1124d..9a0ce9593 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.154 + image: linuxkit/kernel:4.4.156 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 40ff0407d..8b9422c87 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.125 AS ksrc +FROM linuxkit/kernel:4.9.127 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 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 7297f67ba..bd745122b 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.125 +docker pull linuxkit/kernel:4.9.127 # 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 b14090353..f2ef62d74 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.125 + image: linuxkit/kernel:4.9.127 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/020_kernel/012_kmod_4.14.x/Dockerfile b/test/cases/020_kernel/012_kmod_4.14.x/Dockerfile index ca28d8069..5466cb1a6 100644 --- a/test/cases/020_kernel/012_kmod_4.14.x/Dockerfile +++ b/test/cases/020_kernel/012_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.68 AS ksrc +FROM linuxkit/kernel:4.14.70 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build diff --git a/test/cases/020_kernel/012_kmod_4.14.x/test.sh b/test/cases/020_kernel/012_kmod_4.14.x/test.sh index 0781ce997..84159ae7d 100644 --- a/test/cases/020_kernel/012_kmod_4.14.x/test.sh +++ b/test/cases/020_kernel/012_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.68 +docker pull linuxkit/kernel:4.14.70 # Build a package docker build -t ${IMAGE_NAME} . diff --git a/test/cases/020_kernel/012_kmod_4.14.x/test.yml b/test/cases/020_kernel/012_kmod_4.14.x/test.yml index bb75f3402..86a81b716 100644 --- a/test/cases/020_kernel/012_kmod_4.14.x/test.yml +++ b/test/cases/020_kernel/012_kmod_4.14.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/020_kernel/014_kmod_4.18.x/Dockerfile b/test/cases/020_kernel/014_kmod_4.18.x/Dockerfile index 7257147a8..e0da71b08 100644 --- a/test/cases/020_kernel/014_kmod_4.18.x/Dockerfile +++ b/test/cases/020_kernel/014_kmod_4.18.x/Dockerfile @@ -3,7 +3,7 @@ # In the last stage, it creates a package, which can be used for # testing. -FROM linuxkit/kernel:4.18.6 AS ksrc +FROM linuxkit/kernel:4.18.8 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build diff --git a/test/cases/020_kernel/014_kmod_4.18.x/test.sh b/test/cases/020_kernel/014_kmod_4.18.x/test.sh index 64b821936..78662869a 100644 --- a/test/cases/020_kernel/014_kmod_4.18.x/test.sh +++ b/test/cases/020_kernel/014_kmod_4.18.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.18.6 +docker pull linuxkit/kernel:4.18.8 # Build a package docker build -t ${IMAGE_NAME} . diff --git a/test/cases/020_kernel/014_kmod_4.18.x/test.yml b/test/cases/020_kernel/014_kmod_4.18.x/test.yml index 166904b77..b590c220f 100644 --- a/test/cases/020_kernel/014_kmod_4.18.x/test.yml +++ b/test/cases/020_kernel/014_kmod_4.18.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.18.6 + image: linuxkit/kernel:4.18.8 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/020_kernel/110_namespace/common.yml b/test/cases/020_kernel/110_namespace/common.yml index a394b6636..4d61c0b9a 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index bba15b050..afb77fafb 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/030_security/010_ports/test.yml b/test/cases/030_security/010_ports/test.yml index 8bc7f5b6f..586ad7e54 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/040_packages/002_binfmt/test.yml b/test/cases/040_packages/002_binfmt/test.yml index f50806e75..d9e327512 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/040_packages/003_ca-certificates/test.yml b/test/cases/040_packages/003_ca-certificates/test.yml index bce640570..25c6721d3 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/040_packages/003_containerd/test.yml b/test/cases/040_packages/003_containerd/test.yml index f48578888..3b5482107 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index 5f551c377..34511129e 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 8e2eb9525..c2a7c795b 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 1159d484d..aa65c523f 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 a76460782..290e59ec0 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 2cb7aefce..19d2d54d7 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 6fd197050..2fcb65d6d 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 05d4fc3a9..459f1d132 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 db56ab6b7..c00b1bee1 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 a1be7cda0..ff644f64d 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/040_packages/006_format_mount/002_by_name/test.yml.in b/test/cases/040_packages/006_format_mount/002_by_name/test.yml.in index 4923da41d..8a7096372 100644 --- a/test/cases/040_packages/006_format_mount/002_by_name/test.yml.in +++ b/test/cases/040_packages/006_format_mount/002_by_name/test.yml.in @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 723e4d872..025e9b89d 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 0078e3554..8d61f8e80 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/040_packages/006_format_mount/005_by_device_force/test.yml b/test/cases/040_packages/006_format_mount/005_by_device_force/test.yml index 109f1755b..3c2287857 100644 --- a/test/cases/040_packages/006_format_mount/005_by_device_force/test.yml +++ b/test/cases/040_packages/006_format_mount/005_by_device_force/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 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 b4af7dd6f..449667f01 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/040_packages/007_getty-containerd/test.yml b/test/cases/040_packages/007_getty-containerd/test.yml index bbf2585b8..8783ccf2d 100644 --- a/test/cases/040_packages/007_getty-containerd/test.yml +++ b/test/cases/040_packages/007_getty-containerd/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/040_packages/013_mkimage/mkimage.yml b/test/cases/040_packages/013_mkimage/mkimage.yml index a59281bd4..2de4caf42 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/040_packages/013_mkimage/run.yml b/test/cases/040_packages/013_mkimage/run.yml index c105b945d..414f70509 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index 68b03e798..ccf5078dc 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/040_packages/023_wireguard/test.yml b/test/cases/040_packages/023_wireguard/test.yml index 809271fba..5b671951a 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/040_packages/030_logwrite/test.yml b/test/cases/040_packages/030_logwrite/test.yml index 05a3356fe..aab9ec5b4 100644 --- a/test/cases/040_packages/030_logwrite/test.yml +++ b/test/cases/040_packages/030_logwrite/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/040_packages/031_kmsg/test.yml b/test/cases/040_packages/031_kmsg/test.yml index a7358d769..51edf5c71 100644 --- a/test/cases/040_packages/031_kmsg/test.yml +++ b/test/cases/040_packages/031_kmsg/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/cases/040_packages/032_bcc/test.yml b/test/cases/040_packages/032_bcc/test.yml index 56889f277..4a9dcf3b0 100644 --- a/test/cases/040_packages/032_bcc/test.yml +++ b/test/cases/040_packages/032_bcc/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:v0.5 diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index e660dec65..b1a120230 100644 --- a/test/hack/test-ltp.yml +++ b/test/hack/test-ltp.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/hack/test.yml b/test/hack/test.yml index 176f4cbd4..f2db8641b 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.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5 diff --git a/test/pkg/ns/template.yml b/test/pkg/ns/template.yml index 4fb674a19..ee91445bc 100644 --- a/test/pkg/ns/template.yml +++ b/test/pkg/ns/template.yml @@ -1,6 +1,6 @@ # Sample YAML file for manual testing kernel: - image: linuxkit/kernel:4.14.68 + image: linuxkit/kernel:4.14.70 cmdline: "console=ttyS0" init: - linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5