diff --git a/examples/aws.yml b/examples/aws.yml index faa0111f6..487350c67 100644 --- a/examples/aws.yml +++ b/examples/aws.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/azure.yml b/examples/azure.yml index dcc0457e2..92526d90b 100644 --- a/examples/azure.yml +++ b/examples/azure.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/cadvisor.yml b/examples/cadvisor.yml index a031006d6..17d95d729 100644 --- a/examples/cadvisor.yml +++ b/examples/cadvisor.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/docker-for-mac.yml b/examples/docker-for-mac.yml index c34c80432..e8b6aab7d 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.19.19 + image: linuxkit/kernel:4.19.20 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 204f09519..eca456f66 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/gcp.yml b/examples/gcp.yml index bc1ba3784..cfb0041f8 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/getty.yml b/examples/getty.yml index 84b9a7e3e..8f6ecfd8c 100644 --- a/examples/getty.yml +++ b/examples/getty.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/hostmount-writeable-overlay.yml b/examples/hostmount-writeable-overlay.yml index 15775251b..d2e4a7b07 100644 --- a/examples/hostmount-writeable-overlay.yml +++ b/examples/hostmount-writeable-overlay.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/influxdb-os.yml b/examples/influxdb-os.yml index 5dbd8a4f0..4dc487e23 100644 --- a/examples/influxdb-os.yml +++ b/examples/influxdb-os.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/logging.yml b/examples/logging.yml index da42b9712..7d9289aad 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/minimal.yml b/examples/minimal.yml index 4d15aab40..41fae8452 100644 --- a/examples/minimal.yml +++ b/examples/minimal.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index a7a63a66a..87e80690f 100644 --- a/examples/node_exporter.yml +++ b/examples/node_exporter.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=tty0 console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/openstack.yml b/examples/openstack.yml index d0d5d075e..992d11b00 100644 --- a/examples/openstack.yml +++ b/examples/openstack.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/packet.arm64.yml b/examples/packet.arm64.yml index 6e0523237..43ea7490e 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyAMA0" ucode: "" onboot: diff --git a/examples/packet.yml b/examples/packet.yml index 45d0492d5..b8b89aa49 100644 --- a/examples/packet.yml +++ b/examples/packet.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: console=ttyS1 ucode: intel-ucode.cpio init: diff --git a/examples/redis-os.yml b/examples/redis-os.yml index 324ea158c..5b97d9710 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/scaleway.yml b/examples/scaleway.yml index 5ca754957..a5381a1eb 100644 --- a/examples/scaleway.yml +++ b/examples/scaleway.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/sshd.yml b/examples/sshd.yml index f03c041c6..59abb076e 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/swap.yml b/examples/swap.yml index 77a007462..ab7a5194b 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/vmware.yml b/examples/vmware.yml index 8c7143f86..190e0bb7f 100644 --- a/examples/vmware.yml +++ b/examples/vmware.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=tty0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/vpnkit-forwarder.yml b/examples/vpnkit-forwarder.yml index 155daed73..dd293b1c4 100644 --- a/examples/vpnkit-forwarder.yml +++ b/examples/vpnkit-forwarder.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/vsudd-containerd.yml b/examples/vsudd-containerd.yml index f167c5b22..cfe6a35b7 100644 --- a/examples/vsudd-containerd.yml +++ b/examples/vsudd-containerd.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/vultr.yml b/examples/vultr.yml index bc1ba3784..cfb0041f8 100644 --- a/examples/vultr.yml +++ b/examples/vultr.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/examples/wireguard.yml b/examples/wireguard.yml index e5aaf5edf..f02eda306 100644 --- a/examples/wireguard.yml +++ b/examples/wireguard.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/kernel/Makefile b/kernel/Makefile index 4f4990fac..cb94c9476 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -261,23 +261,23 @@ endef # Debug targets only for latest stable and LTS stable # ifeq ($(ARCH),x86_64) -$(eval $(call kernel,4.20.6,4.20.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.19,4.19.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.97,4.14.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.97,4.14.x,,-dbg)) +$(eval $(call kernel,4.20.7,4.20.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.20,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.98,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.98,4.14.x,,-dbg)) $(eval $(call kernel,4.14.87,4.14.x,-rt,)) -$(eval $(call kernel,4.9.154,4.9.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.9.155,4.9.x,$(EXTRA),$(DEBUG))) else ifeq ($(ARCH),aarch64) -$(eval $(call kernel,4.20.6,4.20.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.19,4.19.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.97,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.20.7,4.20.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.20,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.98,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.87,4.14.x,-rt,)) else ifeq ($(ARCH),s390x) -$(eval $(call kernel,4.20.6,4.20.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.19,4.19.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.97,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.20.7,4.20.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.20,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.98,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 3a973237e..ec615906b 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.97 Kernel Configuration +# Linux/arm64 4.14.98 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 c2e6fef82..8be747aed 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.97 Kernel Configuration +# Linux/s390 4.14.98 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 97deb2b58..e9edf5784 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.97 Kernel Configuration +# Linux/x86 4.14.98 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/config-4.19.x-aarch64 b/kernel/config-4.19.x-aarch64 index b95c692d8..9132ce07d 100644 --- a/kernel/config-4.19.x-aarch64 +++ b/kernel/config-4.19.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.19.19 Kernel Configuration +# Linux/arm64 4.19.20 Kernel Configuration # # diff --git a/kernel/config-4.19.x-s390x b/kernel/config-4.19.x-s390x index 3488d47d5..b46b2229d 100644 --- a/kernel/config-4.19.x-s390x +++ b/kernel/config-4.19.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 4.19.19 Kernel Configuration +# Linux/s390 4.19.20 Kernel Configuration # # diff --git a/kernel/config-4.19.x-x86_64 b/kernel/config-4.19.x-x86_64 index a8fea4d1b..6b00dcef0 100644 --- a/kernel/config-4.19.x-x86_64 +++ b/kernel/config-4.19.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.19 Kernel Configuration +# Linux/x86 4.19.20 Kernel Configuration # # diff --git a/kernel/config-4.20.x-aarch64 b/kernel/config-4.20.x-aarch64 index a4fd2f175..e6fa61583 100644 --- a/kernel/config-4.20.x-aarch64 +++ b/kernel/config-4.20.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.20.6 Kernel Configuration +# Linux/arm64 4.20.7 Kernel Configuration # # diff --git a/kernel/config-4.20.x-s390x b/kernel/config-4.20.x-s390x index daf6ab0cc..6beedc42a 100644 --- a/kernel/config-4.20.x-s390x +++ b/kernel/config-4.20.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 4.20.6 Kernel Configuration +# Linux/s390 4.20.7 Kernel Configuration # # diff --git a/kernel/config-4.20.x-x86_64 b/kernel/config-4.20.x-x86_64 index 4052b1248..b8ea29987 100644 --- a/kernel/config-4.20.x-x86_64 +++ b/kernel/config-4.20.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.20.6 Kernel Configuration +# Linux/x86 4.20.7 Kernel Configuration # # diff --git a/kernel/config-4.9.x-x86_64 b/kernel/config-4.9.x-x86_64 index 6207d508b..a9a57e816 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.154 Kernel Configuration +# Linux/x86 4.9.155 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 e6414b181..76db31ee4 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 dd2c2da74717a3be6e87d56dcc699bd036e9f42e Mon Sep 17 00:00:00 2001 +From 3fc5e3e8ff85e360da564a395a26ac93b9f103c2 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 b7ad27054..1c10818d4 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 445df50d62fd60efc79a86d9281dd4cf08477d44 Mon Sep 17 00:00:00 2001 +From f3904480d9d96d37e04d9b72da82b268be40083d 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 53eadb2e2..a83ae1fda 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 d8f9beb993e42a224fb571e1b123eb1cd3187a0d Mon Sep 17 00:00:00 2001 +From 38b9185924025048bcff6e9b3b509a0823e92e3c 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 4a1c0d21d..74be045ca 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 eb734a2435fb6ae60a3ea222af24cec4c9441db5 Mon Sep 17 00:00:00 2001 +From 4544f55d8555c2ae42d7a0524f981566ebc88fb1 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 e7bf0bca0..fab9e976d 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 324a16edda6612ab4b49f44bfc7d95098fc3b8f5 Mon Sep 17 00:00:00 2001 +From 66d941c14df2813313d33c7acf437695c5417997 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 a8707190f..ec905bb21 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 c180f43a28db0b0eab9f0e04b84991a345a50a63 Mon Sep 17 00:00:00 2001 +From 8655a21b1e872bec6edd54c4ec56833d238397ff 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 900f79066..10a1f4d0c 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 4804baacb47e9d30a005a263ae67f67310298b06 Mon Sep 17 00:00:00 2001 +From 1da6c125aa51f3d005199846e76f2b1a23d33f28 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 62fc3ea2a..b36918038 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 8951e613b1096457ed1b75193dd40a2e7677d575 Mon Sep 17 00:00:00 2001 +From bf2aa637922ea8c0601f9bdc1446744f3f8a60a8 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 9f6849a73..fe4715afe 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 8292fa751b7067330726ce4d9d68a94a9b82010c Mon Sep 17 00:00:00 2001 +From 53a3c05215a5fefba25ea64b5a2ddd3262e2de80 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 d8b44221d..62fd536df 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 5a4992c2b61a7498650111afd64aa4083876f4e4 Mon Sep 17 00:00:00 2001 +From 94b51ff8fc8c050327775068c58125b2e5addd88 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 d9bf83630..72b16d606 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 d9906c9ff0fc85dd6c9bb8e97b6437561bd3e7a7 Mon Sep 17 00:00:00 2001 +From 5023ffdfff79b9094c70267845b9d3305f77c7e1 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 fa3511cc5..577be213d 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 3249fdcdd154f9cbf48d65a4959aa17400fa61e9 Mon Sep 17 00:00:00 2001 +From 4e1cb1c43fb595d2b09e5ce77faf1076ed6fc005 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 547e6c4a0..b387a49a5 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 2ac325e1ef29fb9fcc2be1f0cf05651b54571bf3 Mon Sep 17 00:00:00 2001 +From c00ac164e94431af7239d5750d3e66438456efba 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 4436cc5a1..48918258f 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 139fc32a92df17ed6367afcbf6d8528059eadea7 Mon Sep 17 00:00:00 2001 +From 370b8476a12094d418e83fb39238f2f0127e670d 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 9b235936a..e61087449 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 f7addf0d0a6c63718ace063d41686b8557d82f80 Mon Sep 17 00:00:00 2001 +From 811196e42e5b4218a41c0b0de4ffbc8c79fca7a5 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 bfef26a0b..3e3173fbe 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 b785bd298992e058af977535e088cc579117cf4d Mon Sep 17 00:00:00 2001 +From 4cceeb26b8fb1b71f84b303951d3a89a5920cb6f 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 c764a23d6..65d27159c 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 4fc6b6da1b7bed4d2657c1ab3ad355ba109793c3 Mon Sep 17 00:00:00 2001 +From e618bcfcb01659c8013541b03b091c5ca13567c3 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 e91793018..c61c3caec 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 815000ba6135fa571fef05d06db7070ba8beccc8 Mon Sep 17 00:00:00 2001 +From fa3d759ff55d49676911958e7ff811ec72239ef8 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 b47b787c8..f518e7486 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 54d088d1d7a39cb7b7804a1f0eea7064fd8a1a9c Mon Sep 17 00:00:00 2001 +From a6ad734cc19a76b84991c25f80137d910dd2b318 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 a8db36b96..dbb8b1ecc 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 73d9e32782d4f6bb681f8fac5520c25799b17d1f Mon Sep 17 00:00:00 2001 +From 3898a40b807f673757e2bd658200e06699ca85c3 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 0e1b140dd..9edb74752 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 101cd28d262553369d88a4b02deea38417b36087 Mon Sep 17 00:00:00 2001 +From 896ea5a9fb0ad7187a133c00993ba9ed7942dad8 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 609455aa4..f4e7f91bb 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 ee7f0211fca9299b2a8e1f28a47e75b6b1602ace Mon Sep 17 00:00:00 2001 +From f95bf84a9d4a3704e142f978c66df827fe09e1b1 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 b427bfcbb..6d74f2a7a 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 700ec2f0d6299d97723ee0dc6bf7e9742769d56d Mon Sep 17 00:00:00 2001 +From 7c856a1a97bacff6de71c4835856d2a3e208427d 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 615f506b1..94cb7f751 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 f22058b8c5ed6d34362a2b26e4837626635253ea Mon Sep 17 00:00:00 2001 +From 81c7f9a3a4483aff80baa0340e00344ff1fcebda 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 6eac1facb..00e009e24 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 e2b8aa50966daa56bbcdd834ef09049cc720cba4 Mon Sep 17 00:00:00 2001 +From 2911c6706be1ff22a7ab4a04af33cb9c6a6afe65 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 ff0e79e34..87f435369 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 b981fd415ceea1a5a317c8535f1b459d67357f07 Mon Sep 17 00:00:00 2001 +From 059891b5a38ed1c80d036eea2386128aeed0c807 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 e405418b2..b6546bc6f 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 0e35675f8d95fdd463e9c14056a7c4e247f5c166 Mon Sep 17 00:00:00 2001 +From 4560e9e12ae39df729ffeed1f54acbb6dacb2f7b 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 dbcd65ac2..1f0b9781e 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 a1bf0a8783dffa00febc71ccf4d06f96bce6eb90 Mon Sep 17 00:00:00 2001 +From 7339ab85468e4d6f768f379624a5dd11688ebc61 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 711e57e35..0fe07b416 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 a6db95ed31cb461603432dc10151aa3fce88606d Mon Sep 17 00:00:00 2001 +From f7e323780e80acb6c288d1666fa79f90650a4fc2 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 021a344c7..d392759cb 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 d504c6f74ea5ea638fa442110064c9b678c15e1a Mon Sep 17 00:00:00 2001 +From c244782b270c15fc227b579b3c16f871d79eaa70 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 90e05becc..515ac9d97 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 250a50b56cacbae17f604aca1c4e573074f93a90 Mon Sep 17 00:00:00 2001 +From 8502cbe1a8e8eee0549d758b4b4f2e6a41cce3d1 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 e24097d2d..efd13ba39 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 1a4584e871fda1199e3fe4e70446c6e3908b0428 Mon Sep 17 00:00:00 2001 +From 86d88d2524faed33db4cc449ac372f4119bc36ea 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 6833e9f3d..252e2ad81 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 2c2eccde66d4842933bd974df30fa520ebddf4bb Mon Sep 17 00:00:00 2001 +From aebcc47dcef2639a6705987213fc9461b09e83b1 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 a0241cfe1..688b2220d 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 2cbf343a5c752cc4a0bb6b85ff79116eef2d4d24 Mon Sep 17 00:00:00 2001 +From 4546aff0b8d0e102c8c7ea2f7d50db84445798ec 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 cfe35e2ef..80a85f059 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 89bfe9c5f0ddbbf5d5667f206e1fe85c0febc825 Mon Sep 17 00:00:00 2001 +From 73bd8742f70d0557ddf79d1859a07b6e02cec965 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 f9511fa53..956240baa 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index 55d3b3c70..65b8c3909 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index 7ac5f62eb..f37600c22 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/projects/miragesdk/examples/mirage-dhcp.yml b/projects/miragesdk/examples/mirage-dhcp.yml index d08acff99..0aa5b067f 100644 --- a/projects/miragesdk/examples/mirage-dhcp.yml +++ b/projects/miragesdk/examples/mirage-dhcp.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/000_build/000_formats/test.yml b/test/cases/000_build/000_formats/test.yml index 136f30694..5e8361c0a 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/000_build/010_reproducible/test.yml b/test/cases/000_build/010_reproducible/test.yml index 597fc95f0..3a05072ef 100644 --- a/test/cases/000_build/010_reproducible/test.yml +++ b/test/cases/000_build/010_reproducible/test.yml @@ -1,6 +1,6 @@ # NOTE: Images build from this file likely do not run kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 c01ff60e8..f509d19ad 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 c01ff60e8..f509d19ad 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 03a773469..177cc7355 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 3d0ee49b4..3a042e14a 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 3d0ee49b4..3a042e14a 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 3d0ee49b4..3a042e14a 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 3d0ee49b4..3a042e14a 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 c44f398c6..d1da5ea78 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 3d0ee49b4..3a042e14a 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 3d0ee49b4..3a042e14a 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 3bf656f9d..9a1626e91 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 a20a24f3f..4173a752c 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.154 + image: linuxkit/kernel:4.9.155 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 f9ce6a1e8..384dd9812 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.97 + image: linuxkit/kernel:4.14.98 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/020_kernel/005_config_4.19.x/test.yml b/test/cases/020_kernel/005_config_4.19.x/test.yml index 36842c74d..722d2dec1 100644 --- a/test/cases/020_kernel/005_config_4.19.x/test.yml +++ b/test/cases/020_kernel/005_config_4.19.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/020_kernel/006_config_4.20.x/test.yml b/test/cases/020_kernel/006_config_4.20.x/test.yml index 5bb7faa6f..b2a2da900 100644 --- a/test/cases/020_kernel/006_config_4.20.x/test.yml +++ b/test/cases/020_kernel/006_config_4.20.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.20.6 + image: linuxkit/kernel:4.20.7 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 5e88eacda..63b127aea 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.154 AS ksrc +FROM linuxkit/kernel:4.9.155 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 9bb0237ae..545327d61 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.154 +docker pull linuxkit/kernel:4.9.155 # 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 bf9b4661a..743eb4d31 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.154 + image: linuxkit/kernel:4.9.155 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 3daa66b8f..2938a1649 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.97 AS ksrc +FROM linuxkit/kernel:4.14.98 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 d275238f3..9b4b295f4 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.97 +docker pull linuxkit/kernel:4.14.98 # 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 8de5ead0c..39aee7fe2 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.97 + image: linuxkit/kernel:4.14.98 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/020_kernel/015_kmod_4.19.x/Dockerfile b/test/cases/020_kernel/015_kmod_4.19.x/Dockerfile index 4b105a7ac..a0fc98b86 100644 --- a/test/cases/020_kernel/015_kmod_4.19.x/Dockerfile +++ b/test/cases/020_kernel/015_kmod_4.19.x/Dockerfile @@ -3,7 +3,7 @@ # In the last stage, it creates a package, which can be used for # testing. -FROM linuxkit/kernel:4.19.19 AS ksrc +FROM linuxkit/kernel:4.19.20 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build diff --git a/test/cases/020_kernel/015_kmod_4.19.x/test.sh b/test/cases/020_kernel/015_kmod_4.19.x/test.sh index a869f7553..eae85b5c0 100644 --- a/test/cases/020_kernel/015_kmod_4.19.x/test.sh +++ b/test/cases/020_kernel/015_kmod_4.19.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.19.19 +docker pull linuxkit/kernel:4.19.20 # Build a package docker build -t ${IMAGE_NAME} . diff --git a/test/cases/020_kernel/015_kmod_4.19.x/test.yml b/test/cases/020_kernel/015_kmod_4.19.x/test.yml index 491fdd3a7..70e8d2850 100644 --- a/test/cases/020_kernel/015_kmod_4.19.x/test.yml +++ b/test/cases/020_kernel/015_kmod_4.19.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/020_kernel/016_kmod_4.20.x/Dockerfile b/test/cases/020_kernel/016_kmod_4.20.x/Dockerfile index a22529bfc..1e306de05 100644 --- a/test/cases/020_kernel/016_kmod_4.20.x/Dockerfile +++ b/test/cases/020_kernel/016_kmod_4.20.x/Dockerfile @@ -3,7 +3,7 @@ # In the last stage, it creates a package, which can be used for # testing. -FROM linuxkit/kernel:4.20.6 AS ksrc +FROM linuxkit/kernel:4.20.7 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build diff --git a/test/cases/020_kernel/016_kmod_4.20.x/test.sh b/test/cases/020_kernel/016_kmod_4.20.x/test.sh index 41dbb49ed..22cbabe45 100644 --- a/test/cases/020_kernel/016_kmod_4.20.x/test.sh +++ b/test/cases/020_kernel/016_kmod_4.20.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.20.6 +docker pull linuxkit/kernel:4.20.7 # Build a package docker build -t ${IMAGE_NAME} . diff --git a/test/cases/020_kernel/016_kmod_4.20.x/test.yml b/test/cases/020_kernel/016_kmod_4.20.x/test.yml index 2b2801808..8aac3f8fe 100644 --- a/test/cases/020_kernel/016_kmod_4.20.x/test.yml +++ b/test/cases/020_kernel/016_kmod_4.20.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.20.6 + image: linuxkit/kernel:4.20.7 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/020_kernel/110_namespace/common.yml b/test/cases/020_kernel/110_namespace/common.yml index 842f9da1d..c10169e59 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index 2ec34648a..16d799f7f 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/030_security/010_ports/test.yml b/test/cases/030_security/010_ports/test.yml index 2b481f0dd..1ed7a0041 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/040_packages/002_binfmt/test.yml b/test/cases/040_packages/002_binfmt/test.yml index 618653b99..e1ba817b2 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/040_packages/002_bpftrace/test.yml b/test/cases/040_packages/002_bpftrace/test.yml index c1880ce21..348d53704 100644 --- a/test/cases/040_packages/002_bpftrace/test.yml +++ b/test/cases/040_packages/002_bpftrace/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:v0.5 diff --git a/test/cases/040_packages/003_ca-certificates/test.yml b/test/cases/040_packages/003_ca-certificates/test.yml index cdcd66347..4edf9d7a9 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/040_packages/003_containerd/test.yml b/test/cases/040_packages/003_containerd/test.yml index 0d5a51a0b..0c887ada8 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index 44450162c..6b4e0629f 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 9e757b9c9..3e07f3575 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 425de3447..9e3d33f35 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 df6d188b6..3012310b2 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 7ad16ef67..1e6b872d9 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 e7fcb211b..94b629a26 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 c3c030d82..8fe552afb 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 7afbfd089..730887a18 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 2de39c9d6..4010b0b35 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 9c406730b..af7fbd49a 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 5512455cf..927d9ffe7 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 0ca06bc5f..f26287fbf 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 8198799f3..030404a61 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f 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 458bf6714..a97bd7b50 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/040_packages/007_getty-containerd/test.yml b/test/cases/040_packages/007_getty-containerd/test.yml index f68066996..0d3974d4f 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/040_packages/013_mkimage/mkimage.yml b/test/cases/040_packages/013_mkimage/mkimage.yml index e9001d539..b88a6b0c4 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/040_packages/013_mkimage/run.yml b/test/cases/040_packages/013_mkimage/run.yml index 4a4f8f436..fa96be3c5 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index ba84023fd..e65e504d9 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/040_packages/023_wireguard/test.yml b/test/cases/040_packages/023_wireguard/test.yml index 16c5a36b5..dc9782602 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/040_packages/030_logwrite/test.yml b/test/cases/040_packages/030_logwrite/test.yml index af71433b7..c11a095e0 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/040_packages/031_kmsg/test.yml b/test/cases/040_packages/031_kmsg/test.yml index f711e2997..99f9e04a2 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/cases/040_packages/032_bcc/test.yml b/test/cases/040_packages/032_bcc/test.yml index aa9cc6b2b..47092fa10 100644 --- a/test/cases/040_packages/032_bcc/test.yml +++ b/test/cases/040_packages/032_bcc/test.yml @@ -1,10 +1,10 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:v0.5 - linuxkit/runc:v0.5 - - linuxkit/kernel-bcc:4.19.19 + - linuxkit/kernel-bcc:4.19.20 onboot: - name: check-bcc image: alpine:3.8 diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index 655caf585..c41bacbfe 100644 --- a/test/hack/test-ltp.yml +++ b/test/hack/test-ltp.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/hack/test.yml b/test/hack/test.yml index a28d11537..f1a7791a5 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f diff --git a/test/pkg/ns/template.yml b/test/pkg/ns/template.yml index 5da987270..4bdf2a562 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.19.19 + image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:d4755947f0599c3e73b54777cf8c6f29fe089a1f