diff --git a/contrib/crosvm/README.md b/contrib/crosvm/README.md index 9bfc5b3a2..f49717a82 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.91 + image: linuxkit/kernel:4.9.112 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/aws.yml b/examples/aws.yml index 450aa53c9..646a8df4b 100644 --- a/examples/aws.yml +++ b/examples/aws.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/azure.yml b/examples/azure.yml index 6e5194397..c4e2e067b 100644 --- a/examples/azure.yml +++ b/examples/azure.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/cadvisor.yml b/examples/cadvisor.yml index 5eae165e6..3d4224a60 100644 --- a/examples/cadvisor.yml +++ b/examples/cadvisor.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/docker-for-mac.yml b/examples/docker-for-mac.yml index 4d02c02f0..2fd6723c2 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/vpnkit-expose-port:v0.5 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host diff --git a/examples/docker.yml b/examples/docker.yml index 13d2295e5..e3f8f481a 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/gcp.yml b/examples/gcp.yml index cd5011bff..184c6f011 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/getty.yml b/examples/getty.yml index 2c560ec5d..512982f5e 100644 --- a/examples/getty.yml +++ b/examples/getty.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/hostmount-writeable-overlay.yml b/examples/hostmount-writeable-overlay.yml index c8ae00e78..680f87c0c 100644 --- a/examples/hostmount-writeable-overlay.yml +++ b/examples/hostmount-writeable-overlay.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/influxdb-os.yml b/examples/influxdb-os.yml index 475cf4287..9015b38a9 100644 --- a/examples/influxdb-os.yml +++ b/examples/influxdb-os.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/logging.yml b/examples/logging.yml index 3b9838c04..097c7bfa0 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/minimal.yml b/examples/minimal.yml index b0ac05f31..65bf9e61d 100644 --- a/examples/minimal.yml +++ b/examples/minimal.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index 9b4589be7..7ededebbf 100644 --- a/examples/node_exporter.yml +++ b/examples/node_exporter.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=tty0 console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/openstack.yml b/examples/openstack.yml index 85a0ebc45..9b953ec89 100644 --- a/examples/openstack.yml +++ b/examples/openstack.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/packet.arm64.yml b/examples/packet.arm64.yml index 79881bc2e..bb27ad145 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyAMA0" ucode: "" onboot: diff --git a/examples/packet.yml b/examples/packet.yml index 185608a62..bc8dbb3ae 100644 --- a/examples/packet.yml +++ b/examples/packet.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: console=ttyS1 ucode: intel-ucode.cpio init: diff --git a/examples/redis-os.yml b/examples/redis-os.yml index db7b29ff6..b1bf6f90e 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/rt-for-vmware.yml b/examples/rt-for-vmware.yml index 0fca2d902..0a675770b 100644 --- a/examples/rt-for-vmware.yml +++ b/examples/rt-for-vmware.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54-rt + image: linuxkit/kernel:4.14.55-rt cmdline: "console=tty0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/scaleway.yml b/examples/scaleway.yml index 4cec61993..932133c2c 100644 --- a/examples/scaleway.yml +++ b/examples/scaleway.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/sshd.yml b/examples/sshd.yml index 6b6155264..4f7c7b6ed 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/swap.yml b/examples/swap.yml index 7a889b3d8..1f1b93253 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/vmware.yml b/examples/vmware.yml index df77662d6..5d1da7b7c 100644 --- a/examples/vmware.yml +++ b/examples/vmware.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=tty0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/vpnkit-forwarder.yml b/examples/vpnkit-forwarder.yml index 9f71d508a..bc360f9af 100644 --- a/examples/vpnkit-forwarder.yml +++ b/examples/vpnkit-forwarder.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/vsudd-containerd.yml b/examples/vsudd-containerd.yml index 5c632fed5..fbbe45408 100644 --- a/examples/vsudd-containerd.yml +++ b/examples/vsudd-containerd.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/vultr.yml b/examples/vultr.yml index cd5011bff..184c6f011 100644 --- a/examples/vultr.yml +++ b/examples/vultr.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/examples/wireguard.yml b/examples/wireguard.yml index bdaad456d..1fb7dc69f 100644 --- a/examples/wireguard.yml +++ b/examples/wireguard.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/kernel/Makefile b/kernel/Makefile index 377ad30fc..e68c448fc 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -218,21 +218,21 @@ endef # Debug targets only for latest stable and LTS stable # ifeq ($(ARCH),x86_64) -$(eval $(call kernel,4.17.5,4.17.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.54,4.14.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.54,4.14.x,,-dbg)) +$(eval $(call kernel,4.17.6,4.17.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.55,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.55,4.14.x,,-dbg)) $(eval $(call kernel,4.14.53,4.14.x,-rt,)) -$(eval $(call kernel,4.9.111,4.9.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.4.139,4.4.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.9.112,4.9.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.4.140,4.4.x,$(EXTRA),$(DEBUG))) else ifeq ($(ARCH),aarch64) -$(eval $(call kernel,4.17.5,4.17.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.54,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.17.6,4.17.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.55,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.53,4.14.x,-rt,)) else ifeq ($(ARCH),s390x) -$(eval $(call kernel,4.17.5,4.17.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.54,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.17.6,4.17.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.55,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 29ee3411d..0712d258d 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.54 Kernel Configuration +# Linux/arm64 4.14.55 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 69533d020..762634134 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.54 Kernel Configuration +# Linux/s390 4.14.55 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 b4b0e1ac0..0fd46634b 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.54 Kernel Configuration +# Linux/x86 4.14.55 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/config-4.17.x-aarch64 b/kernel/config-4.17.x-aarch64 index 1c46b47d7..07514b0a9 100644 --- a/kernel/config-4.17.x-aarch64 +++ b/kernel/config-4.17.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.17.5 Kernel Configuration +# Linux/arm64 4.17.6 Kernel Configuration # CONFIG_ARM64=y CONFIG_64BIT=y diff --git a/kernel/config-4.17.x-s390x b/kernel/config-4.17.x-s390x index 16998bdf6..743d0b455 100644 --- a/kernel/config-4.17.x-s390x +++ b/kernel/config-4.17.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 4.17.5 Kernel Configuration +# Linux/s390 4.17.6 Kernel Configuration # CONFIG_MMU=y CONFIG_ZONE_DMA=y diff --git a/kernel/config-4.17.x-x86_64 b/kernel/config-4.17.x-x86_64 index b74fe537b..b55471060 100644 --- a/kernel/config-4.17.x-x86_64 +++ b/kernel/config-4.17.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.17.5 Kernel Configuration +# Linux/x86 4.17.6 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/config-4.4.x-x86_64 b/kernel/config-4.4.x-x86_64 index 2453059f0..832381a75 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.139 Kernel Configuration +# Linux/x86 4.4.140 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 dd97dd3a5..a32b41a60 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.111 Kernel Configuration +# Linux/x86 4.9.112 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 2bbdb7ecc..bf6669477 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 f76ec67c621f036c1c954b3e466ce206dd12b832 Mon Sep 17 00:00:00 2001 +From 8e1f3b2219a3cdb3f3d504d8cb74e1f0f6a0a8db 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 @@ -24,5 +24,5 @@ index 3f03567631cb..e63c201ed1ef 100644 enum ars_masks { -- -2.16.0 +2.18.0 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 dfd984b86..7f964a033 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 1b58d3220a0d5736d2a08a2d00f721a28d2457e5 Mon Sep 17 00:00:00 2001 +From fe9af68a8ddda8b783c748714ef520eee596140d 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() @@ -107,5 +107,5 @@ index 2cd134dd94d2..9687e462fd43 100644 WARN_ONCE(1, "unknown msgtype=%d\n", hdr->msgtype); goto msg_handled; -- -2.16.0 +2.18.0 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 78bdbeff0..5a081a89b 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 700f8e4e6ac34dea996459aa3f4078f8dec707b7 Mon Sep 17 00:00:00 2001 +From 342261684b1159d4734a4c5ace853524d967ced3 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() @@ -45,5 +45,5 @@ index 9c2772922c76..d432aba5df8a 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.18.0 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 c426d9558..60ce3a3c7 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 30af1856f6d382aa76f467bfeffaeb74d03c7028 Mon Sep 17 00:00:00 2001 +From a7bf235296d6549b0b703f14bf9459e7b4242a4f 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() @@ -76,5 +76,5 @@ index d432aba5df8a..488b873b563e 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.18.0 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 17721d54b..577b8a958 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 da1a0d2b4c3060a0e3d1ff1283ded057ab373fd7 Mon Sep 17 00:00:00 2001 +From 0c4fb4bc6beb7db384fb8a226180366886d51adf 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() @@ -47,5 +47,5 @@ index 488b873b563e..dbbed1d1f327 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.18.0 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 b8c58f06b..ecec99162 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 ee4c25f0bcad384e980d551d46ab0c393c0fa788 Mon Sep 17 00:00:00 2001 +From 7a231f6d7bb39546b4b0c32ef50a5b6f66687f17 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() @@ -56,5 +56,5 @@ index dbbed1d1f327..9757c19d1c08 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.18.0 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 1542fe165..074b05db7 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 a7571d70dfeee3fc7d0ec2bd57ff999c31847437 Mon Sep 17 00:00:00 2001 +From 3f5dd72b0ceb09d29b65d98aecad3b5e67c89287 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() @@ -56,5 +56,5 @@ index 9757c19d1c08..20734b7b341b 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.18.0 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 993e0f599..c16cee334 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 4c68e733849a998b3ed041cdd8ada083150c3873 Mon Sep 17 00:00:00 2001 +From 6bc8c328b11bd220f70b2e6f54a7704158daf092 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() @@ -47,5 +47,5 @@ index 20734b7b341b..84c08cdf7235 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.18.0 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 810756dd0..4cad1ca61 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 f59e846847ffbe8685be288e94f3ec703924ad3e Mon Sep 17 00:00:00 2001 +From 430183f5ef6d7cd1ffb97528d8f2396b2d3118df 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() @@ -51,5 +51,5 @@ index 84c08cdf7235..2a046547107f 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.18.0 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 c9b6b7fe9..914a156ad 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 cd23e5413adde43e7d4aff60a4b96881aae9e233 Mon Sep 17 00:00:00 2001 +From 827f8fac1003e5b7f43e8e43d7b7ab4dbbc89109 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() @@ -51,5 +51,5 @@ index 2a046547107f..566ac0f2fe56 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.18.0 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 d4ab95b51..eed3cd25c 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 7523cc38767488c5642ef20915b322373a8e5b48 Mon Sep 17 00:00:00 2001 +From f28c7d70b35dd1466af91edd09e632ce33a3b6eb 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() @@ -66,5 +66,5 @@ index 566ac0f2fe56..38fedb803bd8 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.18.0 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 660bb116f..9e3337742 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 81628130428470d54c3105d9b66ff62cee986d88 Mon Sep 17 00:00:00 2001 +From 8799cd2adb97f3220e298138c5ae329f893be8df 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() @@ -54,5 +54,5 @@ index 38fedb803bd8..302bd4e964f0 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.18.0 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 d1832cfba..1a870f4ab 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 d014b76b33efbad1a7685d78371e804b7430d9cc Mon Sep 17 00:00:00 2001 +From 4cfea5438626371ea9b50a5879e69fe2ee707a75 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() @@ -92,5 +92,5 @@ index 302bd4e964f0..978e70bdc7c5 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.18.0 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 e25f306f4..4a6e934c8 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 74d6050666291bf6e4fb2669ab82a42d3f048962 Mon Sep 17 00:00:00 2001 +From fc6f6c58d1294a2378594e49a5ad07a8e558b819 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() @@ -57,5 +57,5 @@ index 978e70bdc7c5..cd33a52ef27f 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.18.0 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 84db7fb1f..ba97e32e3 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 8bb20f5f6ddacc0688610aba549bb6d0ab74701b Mon Sep 17 00:00:00 2001 +From ce59d74973c95535eb530905225d6e160517e374 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() @@ -66,5 +66,5 @@ index cd33a52ef27f..f06284d64a8c 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.18.0 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 708413374..abdbc5c09 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 cb865d2268415c7326b5509f0aac39bedfd0c286 Mon Sep 17 00:00:00 2001 +From 527eca8c88633e5a6034a46d60332a0ec65236b1 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() @@ -64,5 +64,5 @@ index f06284d64a8c..f0e437c3522f 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.18.0 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 cce16170a..7561fa743 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 d26c5ea938cb39d563c624a05ee3d816003515ac Mon Sep 17 00:00:00 2001 +From b278bc4466005a7d6b3582ccf4741ea893d88bc4 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() @@ -70,5 +70,5 @@ index f0e437c3522f..5382d9630306 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.18.0 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 7510c682a..6597335c5 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 591f3df8a93c88ba71a1cc1e6b798eb2fead21b9 Mon Sep 17 00:00:00 2001 +From d1620af544379c1b729ca8effc5c0932d4091506 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 @@ -97,5 +97,5 @@ index 9687e462fd43..27d5efd696ad 100644 case HV_CALL_ISR: vmbus_channel_isr(channel); -- -2.16.0 +2.18.0 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 450aa4835..9dda83e9e 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 e128ecf011af52b61e1d4a610c6ba22355345438 Mon Sep 17 00:00:00 2001 +From c8c6373e821d09af9335a6d0098ca27463a7463c 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 @@ -31,5 +31,5 @@ index a5c0ef1e7695..16b1496e6105 100644 ---help--- This selects whether you want to include the driver for the standard -- -2.16.0 +2.18.0 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 a4b394d81..976341a00 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 f2c4b6298da4da09e47c14adc1160f9e641a7a8a Mon Sep 17 00:00:00 2001 +From 692ce79ab4e2e0a5e1b6863f286d638121ba68c9 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 @@ -128,5 +128,5 @@ index beb585ddc07d..e94f75e25cb1 100644 storvsc_dev_remove(dev); scsi_host_put(host); -- -2.16.0 +2.18.0 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 3288049c2..393f2f756 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 5691a3c7337cc0fd044ef4144af28c733371feb9 Mon Sep 17 00:00:00 2001 +From ed82181328c74fd840857821ae896c93e29dd4ba 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 @@ -106,5 +106,5 @@ index e94f75e25cb1..66b1b6ad0ae0 100644 ret = scsi_add_host(host, &device->device); if (ret != 0) -- -2.16.0 +2.18.0 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 de1164c7c..c5b90c265 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 b9805f49b1929c549458932fe494979881cdf4bd Mon Sep 17 00:00:00 2001 +From 416026f037a84e4ac2d5fec64740aff03b4bf6f7 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Thu, 2 Mar 2017 12:55:49 -0300 Subject: [PATCH 01/12] tools build: Add test for sched_getcpu() @@ -146,5 +146,5 @@ index e72d370889f8..605c4812430f 100644 int is_printable_array(char *p, unsigned int len); -- -2.16.0 +2.18.0 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 d202bef22..43a1c65ef 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 f4761b9a8fa68143ae262e468f01170e0287da72 Mon Sep 17 00:00:00 2001 +From 7b15169ca1b50effd2704a53ef55bac8beeb15e3 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Thu, 13 Oct 2016 17:12:35 -0300 Subject: [PATCH 02/12] perf jit: Avoid returning garbage for a ret variable @@ -66,5 +66,5 @@ index 95f0884aae02..f3ed3c963c71 100644 while ((jr = jit_get_next_entry(jd))) { switch(jr->prefix.id) { -- -2.16.0 +2.18.0 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 df88932f6..b2d282c47 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 33e03dbc466fcc9b7228318caa98275797cc0ad5 Mon Sep 17 00:00:00 2001 +From 5559353171353325c944c65877f3bbddf612fb78 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Sat, 23 Jul 2016 01:35:51 +0000 Subject: [PATCH 03/12] hv_sock: introduce Hyper-V Sockets @@ -28,13 +28,13 @@ Origin: https://patchwork.kernel.org/patch/9244467/ MAINTAINERS | 2 + include/linux/hyperv.h | 13 + include/linux/socket.h | 4 +- - include/net/af_hvsock.h | 78 +++ + include/net/af_hvsock.h | 78 ++ include/uapi/linux/hyperv.h | 23 + net/Kconfig | 1 + net/Makefile | 1 + net/hv_sock/Kconfig | 10 + net/hv_sock/Makefile | 3 + - net/hv_sock/af_hvsock.c | 1507 +++++++++++++++++++++++++++++++++++++++++++ + net/hv_sock/af_hvsock.c | 1507 +++++++++++++++++++++++++++++++++++ 10 files changed, 1641 insertions(+), 1 deletion(-) create mode 100644 include/net/af_hvsock.h create mode 100644 net/hv_sock/Kconfig @@ -1787,5 +1787,5 @@ index 000000000000..331d3759f5cb +MODULE_DESCRIPTION("Hyper-V Sockets"); +MODULE_LICENSE("Dual BSD/GPL"); -- -2.16.0 +2.18.0 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 3693f53e5..9bf37c40b 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 5d86a38799a0d580165bbd6469d57f34ce3f08f8 Mon Sep 17 00:00:00 2001 +From 3c4837d4e261e3ed9fe326262c989a82063765d4 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Mon, 23 May 2016 18:55:45 +0100 Subject: [PATCH 04/12] vmbus: Don't spam the logs with unknown GUIDs @@ -26,5 +26,5 @@ index 9360cdce740e..d838074e9add 100644 } -- -2.16.0 +2.18.0 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 48da0b9f3..6d5aaa62b 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 147cf4c10665ceca492c49843cfb61cc87f767ba Mon Sep 17 00:00:00 2001 +From e07c6992366a5a641196662eda32c67645f83855 Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sun, 6 Nov 2016 13:14:07 -0800 Subject: [PATCH 05/12] Drivers: hv: utils: Fix the mapping between host @@ -44,5 +44,5 @@ index bcd06306f3e8..e7707747f56d 100644 } -- -2.16.0 +2.18.0 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 affcc52c0..753ec2277 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 26247df4b85bda5e59fbdab1b987e995d5ff1884 Mon Sep 17 00:00:00 2001 +From 122ab455e7b38f64d38faa46bf6003d0ae81d7a3 Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sun, 6 Nov 2016 13:14:10 -0800 Subject: [PATCH 06/12] Drivers: hv: vss: Improve log messages. @@ -101,5 +101,5 @@ index a6707133c297..5c95ba1e2ecf 100644 return 0; } -- -2.16.0 +2.18.0 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 34740bd9f..8f5863fd9 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 de104795adafc968575c511b5b6ceaf98f9b3dd0 Mon Sep 17 00:00:00 2001 +From 59a2b84c570720a2f39aeb261a2184c5953d1950 Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sun, 6 Nov 2016 13:14:11 -0800 Subject: [PATCH 07/12] Drivers: hv: vss: Operation timeouts should match host @@ -44,5 +44,5 @@ index 5c95ba1e2ecf..eee238cc60bd 100644 rc = hvutil_transport_send(hvt, vss_msg, sizeof(*vss_msg), NULL); if (rc) { -- -2.16.0 +2.18.0 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 0ca8c7f4c..83a8e0ecf 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 6c8814fbc2787f827b26b4413609b4da3b20ced5 Mon Sep 17 00:00:00 2001 +From 6d405d7872e5ec1a51247f16b26e0daa540d71f1 Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sat, 28 Jan 2017 12:37:17 -0700 Subject: [PATCH 08/12] Drivers: hv: vmbus: Use all supported IC versions to @@ -25,12 +25,12 @@ Signed-off-by: Greg Kroah-Hartman Origin: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git (cherry picked from commit a1656454131880980bc3a5313c8bf66ef5990c91) --- - drivers/hv/channel_mgmt.c | 80 +++++++++++++++++++++++++++------------- - drivers/hv/hv_fcopy.c | 20 +++++++--- - drivers/hv/hv_kvp.c | 41 +++++++++------------ - drivers/hv/hv_snapshot.c | 18 +++++++-- - drivers/hv/hv_util.c | 94 +++++++++++++++++++++++++---------------------- - include/linux/hyperv.h | 7 ++-- + drivers/hv/channel_mgmt.c | 80 ++++++++++++++++++++++----------- + drivers/hv/hv_fcopy.c | 20 ++++++--- + drivers/hv/hv_kvp.c | 41 +++++++---------- + drivers/hv/hv_snapshot.c | 18 ++++++-- + drivers/hv/hv_util.c | 94 +++++++++++++++++++++------------------ + include/linux/hyperv.h | 7 +-- 6 files changed, 154 insertions(+), 106 deletions(-) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c @@ -488,5 +488,5 @@ index c9af8369b4f7..7df9eb8f0cf7 100644 void hv_event_tasklet_disable(struct vmbus_channel *channel); void hv_event_tasklet_enable(struct vmbus_channel *channel); -- -2.16.0 +2.18.0 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 e067e8673..bb79d2666 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 24675a30a9fccb4624b52c536f0bfe6edd66cd3c Mon Sep 17 00:00:00 2001 +From db3237dfe500ae907fb1e5ec19f792394295066c Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sat, 28 Jan 2017 12:37:18 -0700 Subject: [PATCH 09/12] Drivers: hv: Log the negotiated IC versions. @@ -114,5 +114,5 @@ index f3797c07be10..89440c2eb346 100644 hb_srv_version & 0xFFFF); } -- -2.16.0 +2.18.0 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 51c763a31..27f462610 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 9fe8f93383072722f38a4b1ccfe19467896e3ba9 Mon Sep 17 00:00:00 2001 +From 0754ed3925380fc33a03f280d07c24fbd5ea6ce9 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Sun, 26 Mar 2017 16:42:20 +0800 Subject: [PATCH 10/12] vmbus: fix missed ring events on boot @@ -52,5 +52,5 @@ index 095dd37367de..effac8042dc6 100644 void hv_process_channel_removal(struct vmbus_channel *channel, u32 relid) -- -2.16.0 +2.18.0 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 d17b88480..da474fc18 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 9551c3813383c6be11cc5a899a593657a4cceb88 Mon Sep 17 00:00:00 2001 +From ce494d28dd5d0ee873c1c4d2b5c3e09b320f4c0d Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Wed, 29 Mar 2017 18:37:10 +0800 Subject: [PATCH 11/12] vmbus: remove "goto error_clean_msglist" in @@ -56,5 +56,5 @@ index 1606e7f08f4b..1caed01954f6 100644 vmbus_teardown_gpadl(newchannel, newchannel->ringbuffer_gpadlhandle); kfree(open_info); -- -2.16.0 +2.18.0 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 edb5acd87..64e22f799 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 1d709cd6c153080686b388c02d42e13d71dd5da1 Mon Sep 17 00:00:00 2001 +From bef3a4033d6cd23ce754453a178e92d0783a2662 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Fri, 24 Mar 2017 20:53:18 +0800 Subject: [PATCH 12/12] vmbus: dynamically enqueue/dequeue the channel on @@ -8,9 +8,9 @@ Signed-off-by: Dexuan Cui Origin: git@github.com:dcui/linux.git (cherry picked from commit bee4910daa4aed57ce60d2e2350e3cc120c383ca) --- - drivers/hv/channel.c | 16 ++++++++++--- - drivers/hv/channel_mgmt.c | 58 ++++++++++++++++++++--------------------------- - include/linux/hyperv.h | 3 +++ + drivers/hv/channel.c | 16 +++++++++-- + drivers/hv/channel_mgmt.c | 58 ++++++++++++++++----------------------- + include/linux/hyperv.h | 3 ++ 3 files changed, 40 insertions(+), 37 deletions(-) diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c @@ -173,5 +173,5 @@ index 7df9eb8f0cf7..a87757cf277b 100644 void vmbus_setevent(struct vmbus_channel *channel); -- -2.16.0 +2.18.0 diff --git a/linuxkit.yml b/linuxkit.yml index e9b06c589..db75b7d39 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index f951d9309..7626e62b6 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index dbd767b0f..725ee0c11 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/projects/miragesdk/examples/mirage-dhcp.yml b/projects/miragesdk/examples/mirage-dhcp.yml index 7fe5e6b80..b95f48bc5 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/cases/000_build/000_formats/test.yml b/test/cases/000_build/000_formats/test.yml index d195a7110..3e9dff278 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 75f7e68c8..801364849 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 75f7e68c8..801364849 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 1dfb6c7c8..40f686c52 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 64bfea99b..08807b464 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 64bfea99b..08807b464 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 64bfea99b..08807b464 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 64bfea99b..08807b464 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 29f5840d2..6a8e85790 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 64bfea99b..08807b464 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 64bfea99b..08807b464 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 a76ff6d4f..02345c90e 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 cc4db9fb6..3c798c84a 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.139 + image: linuxkit/kernel:4.4.140 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 14527fe96..ceb372303 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.111 + image: linuxkit/kernel:4.9.112 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/cases/020_kernel/006_config_4.14.x/test.yml b/test/cases/020_kernel/006_config_4.14.x/test.yml index a4aea49ee..7d0f6de06 100644 --- a/test/cases/020_kernel/006_config_4.14.x/test.yml +++ b/test/cases/020_kernel/006_config_4.14.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/cases/020_kernel/009_config_4.17.x/test.yml b/test/cases/020_kernel/009_config_4.17.x/test.yml index b28f804bd..e18055381 100644 --- a/test/cases/020_kernel/009_config_4.17.x/test.yml +++ b/test/cases/020_kernel/009_config_4.17.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.17.5 + image: linuxkit/kernel:4.17.6 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 d1a62c677..2fb576756 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.139 AS ksrc +FROM linuxkit/kernel:4.4.140 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:daed76b8f1d28cdeeee215a95b9671c682a405dc 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 038af5522..40523e19b 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.139 +docker pull linuxkit/kernel:4.4.140 # 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 67c7d04df..1d65f8fd1 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.139 + image: linuxkit/kernel:4.4.140 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 92bee834a..40e70a3d9 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.111 AS ksrc +FROM linuxkit/kernel:4.9.112 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:daed76b8f1d28cdeeee215a95b9671c682a405dc 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 ab8f416a4..e968cffe5 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.111 +docker pull linuxkit/kernel:4.9.112 # 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 f39fce6d9..8748f8011 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.111 + image: linuxkit/kernel:4.9.112 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/cases/020_kernel/016_kmod_4.14.x/Dockerfile b/test/cases/020_kernel/016_kmod_4.14.x/Dockerfile index 833ecfbdf..2df519939 100644 --- a/test/cases/020_kernel/016_kmod_4.14.x/Dockerfile +++ b/test/cases/020_kernel/016_kmod_4.14.x/Dockerfile @@ -3,7 +3,7 @@ # In the last stage, it creates a package, which can be used for # testing. -FROM linuxkit/kernel:4.14.54 AS ksrc +FROM linuxkit/kernel:4.14.55 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:daed76b8f1d28cdeeee215a95b9671c682a405dc AS build diff --git a/test/cases/020_kernel/016_kmod_4.14.x/test.sh b/test/cases/020_kernel/016_kmod_4.14.x/test.sh index 181c2eef1..bbbe4f470 100644 --- a/test/cases/020_kernel/016_kmod_4.14.x/test.sh +++ b/test/cases/020_kernel/016_kmod_4.14.x/test.sh @@ -19,7 +19,7 @@ clean_up() { trap clean_up EXIT # Make sure we have the latest kernel image -docker pull linuxkit/kernel:4.14.54 +docker pull linuxkit/kernel:4.14.55 # Build a package docker build -t ${IMAGE_NAME} . diff --git a/test/cases/020_kernel/016_kmod_4.14.x/test.yml b/test/cases/020_kernel/016_kmod_4.14.x/test.yml index 51c42a27f..573cb4c2c 100644 --- a/test/cases/020_kernel/016_kmod_4.14.x/test.yml +++ b/test/cases/020_kernel/016_kmod_4.14.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/cases/020_kernel/019_kmod_4.17.x/Dockerfile b/test/cases/020_kernel/019_kmod_4.17.x/Dockerfile index b2e6a5822..ce7bf6415 100644 --- a/test/cases/020_kernel/019_kmod_4.17.x/Dockerfile +++ b/test/cases/020_kernel/019_kmod_4.17.x/Dockerfile @@ -3,7 +3,7 @@ # In the last stage, it creates a package, which can be used for # testing. -FROM linuxkit/kernel:4.17.5 AS ksrc +FROM linuxkit/kernel:4.17.6 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:daed76b8f1d28cdeeee215a95b9671c682a405dc AS build diff --git a/test/cases/020_kernel/019_kmod_4.17.x/test.sh b/test/cases/020_kernel/019_kmod_4.17.x/test.sh index 215566f28..55b6f71c8 100644 --- a/test/cases/020_kernel/019_kmod_4.17.x/test.sh +++ b/test/cases/020_kernel/019_kmod_4.17.x/test.sh @@ -19,7 +19,7 @@ clean_up() { trap clean_up EXIT # Make sure we have the latest kernel image -docker pull linuxkit/kernel:4.17.5 +docker pull linuxkit/kernel:4.17.6 # Build a package docker build -t ${IMAGE_NAME} . diff --git a/test/cases/020_kernel/019_kmod_4.17.x/test.yml b/test/cases/020_kernel/019_kmod_4.17.x/test.yml index dbf6cd478..1b75cfe63 100644 --- a/test/cases/020_kernel/019_kmod_4.17.x/test.yml +++ b/test/cases/020_kernel/019_kmod_4.17.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.17.5 + image: linuxkit/kernel:4.17.6 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/cases/020_kernel/110_namespace/common.yml b/test/cases/020_kernel/110_namespace/common.yml index 0a6f3aee8..4c43fe8f8 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index edab5f697..f809102fa 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/cases/030_security/010_ports/test.yml b/test/cases/030_security/010_ports/test.yml index b3166bf44..bf368a126 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/cases/040_packages/002_binfmt/test.yml b/test/cases/040_packages/002_binfmt/test.yml index 5abec0dfe..eb1f9388a 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/cases/040_packages/003_ca-certificates/test.yml b/test/cases/040_packages/003_ca-certificates/test.yml index 989dd8c53..c7b1ee8bd 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/cases/040_packages/003_containerd/test.yml b/test/cases/040_packages/003_containerd/test.yml index aa23f828e..71a67e0f0 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index db86aa363..caa672e58 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 4e3a15ab0..528a82e16 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 26b609055..322446f84 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 992ea190b..d828aa43b 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 8bf8f9d5c..c40bdb4ac 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 ab1f98b86..4e03f1dfb 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 edcd4772b..3b08f5401 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 a1284afba..eaba0ee32 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 beb7703d6..934c07f6e 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 3a8fb2258..2c8bf892f 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.9.38 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 606d3ac74..24eb00781 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 fc40ed5ab..fbdd55b67 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 f7a63bbd1..4e7dd0c03 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.9.51 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f 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 1ab63edb5..1434bf3fb 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/cases/040_packages/007_getty-containerd/test.yml b/test/cases/040_packages/007_getty-containerd/test.yml index ccea2c85a..bbf377206 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.9.x + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/cases/040_packages/013_mkimage/mkimage.yml b/test/cases/040_packages/013_mkimage/mkimage.yml index 11b46bf08..f2bee1dbc 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/cases/040_packages/013_mkimage/run.yml b/test/cases/040_packages/013_mkimage/run.yml index 37f1a0e8e..4a9d579ef 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index c6bd54e0b..6c699901e 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/cases/040_packages/023_wireguard/test.yml b/test/cases/040_packages/023_wireguard/test.yml index 4324d13c3..953094c0c 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/cases/040_packages/030_logwrite/test.yml b/test/cases/040_packages/030_logwrite/test.yml index ed084be04..8374682d3 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/cases/040_packages/031_kmsg/test.yml b/test/cases/040_packages/031_kmsg/test.yml index 6e33010c4..acbf92bc3 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index 1fff4875c..9f50bb498 100644 --- a/test/hack/test-ltp.yml +++ b/test/hack/test-ltp.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/hack/test.yml b/test/hack/test.yml index 937da4b32..473e3118d 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.54 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f diff --git a/test/pkg/ns/template.yml b/test/pkg/ns/template.yml index 84ca02aa2..79fd4cfea 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.9.38 + image: linuxkit/kernel:4.14.55 cmdline: "console=ttyS0" init: - linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f