diff --git a/examples/aws.yml b/examples/aws.yml index 1715bfb19..4497cb42b 100644 --- a/examples/aws.yml +++ b/examples/aws.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/azure.yml b/examples/azure.yml index 0729cc2a1..af7199f2c 100644 --- a/examples/azure.yml +++ b/examples/azure.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/cadvisor.yml b/examples/cadvisor.yml index 7b8bab4d0..af309c05b 100644 --- a/examples/cadvisor.yml +++ b/examples/cadvisor.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/docker-for-mac.yml b/examples/docker-for-mac.yml index 77bcc3649..042bf32ad 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/vpnkit-expose-port:v0.7 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host diff --git a/examples/docker.yml b/examples/docker.yml index 5457025bd..4a24bd31a 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/gcp.yml b/examples/gcp.yml index 0fb0bfe84..3a3f41b09 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/getty.yml b/examples/getty.yml index e3bb3d6dd..c7367fb69 100644 --- a/examples/getty.yml +++ b/examples/getty.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/hostmount-writeable-overlay.yml b/examples/hostmount-writeable-overlay.yml index aa8d52da1..7125c8294 100644 --- a/examples/hostmount-writeable-overlay.yml +++ b/examples/hostmount-writeable-overlay.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/influxdb-os.yml b/examples/influxdb-os.yml index 658212df8..4db81f450 100644 --- a/examples/influxdb-os.yml +++ b/examples/influxdb-os.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/logging.yml b/examples/logging.yml index 8f4d82f0b..015f0425a 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/minimal.yml b/examples/minimal.yml index 394b26a90..e3acf855f 100644 --- a/examples/minimal.yml +++ b/examples/minimal.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index ef7fde07d..a48878414 100644 --- a/examples/node_exporter.yml +++ b/examples/node_exporter.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=tty0 console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/openstack.yml b/examples/openstack.yml index 5a011fb40..b86fbbf32 100644 --- a/examples/openstack.yml +++ b/examples/openstack.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/packet.arm64.yml b/examples/packet.arm64.yml index d4f843197..91bfa14cc 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyAMA0" ucode: "" onboot: diff --git a/examples/packet.yml b/examples/packet.yml index 3ebfa872f..75a29866d 100644 --- a/examples/packet.yml +++ b/examples/packet.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: console=ttyS1 ucode: intel-ucode.cpio init: diff --git a/examples/redis-os.yml b/examples/redis-os.yml index 3a667e447..69379c554 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/scaleway.yml b/examples/scaleway.yml index 859205956..7d84effe6 100644 --- a/examples/scaleway.yml +++ b/examples/scaleway.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/sshd.yml b/examples/sshd.yml index 4ba7c9923..fb000570f 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/static-ip.yml b/examples/static-ip.yml index a9877b6be..a8a4a9969 100644 --- a/examples/static-ip.yml +++ b/examples/static-ip.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/swap.yml b/examples/swap.yml index bfc5cad8d..723edcbdf 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/vmware.yml b/examples/vmware.yml index 9c9c947af..e71d7b795 100644 --- a/examples/vmware.yml +++ b/examples/vmware.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=tty0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/vpnkit-forwarder.yml b/examples/vpnkit-forwarder.yml index dd9b22ed1..d58064ec3 100644 --- a/examples/vpnkit-forwarder.yml +++ b/examples/vpnkit-forwarder.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/vsudd-containerd.yml b/examples/vsudd-containerd.yml index 2b620d427..b4363b56d 100644 --- a/examples/vsudd-containerd.yml +++ b/examples/vsudd-containerd.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/vultr.yml b/examples/vultr.yml index 90007bafe..4ec2726cf 100644 --- a/examples/vultr.yml +++ b/examples/vultr.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/examples/wireguard.yml b/examples/wireguard.yml index d6b5848e9..b84d23662 100644 --- a/examples/wireguard.yml +++ b/examples/wireguard.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/kernel/Makefile b/kernel/Makefile index 3912d23c1..12618a1b2 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -251,21 +251,21 @@ endef # Debug targets only for latest stable and LTS stable # ifeq ($(ARCH),x86_64) -$(eval $(call kernel,5.1.11,5.1.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.52,4.19.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.52,4.19.x,,-dbg)) +$(eval $(call kernel,5.1.15,5.1.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.56,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.56,4.19.x,,-dbg)) $(eval $(call kernel,4.19.50,4.19.x,-rt,)) -$(eval $(call kernel,4.14.127,4.14.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.9.182,4.9.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.131,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.9.184,4.9.x,$(EXTRA),$(DEBUG))) else ifeq ($(ARCH),aarch64) -$(eval $(call kernel,5.1.11,5.1.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.52,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.1.15,5.1.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.56,4.19.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.19.50,4.19.x,-rt,)) else ifeq ($(ARCH),s390x) -$(eval $(call kernel,5.1.11,5.1.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.52,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.1.15,5.1.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.56,4.19.x,$(EXTRA),$(DEBUG))) endif # Target for kernel config diff --git a/kernel/config-4.14.x-x86_64 b/kernel/config-4.14.x-x86_64 index b5e8106d4..0257d1d50 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.127 Kernel Configuration +# Linux/x86 4.14.131 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -1435,7 +1435,14 @@ CONFIG_NET_FLOW_LIMIT=y # CONFIG_AF_KCM is not set # CONFIG_STREAM_PARSER is not set CONFIG_FIB_RULES=y -# CONFIG_WIRELESS is not set +CONFIG_WIRELESS=y +# CONFIG_CFG80211 is not set +# CONFIG_LIB80211 is not set + +# +# CFG80211 needs to be enabled for MAC80211 +# +CONFIG_MAC80211_STA_HASH_MAX_SIZE=0 # CONFIG_WIMAX is not set # CONFIG_RFKILL is not set CONFIG_NET_9P=y @@ -2058,7 +2065,28 @@ CONFIG_PPP_SYNC_TTY=m # CONFIG_SLIP is not set CONFIG_SLHC=m # CONFIG_USB_NET_DRIVERS is not set -# CONFIG_WLAN is not set +CONFIG_WLAN=y +# CONFIG_WIRELESS_WDS is not set +CONFIG_WLAN_VENDOR_ADMTEK=y +CONFIG_WLAN_VENDOR_ATH=y +# CONFIG_ATH_DEBUG is not set +# CONFIG_ATH5K_PCI is not set +CONFIG_WLAN_VENDOR_ATMEL=y +CONFIG_WLAN_VENDOR_BROADCOM=y +CONFIG_WLAN_VENDOR_CISCO=y +CONFIG_WLAN_VENDOR_INTEL=y +CONFIG_WLAN_VENDOR_INTERSIL=y +# CONFIG_HOSTAP is not set +# CONFIG_PRISM54 is not set +CONFIG_WLAN_VENDOR_MARVELL=y +CONFIG_WLAN_VENDOR_MEDIATEK=y +CONFIG_WLAN_VENDOR_RALINK=y +CONFIG_WLAN_VENDOR_REALTEK=y +CONFIG_WLAN_VENDOR_RSI=y +CONFIG_WLAN_VENDOR_ST=y +CONFIG_WLAN_VENDOR_TI=y +CONFIG_WLAN_VENDOR_ZYDAS=y +CONFIG_WLAN_VENDOR_QUANTENNA=y # # Enable WiMAX (Networking options) to see the WiMAX drivers diff --git a/kernel/config-4.19.x-aarch64 b/kernel/config-4.19.x-aarch64 index b73eb2f67..311f1e1c9 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.52 Kernel Configuration +# Linux/arm64 4.19.56 Kernel Configuration # # @@ -1432,7 +1432,13 @@ CONFIG_NET_FLOW_LIMIT=y # CONFIG_AF_RXRPC is not set # CONFIG_AF_KCM is not set CONFIG_FIB_RULES=y -# CONFIG_WIRELESS is not set +CONFIG_WIRELESS=y +# CONFIG_CFG80211 is not set + +# +# CFG80211 needs to be enabled for MAC80211 +# +CONFIG_MAC80211_STA_HASH_MAX_SIZE=0 # CONFIG_WIMAX is not set # CONFIG_RFKILL is not set CONFIG_NET_9P=y @@ -2146,7 +2152,28 @@ CONFIG_USB_NET_SMSC95XX=m # CONFIG_USB_IPHETH is not set # CONFIG_USB_SIERRA_NET is not set # CONFIG_USB_NET_CH9200 is not set -# CONFIG_WLAN is not set +CONFIG_WLAN=y +# CONFIG_WIRELESS_WDS is not set +CONFIG_WLAN_VENDOR_ADMTEK=y +CONFIG_WLAN_VENDOR_ATH=y +# CONFIG_ATH_DEBUG is not set +# CONFIG_ATH5K_PCI is not set +CONFIG_WLAN_VENDOR_ATMEL=y +CONFIG_WLAN_VENDOR_BROADCOM=y +CONFIG_WLAN_VENDOR_CISCO=y +CONFIG_WLAN_VENDOR_INTEL=y +CONFIG_WLAN_VENDOR_INTERSIL=y +# CONFIG_HOSTAP is not set +# CONFIG_PRISM54 is not set +CONFIG_WLAN_VENDOR_MARVELL=y +CONFIG_WLAN_VENDOR_MEDIATEK=y +CONFIG_WLAN_VENDOR_RALINK=y +CONFIG_WLAN_VENDOR_REALTEK=y +CONFIG_WLAN_VENDOR_RSI=y +CONFIG_WLAN_VENDOR_ST=y +CONFIG_WLAN_VENDOR_TI=y +CONFIG_WLAN_VENDOR_ZYDAS=y +CONFIG_WLAN_VENDOR_QUANTENNA=y # # Enable WiMAX (Networking options) to see the WiMAX drivers diff --git a/kernel/config-4.19.x-s390x b/kernel/config-4.19.x-s390x index f10eb0899..921148ac1 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.52 Kernel Configuration +# Linux/s390 4.19.56 Kernel Configuration # # diff --git a/kernel/config-4.19.x-x86_64 b/kernel/config-4.19.x-x86_64 index f61a671cb..62c72329a 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.52 Kernel Configuration +# Linux/x86 4.19.56 Kernel Configuration # # @@ -1537,7 +1537,13 @@ CONFIG_NET_FLOW_LIMIT=y # CONFIG_AF_RXRPC is not set # CONFIG_AF_KCM is not set CONFIG_FIB_RULES=y -# CONFIG_WIRELESS is not set +CONFIG_WIRELESS=y +# CONFIG_CFG80211 is not set + +# +# CFG80211 needs to be enabled for MAC80211 +# +CONFIG_MAC80211_STA_HASH_MAX_SIZE=0 # CONFIG_WIMAX is not set # CONFIG_RFKILL is not set CONFIG_NET_9P=y @@ -2180,7 +2186,28 @@ CONFIG_PPP_SYNC_TTY=m # CONFIG_SLIP is not set CONFIG_SLHC=m # CONFIG_USB_NET_DRIVERS is not set -# CONFIG_WLAN is not set +CONFIG_WLAN=y +# CONFIG_WIRELESS_WDS is not set +CONFIG_WLAN_VENDOR_ADMTEK=y +CONFIG_WLAN_VENDOR_ATH=y +# CONFIG_ATH_DEBUG is not set +# CONFIG_ATH5K_PCI is not set +CONFIG_WLAN_VENDOR_ATMEL=y +CONFIG_WLAN_VENDOR_BROADCOM=y +CONFIG_WLAN_VENDOR_CISCO=y +CONFIG_WLAN_VENDOR_INTEL=y +CONFIG_WLAN_VENDOR_INTERSIL=y +# CONFIG_HOSTAP is not set +# CONFIG_PRISM54 is not set +CONFIG_WLAN_VENDOR_MARVELL=y +CONFIG_WLAN_VENDOR_MEDIATEK=y +CONFIG_WLAN_VENDOR_RALINK=y +CONFIG_WLAN_VENDOR_REALTEK=y +CONFIG_WLAN_VENDOR_RSI=y +CONFIG_WLAN_VENDOR_ST=y +CONFIG_WLAN_VENDOR_TI=y +CONFIG_WLAN_VENDOR_ZYDAS=y +CONFIG_WLAN_VENDOR_QUANTENNA=y # # Enable WiMAX (Networking options) to see the WiMAX drivers diff --git a/kernel/config-4.9.x-x86_64 b/kernel/config-4.9.x-x86_64 index bfdf1c6f0..5f42a85d7 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.182 Kernel Configuration +# Linux/x86 4.9.184 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -1345,7 +1345,14 @@ CONFIG_NET_FLOW_LIMIT=y # CONFIG_AF_KCM is not set # CONFIG_STREAM_PARSER is not set CONFIG_FIB_RULES=y -# CONFIG_WIRELESS is not set +CONFIG_WIRELESS=y +# CONFIG_CFG80211 is not set +# CONFIG_LIB80211 is not set + +# +# CFG80211 needs to be enabled for MAC80211 +# +CONFIG_MAC80211_STA_HASH_MAX_SIZE=0 # CONFIG_WIMAX is not set # CONFIG_RFKILL is not set CONFIG_NET_9P=y @@ -1937,7 +1944,26 @@ CONFIG_PPP_SYNC_TTY=m # CONFIG_SLIP is not set CONFIG_SLHC=m # CONFIG_USB_NET_DRIVERS is not set -# CONFIG_WLAN is not set +CONFIG_WLAN=y +CONFIG_WLAN_VENDOR_ADMTEK=y +CONFIG_WLAN_VENDOR_ATH=y +# CONFIG_ATH_DEBUG is not set +# CONFIG_ATH5K_PCI is not set +CONFIG_WLAN_VENDOR_ATMEL=y +CONFIG_WLAN_VENDOR_BROADCOM=y +CONFIG_WLAN_VENDOR_CISCO=y +CONFIG_WLAN_VENDOR_INTEL=y +CONFIG_WLAN_VENDOR_INTERSIL=y +# CONFIG_HOSTAP is not set +# CONFIG_PRISM54 is not set +CONFIG_WLAN_VENDOR_MARVELL=y +CONFIG_WLAN_VENDOR_MEDIATEK=y +CONFIG_WLAN_VENDOR_RALINK=y +CONFIG_WLAN_VENDOR_REALTEK=y +CONFIG_WLAN_VENDOR_RSI=y +CONFIG_WLAN_VENDOR_ST=y +CONFIG_WLAN_VENDOR_TI=y +CONFIG_WLAN_VENDOR_ZYDAS=y # # Enable WiMAX (Networking options) to see the WiMAX drivers diff --git a/kernel/config-5.1.x-aarch64 b/kernel/config-5.1.x-aarch64 index 693eb217b..a382dbfb6 100644 --- a/kernel/config-5.1.x-aarch64 +++ b/kernel/config-5.1.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 5.1.11 Kernel Configuration +# Linux/arm64 5.1.15 Kernel Configuration # # @@ -1374,7 +1374,13 @@ CONFIG_NET_FLOW_LIMIT=y # CONFIG_AF_RXRPC is not set # CONFIG_AF_KCM is not set CONFIG_FIB_RULES=y -# CONFIG_WIRELESS is not set +CONFIG_WIRELESS=y +# CONFIG_CFG80211 is not set + +# +# CFG80211 needs to be enabled for MAC80211 +# +CONFIG_MAC80211_STA_HASH_MAX_SIZE=0 # CONFIG_WIMAX is not set # CONFIG_RFKILL is not set CONFIG_NET_9P=y @@ -2176,7 +2182,28 @@ CONFIG_USB_NET_SMSC95XX=m # CONFIG_USB_SIERRA_NET is not set # CONFIG_USB_NET_CH9200 is not set # CONFIG_USB_NET_AQC111 is not set -# CONFIG_WLAN is not set +CONFIG_WLAN=y +# CONFIG_WIRELESS_WDS is not set +CONFIG_WLAN_VENDOR_ADMTEK=y +CONFIG_WLAN_VENDOR_ATH=y +# CONFIG_ATH_DEBUG is not set +# CONFIG_ATH5K_PCI is not set +CONFIG_WLAN_VENDOR_ATMEL=y +CONFIG_WLAN_VENDOR_BROADCOM=y +CONFIG_WLAN_VENDOR_CISCO=y +CONFIG_WLAN_VENDOR_INTEL=y +CONFIG_WLAN_VENDOR_INTERSIL=y +# CONFIG_HOSTAP is not set +# CONFIG_PRISM54 is not set +CONFIG_WLAN_VENDOR_MARVELL=y +CONFIG_WLAN_VENDOR_MEDIATEK=y +CONFIG_WLAN_VENDOR_RALINK=y +CONFIG_WLAN_VENDOR_REALTEK=y +CONFIG_WLAN_VENDOR_RSI=y +CONFIG_WLAN_VENDOR_ST=y +CONFIG_WLAN_VENDOR_TI=y +CONFIG_WLAN_VENDOR_ZYDAS=y +CONFIG_WLAN_VENDOR_QUANTENNA=y # # Enable WiMAX (Networking options) to see the WiMAX drivers diff --git a/kernel/config-5.1.x-s390x b/kernel/config-5.1.x-s390x index be028824e..91b4d634b 100644 --- a/kernel/config-5.1.x-s390x +++ b/kernel/config-5.1.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 5.1.11 Kernel Configuration +# Linux/s390 5.1.15 Kernel Configuration # # diff --git a/kernel/config-5.1.x-x86_64 b/kernel/config-5.1.x-x86_64 index 5456ae1ec..ea633316e 100644 --- a/kernel/config-5.1.x-x86_64 +++ b/kernel/config-5.1.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.1.11 Kernel Configuration +# Linux/x86 5.1.15 Kernel Configuration # # @@ -1482,7 +1482,13 @@ CONFIG_NET_FLOW_LIMIT=y # CONFIG_AF_RXRPC is not set # CONFIG_AF_KCM is not set CONFIG_FIB_RULES=y -# CONFIG_WIRELESS is not set +CONFIG_WIRELESS=y +# CONFIG_CFG80211 is not set + +# +# CFG80211 needs to be enabled for MAC80211 +# +CONFIG_MAC80211_STA_HASH_MAX_SIZE=0 # CONFIG_WIMAX is not set # CONFIG_RFKILL is not set CONFIG_NET_9P=y @@ -2197,7 +2203,28 @@ CONFIG_PPP_SYNC_TTY=m # CONFIG_SLIP is not set CONFIG_SLHC=m # CONFIG_USB_NET_DRIVERS is not set -# CONFIG_WLAN is not set +CONFIG_WLAN=y +# CONFIG_WIRELESS_WDS is not set +CONFIG_WLAN_VENDOR_ADMTEK=y +CONFIG_WLAN_VENDOR_ATH=y +# CONFIG_ATH_DEBUG is not set +# CONFIG_ATH5K_PCI is not set +CONFIG_WLAN_VENDOR_ATMEL=y +CONFIG_WLAN_VENDOR_BROADCOM=y +CONFIG_WLAN_VENDOR_CISCO=y +CONFIG_WLAN_VENDOR_INTEL=y +CONFIG_WLAN_VENDOR_INTERSIL=y +# CONFIG_HOSTAP is not set +# CONFIG_PRISM54 is not set +CONFIG_WLAN_VENDOR_MARVELL=y +CONFIG_WLAN_VENDOR_MEDIATEK=y +CONFIG_WLAN_VENDOR_RALINK=y +CONFIG_WLAN_VENDOR_REALTEK=y +CONFIG_WLAN_VENDOR_RSI=y +CONFIG_WLAN_VENDOR_ST=y +CONFIG_WLAN_VENDOR_TI=y +CONFIG_WLAN_VENDOR_ZYDAS=y +CONFIG_WLAN_VENDOR_QUANTENNA=y # # Enable WiMAX (Networking options) to see the WiMAX drivers 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 6309c81de..9f7af68a5 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 1a423203b5159ef4dc4e21260c58f70c9eb047bc Mon Sep 17 00:00:00 2001 +From 58625dc9e16edcc74de59c826eaeede1561cb38a 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 f9ea3a70c..99b88ea44 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 71a22171413e2900a8feb3dfd0ebe6dfdac018f3 Mon Sep 17 00:00:00 2001 +From a15287c9fd695de96b3efc8b816033dae4de0288 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 fd68d79ea..9d3f9869c 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 3d52260a66847ddb6832650987ba2bd85be899bf Mon Sep 17 00:00:00 2001 +From c6cd4d3528a41f5607689dcfde40ecf0244a120f 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 10b797876..c4357fc5d 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 c0f3d28cb7eb652de6f39ad6f488f3ed096bfcd5 Mon Sep 17 00:00:00 2001 +From 4cc60c2041f4ad4db7f1d4b7c638c636ec460527 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 fa3ac0b75..525585004 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 a8ec7a64d2518aba58f15c3491905feecd49c026 Mon Sep 17 00:00:00 2001 +From c1bda46c3d45267ae0426e72df47f113757f0388 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 5d249a2ec..4fa5df50e 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 c12ca7bd642826396a1ef2270c0e009895ce8bf7 Mon Sep 17 00:00:00 2001 +From 4db51f1ea0e28bae0176258dc96f3999a0dfd63f 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 b317a0c95..d1c6e726e 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 db067050561b16cab01834ab581cba694b262691 Mon Sep 17 00:00:00 2001 +From f75b46234941e882ab1161b6aefa0460f470d1d4 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 3517b0548..41452116b 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 40a61e5f8fc4f335ac697ee5d4bce4727171fc4f Mon Sep 17 00:00:00 2001 +From d51ba23ab6bff03b93aaa6de3fd9b5c7463ae51c 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 11744bf00..38f98898c 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 5abed35081f2429a15a5eac98565549c07748faf Mon Sep 17 00:00:00 2001 +From c93c6e08cc6146f463c4f0e50ae0b16e5a39eea5 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 d3e376a15..09b33d2cd 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 a678755774886b97be957f630c9ea2f9475eb1f2 Mon Sep 17 00:00:00 2001 +From b332f592531de4f7c9e7580d70f7ffcdc37b7303 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 fd2a3f256..bc5813802 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 0d5396dcf5c10fb3ad6aa370807e6bff2a77b292 Mon Sep 17 00:00:00 2001 +From 8093220a773e17eda7d334225c7d48d8730c8591 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 6343f64fb..69bfc8697 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 1d0c3c69a54f1b22a572e4481fe8079a3ca155f8 Mon Sep 17 00:00:00 2001 +From a14ffe3ea0cd39944da2409266a7f7023b6fd74d 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 4d90a7750..f674cf189 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 2bd7be5f95fd5165c8811511783771150747deb4 Mon Sep 17 00:00:00 2001 +From 63c83fd56775099e8bedc5d3699dec4d40ed434c 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 8361854ab..e5db03a34 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 ef89f6102d98ead2ab60f1b6872c13c7d02392b5 Mon Sep 17 00:00:00 2001 +From 65f4171d41b374a135b2959c9538a7f2f767d81e 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 57e0119eb..86c8fdd60 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 5fae30bcc8bc20b885cb76fb652cc86e851cd3c1 Mon Sep 17 00:00:00 2001 +From 8f85a292809e943bdd41c0a8f6384f846a6bd5c7 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 56938e4bb..6a93b495b 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 cb9ab1355f7c02269f7bd36cc0a3278d8509588f Mon Sep 17 00:00:00 2001 +From 5f99faad295458e428c63512a2c3ce70bc292119 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 281d0b073..29a75bf74 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 709bd1018c43912a0218dfc52da20616640c030e Mon Sep 17 00:00:00 2001 +From 6c8e04075dccca5204a93f13a6d4769f4763f454 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 6098db5d7..1afdc2aea 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 ccee374f2fe812ee9ae5e12a93ab2d57f7dd8754 Mon Sep 17 00:00:00 2001 +From 4f3fddc13b03594a76c1bf744fe932dfe1c2eac0 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 63acf7513..849a84644 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 1d69f2443535c7da43f0a1fa1679fc383ad033f0 Mon Sep 17 00:00:00 2001 +From 444512bb73f238724d025ce3a42b6dcf3640181f 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 4aa4fcdf9..8a85423c5 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 542ea06ae530292c457c0aabb017efef2d9b82e7 Mon Sep 17 00:00:00 2001 +From 1d08e01f10e973a6c768f6d42842cf5e26b51d4c 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 78776382f..6afd0a2ef 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 19e3373582db18a649679de87c028dc5e4ec9032 Mon Sep 17 00:00:00 2001 +From 4cb8016a2358b52aa5026a5a5a3bf0e3ca385825 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 28790cd7d..21dead09c 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 eddb63b70482026f191fd2fd7a0666606159ed6e Mon Sep 17 00:00:00 2001 +From d5540646b53aed764c83c0446d7cc0b58b40c95e 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 ff14bcfe8..ba8be1913 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 ba33339c5c21d70994acae3f631761029510f11e Mon Sep 17 00:00:00 2001 +From 22d1f0c0d1f81d6fadd7b7463ab49439526ea320 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 f71602530..4c6adab3f 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 548433992e47a40ddb33fc23386bfd6dcd477039 Mon Sep 17 00:00:00 2001 +From bc5eb5f6195918b7814d1bc9f5fe73554998bdf6 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 1f28e490e..49f85c0e8 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 c3730cc6c10056c0c40fe1f18f93ade1607c3b56 Mon Sep 17 00:00:00 2001 +From 87d636514e0750d7bdd4f4e0522d2777d9edb011 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 4eab8f50b..8b6d2478f 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 315e13dd25dedb2a163cced65de3fdc4025ffba1 Mon Sep 17 00:00:00 2001 +From bfefa360fd14fc9482510e06d7dcc580ba8d19f7 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 9e01d6d23..9bc09e7de 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 9839fd114c73e137b487642f4e58c2ce0d3d74a3 Mon Sep 17 00:00:00 2001 +From 544aac5cba60c602540eabb61bc57294b1e87154 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 ddb38b2ff..01b7f538f 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 f9035688195d2cf8bf6ff727b5778461a4a08ac0 Mon Sep 17 00:00:00 2001 +From 7058592fd8d3df9ebb3e7cf79374da2267405b1d 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 46a86a38c..2825bacd3 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 a29e09ce50413f6d536ef62adbdcf6b59b7d92bd Mon Sep 17 00:00:00 2001 +From 77a16dbbe566582b8eba7e7a9f457522e70ee187 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 4476eaca8..540cd4f7b 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 045da479cb2b19f0ba88de175815649ac2f095fd Mon Sep 17 00:00:00 2001 +From 84edd46d534951acd525e68938ea0415f7cc3d6f 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 dfd966bb1..21ba92611 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 145ba67afc04fc96c08af5276b15519ae775a172 Mon Sep 17 00:00:00 2001 +From 7e4ee2bf8299d3126e015a5f0c0f799f19465acc 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 bbea0285d..8c4c6be8e 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 51d9a2f1d7a34d65ec1e96ad4ce05affdccb7aa0 Mon Sep 17 00:00:00 2001 +From 918957f7226e85f00d30e6f8e659faea9b277cfe 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 098df9429..7c923d215 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 ae865917f279468eb40f0b0f2368fb7fabf09656 Mon Sep 17 00:00:00 2001 +From 386ca37b4386fcac1cb38d574a10b6f0a8d43bc5 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 e405541bd..eef004f6e 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 0f7210e70a4adf2c64bece8b8a8839a421fb6cb0 Mon Sep 17 00:00:00 2001 +From f77590dfe3efd4b212fdda02c6580310095ac3c5 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 c723f2f6a..d6f510aea 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 c8da3185cc805add3c8bb67a169e5c2cdc4475dd Mon Sep 17 00:00:00 2001 +From ca442ac85b317c5c0d8479e045bd59749ace3398 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 c88cf6849..c9b50f0a3 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index 122021175..f63330011 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index 3559fc81e..de8654614 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/projects/miragesdk/examples/mirage-dhcp.yml b/projects/miragesdk/examples/mirage-dhcp.yml index 63f3dc786..d55454a9d 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/000_build/000_formats/test.yml b/test/cases/000_build/000_formats/test.yml index cf66375d5..210fb62bc 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/000_build/010_reproducible/test.yml b/test/cases/000_build/010_reproducible/test.yml index 6d2d20f43..fb3c4735f 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 a1a63ee9b..201607185 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 a1a63ee9b..201607185 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 11c15842d..6b398eeda 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 8db6c8d86..d53629fa0 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 8db6c8d86..d53629fa0 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 8db6c8d86..d53629fa0 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 8db6c8d86..d53629fa0 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 83a8c85ff..67063d543 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 8db6c8d86..d53629fa0 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 8db6c8d86..d53629fa0 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 5607b3240..cc1c57433 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 ac99c3eef..91a187534 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.181 + image: linuxkit/kernel:4.9.184 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 6f5af8012..08973a063 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.126 + image: linuxkit/kernel:4.14.131 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 8fbc2a9fe..802be6118 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/020_kernel/008_config_5.1.x/test.yml b/test/cases/020_kernel/008_config_5.1.x/test.yml index 8db7fce65..dbf3b77a4 100644 --- a/test/cases/020_kernel/008_config_5.1.x/test.yml +++ b/test/cases/020_kernel/008_config_5.1.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:5.1.10 + image: linuxkit/kernel:5.1.15 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 c956b2599..d2891a2cf 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.181 AS ksrc +FROM linuxkit/kernel:4.9.184 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec 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 33e0a77a9..a356f681a 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.181 +docker pull linuxkit/kernel:4.9.184 # 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 48a28c089..aebd09e2a 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.181 + image: linuxkit/kernel:4.9.184 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 1109b44ef..642bcb72c 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.126 AS ksrc +FROM linuxkit/kernel:4.14.131 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec 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 025161788..8e86072c3 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.126 +docker pull linuxkit/kernel:4.14.131 # 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 a5d9dd6cc..c37223166 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.126 + image: linuxkit/kernel:4.14.131 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 3c768d477..cc3462b4c 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.51 AS ksrc +FROM linuxkit/kernel:4.19.56 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec 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 bc011a884..72b9ca191 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.51 +docker pull linuxkit/kernel:4.19.56 # 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 55f416c75..362bf8c2d 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/020_kernel/018_kmod_5.1.x/Dockerfile b/test/cases/020_kernel/018_kmod_5.1.x/Dockerfile index cfc7103e2..b7eae50c4 100644 --- a/test/cases/020_kernel/018_kmod_5.1.x/Dockerfile +++ b/test/cases/020_kernel/018_kmod_5.1.x/Dockerfile @@ -3,7 +3,7 @@ # In the last stage, it creates a package, which can be used for # testing. -FROM linuxkit/kernel:5.1.10 AS ksrc +FROM linuxkit/kernel:5.1.15 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec AS build diff --git a/test/cases/020_kernel/018_kmod_5.1.x/test.sh b/test/cases/020_kernel/018_kmod_5.1.x/test.sh index 9c9a6e5b2..1162b0e72 100644 --- a/test/cases/020_kernel/018_kmod_5.1.x/test.sh +++ b/test/cases/020_kernel/018_kmod_5.1.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:5.1.10 +docker pull linuxkit/kernel:5.1.15 # Build a package docker build -t ${IMAGE_NAME} . diff --git a/test/cases/020_kernel/018_kmod_5.1.x/test.yml b/test/cases/020_kernel/018_kmod_5.1.x/test.yml index 11d43420c..4bbffa782 100644 --- a/test/cases/020_kernel/018_kmod_5.1.x/test.yml +++ b/test/cases/020_kernel/018_kmod_5.1.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:5.1.10 + image: linuxkit/kernel:5.1.15 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/020_kernel/110_namespace/common.yml b/test/cases/020_kernel/110_namespace/common.yml index 4c5f5880a..1dfa95949 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index 8bca48f19..00167b2f5 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/030_security/010_ports/test.yml b/test/cases/030_security/010_ports/test.yml index 09cb2b9d5..2c8b0691b 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/040_packages/002_binfmt/test.yml b/test/cases/040_packages/002_binfmt/test.yml index 4feb119bc..e4abc1905 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/040_packages/002_bpftrace/test.yml b/test/cases/040_packages/002_bpftrace/test.yml index e54cb8d0e..ee63d9be4 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/040_packages/003_ca-certificates/test.yml b/test/cases/040_packages/003_ca-certificates/test.yml index aa39cb9b7..4578a9598 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/040_packages/003_containerd/test.yml b/test/cases/040_packages/003_containerd/test.yml index 7b5b7436e..0f55ac190 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index 828a5a176..98350f107 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 0a595cb8a..1f6b17d9d 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 adcde15a9..369958fd6 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 46bb4edfa..bff6067f5 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 34e98fb94..cd1227173 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 53094b299..6f67d563c 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 247c8838a..74b81290d 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 b26e59c1d..6db2bb7de 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 43153561f..08f53a9c2 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 f1dec492c..ba4826fde 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 ad81c6f17..ac70d711f 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 b5b33aed4..0cc8809a4 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 9d2e9a3ca..3655794dd 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 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 8bd1870a4..94a777d31 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/040_packages/007_getty-containerd/test.yml b/test/cases/040_packages/007_getty-containerd/test.yml index b01d4ef80..f93d219a8 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/040_packages/013_mkimage/mkimage.yml b/test/cases/040_packages/013_mkimage/mkimage.yml index 6a04cd0d9..fef06e56e 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/040_packages/013_mkimage/run.yml b/test/cases/040_packages/013_mkimage/run.yml index 215e5ad5b..154efec2d 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index 97555bf1c..be361f52d 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/040_packages/023_wireguard/test.yml b/test/cases/040_packages/023_wireguard/test.yml index 746b44470..62857da9c 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/040_packages/030_logwrite/test.yml b/test/cases/040_packages/030_logwrite/test.yml index c6b5ef05d..a11147d9d 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/040_packages/031_kmsg/test.yml b/test/cases/040_packages/031_kmsg/test.yml index 69ee2cc7e..c7dd9b28d 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/cases/040_packages/032_bcc/test.yml b/test/cases/040_packages/032_bcc/test.yml index 687f7ab4c..4662b7311 100644 --- a/test/cases/040_packages/032_bcc/test.yml +++ b/test/cases/040_packages/032_bcc/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index f93ff26d8..201397150 100644 --- a/test/hack/test-ltp.yml +++ b/test/hack/test-ltp.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.19.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/hack/test.yml b/test/hack/test.yml index 2bc3e354e..099378e60 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626 diff --git a/test/pkg/ns/template.yml b/test/pkg/ns/template.yml index edb0e41ec..e7e34c13d 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.51 + image: linuxkit/kernel:4.19.56 cmdline: "console=ttyS0" init: - linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626