diff --git a/docs/platform-rpi3.md b/docs/platform-rpi3.md index ab5dcf12f..ac23b4770 100644 --- a/docs/platform-rpi3.md +++ b/docs/platform-rpi3.md @@ -46,6 +46,14 @@ partition as `ext4` (or similar), and use it for persistent storage. **TODO:** Experiment with and document this set up. +To enable and external USB stick as disk, add the following to the +onboot section in your YAML: + +``` + - name: usb-storage + image: linuxkit/modprobe: + command: ["modprobe", "usb_storage"] +``` ## Networking diff --git a/examples/aws.yml b/examples/aws.yml index 3e3b86d99..620ff834d 100644 --- a/examples/aws.yml +++ b/examples/aws.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/examples/azure.yml b/examples/azure.yml index 7a9adc0f6..27a995018 100644 --- a/examples/azure.yml +++ b/examples/azure.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/examples/cadvisor.yml b/examples/cadvisor.yml index 58b2d7ac4..b98681324 100644 --- a/examples/cadvisor.yml +++ b/examples/cadvisor.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/examples/docker-for-mac.yml b/examples/docker-for-mac.yml index 7d5892f54..b690adcf4 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/vpnkit-expose-port:4e2ea826aaefdd196c7473255654d06ad96c4c21 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host diff --git a/examples/docker.yml b/examples/docker.yml index 4bc161758..45da52f30 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/examples/gcp.yml b/examples/gcp.yml index 396407fea..28cd3ca5a 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/examples/getty.yml b/examples/getty.yml index e646153f6..8b6bc780d 100644 --- a/examples/getty.yml +++ b/examples/getty.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/examples/hostmount-writeable-overlay.yml b/examples/hostmount-writeable-overlay.yml index e506a3563..298a7df4d 100644 --- a/examples/hostmount-writeable-overlay.yml +++ b/examples/hostmount-writeable-overlay.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/examples/influxdb-os.yml b/examples/influxdb-os.yml index cbb7b390b..0c5e609c8 100644 --- a/examples/influxdb-os.yml +++ b/examples/influxdb-os.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/examples/minimal.yml b/examples/minimal.yml index 911845640..846bd4bb5 100644 --- a/examples/minimal.yml +++ b/examples/minimal.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index bd7e3670d..ae1967456 100644 --- a/examples/node_exporter.yml +++ b/examples/node_exporter.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=tty0 console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/examples/openstack.yml b/examples/openstack.yml index 645945da2..6ba5aa6b5 100644 --- a/examples/openstack.yml +++ b/examples/openstack.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/examples/packet.arm64.yml b/examples/packet.arm64.yml index 5e8d76dbf..4d1d19d40 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyAMA0" ucode: "" onboot: diff --git a/examples/packet.yml b/examples/packet.yml index f4e2cefc0..c92c2fb95 100644 --- a/examples/packet.yml +++ b/examples/packet.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: console=ttyS1 ucode: intel-ucode.cpio init: diff --git a/examples/redis-os.yml b/examples/redis-os.yml index c889b0d7d..6a996864a 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/examples/sshd.yml b/examples/sshd.yml index fab83c802..22b9ee8f2 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/examples/swap.yml b/examples/swap.yml index e57623e78..8a94a1fcf 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/examples/vmware.yml b/examples/vmware.yml index ad4979b7a..81ce5dc0c 100644 --- a/examples/vmware.yml +++ b/examples/vmware.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=tty0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/examples/vpnkit-forwarder.yml b/examples/vpnkit-forwarder.yml index 8aeef7b14..fbade8b47 100644 --- a/examples/vpnkit-forwarder.yml +++ b/examples/vpnkit-forwarder.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/examples/vsudd-containerd.yml b/examples/vsudd-containerd.yml index b10315907..6a15c64e9 100644 --- a/examples/vsudd-containerd.yml +++ b/examples/vsudd-containerd.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/examples/vultr.yml b/examples/vultr.yml index 396407fea..28cd3ca5a 100644 --- a/examples/vultr.yml +++ b/examples/vultr.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/examples/wireguard.yml b/examples/wireguard.yml index 9a46d0924..afcfa1cb8 100644 --- a/examples/wireguard.yml +++ b/examples/wireguard.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/kernel/Dockerfile b/kernel/Dockerfile index 7943e2bf9..54fec1d2b 100644 --- a/kernel/Dockerfile +++ b/kernel/Dockerfile @@ -171,7 +171,7 @@ RUN printf "KERNEL_SOURCE=${KERNEL_SOURCE}\n" > /out/kernel-source-info # perf # Skip for 4.4.x (the compile is broken and tedious to fix) and 4.9.x (the -# compile broke with 4.9.96) +# compile broke with 4.9.97) RUN if [ "${KERNEL_SERIES}" != "4.4.x" ] && [ "${KERNEL_SERIES}" != "4.9.x" ]; then \ mkdir -p /build/perf && \ make -C tools/perf LDFLAGS=-static O=/build/perf && \ diff --git a/kernel/Makefile b/kernel/Makefile index a8b097454..b1ed34e2b 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.16.5,4.16.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.37,4.14.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.37,4.14.x,,-dbg)) +$(eval $(call kernel,4.16.6,4.16.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.38,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.38,4.14.x,,-dbg)) $(eval $(call kernel,4.14.34,4.14.x,-rt,)) -$(eval $(call kernel,4.9.96,4.9.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.4.129,4.4.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.9.97,4.9.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.4.130,4.4.x,$(EXTRA),$(DEBUG))) else ifeq ($(ARCH),aarch64) -$(eval $(call kernel,4.16.5,4.16.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.37,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.16.6,4.16.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.38,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.34,4.14.x,-rt,)) else ifeq ($(ARCH),s390x) -$(eval $(call kernel,4.16.5,4.16.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.37,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.16.6,4.16.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.38,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 0735cfad3..1eed0c349 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.37 Kernel Configuration +# Linux/arm64 4.14.38 Kernel Configuration # CONFIG_ARM64=y CONFIG_64BIT=y @@ -2134,7 +2134,8 @@ CONFIG_SERIAL_CORE_CONSOLE=y # CONFIG_SERIAL_RP2 is not set # CONFIG_SERIAL_FSL_LPUART is not set # CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set -# CONFIG_SERIAL_DEV_BUS is not set +CONFIG_SERIAL_DEV_BUS=y +# CONFIG_SERIAL_DEV_CTRL_TTYPORT is not set # CONFIG_TTY_PRINTK is not set CONFIG_HVC_DRIVER=y CONFIG_HVC_IRQ=y @@ -2943,7 +2944,22 @@ CONFIG_USB_UHCI_HCD=m # # also be needed; see USB_STORAGE Help for more info # -# CONFIG_USB_STORAGE is not set +CONFIG_USB_STORAGE=m +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_REALTEK is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_USBAT is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_STORAGE_ALAUDA is not set +# CONFIG_USB_STORAGE_ONETOUCH is not set +# CONFIG_USB_STORAGE_KARMA is not set +# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set +# CONFIG_USB_STORAGE_ENE_UB6250 is not set +# CONFIG_USB_UAS is not set # # USB Imaging devices diff --git a/kernel/config-4.14.x-s390x b/kernel/config-4.14.x-s390x index e69ea2cdf..520334495 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.37 Kernel Configuration +# Linux/s390 4.14.38 Kernel Configuration # CONFIG_MMU=y CONFIG_ZONE_DMA=y @@ -466,6 +466,11 @@ CONFIG_HZ_250=y CONFIG_HZ=250 CONFIG_SCHED_HRTICK=y CONFIG_ARCH_RANDOM=y +CONFIG_KERNEL_NOBP=y +CONFIG_EXPOLINE=y +# CONFIG_EXPOLINE_OFF is not set +# CONFIG_EXPOLINE_AUTO is not set +CONFIG_EXPOLINE_FULL=y # # Memory setup @@ -1241,6 +1246,7 @@ CONFIG_ALLOW_DEV_COREDUMP=y CONFIG_SYS_HYPERVISOR=y # CONFIG_GENERIC_CPU_DEVICES is not set CONFIG_GENERIC_CPU_AUTOPROBE=y +CONFIG_GENERIC_CPU_VULNERABILITIES=y # CONFIG_DMA_SHARED_BUFFER is not set # CONFIG_DMA_CMA is not set diff --git a/kernel/config-4.14.x-x86_64 b/kernel/config-4.14.x-x86_64 index 14bdc3e85..2d5b9b903 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.37 Kernel Configuration +# Linux/x86 4.14.38 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -2885,7 +2885,22 @@ CONFIG_USB_UHCI_HCD=m # # also be needed; see USB_STORAGE Help for more info # -# CONFIG_USB_STORAGE is not set +CONFIG_USB_STORAGE=m +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_REALTEK is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_USBAT is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_STORAGE_ALAUDA is not set +# CONFIG_USB_STORAGE_ONETOUCH is not set +# CONFIG_USB_STORAGE_KARMA is not set +# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set +# CONFIG_USB_STORAGE_ENE_UB6250 is not set +# CONFIG_USB_UAS is not set # # USB Imaging devices diff --git a/kernel/config-4.16.x-aarch64 b/kernel/config-4.16.x-aarch64 index 67720b19f..bbea42482 100644 --- a/kernel/config-4.16.x-aarch64 +++ b/kernel/config-4.16.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.16.5 Kernel Configuration +# Linux/arm64 4.16.6 Kernel Configuration # CONFIG_ARM64=y CONFIG_64BIT=y @@ -2173,7 +2173,8 @@ CONFIG_SERIAL_CORE_CONSOLE=y # CONFIG_SERIAL_RP2 is not set # CONFIG_SERIAL_FSL_LPUART is not set # CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set -# CONFIG_SERIAL_DEV_BUS is not set +CONFIG_SERIAL_DEV_BUS=y +CONFIG_SERIAL_DEV_CTRL_TTYPORT=y # CONFIG_TTY_PRINTK is not set CONFIG_HVC_DRIVER=y CONFIG_HVC_IRQ=y @@ -2729,6 +2730,7 @@ CONFIG_MFD_SYSCON=y # CONFIG_MFD_WM8350_I2C is not set # CONFIG_MFD_WM8994 is not set CONFIG_MFD_VEXPRESS_SYSREG=y +# CONFIG_RAVE_SP_CORE is not set # CONFIG_REGULATOR is not set # CONFIG_RC_CORE is not set # CONFIG_MEDIA_SUPPORT is not set @@ -2988,7 +2990,22 @@ CONFIG_USB_UHCI_HCD=m # # also be needed; see USB_STORAGE Help for more info # -# CONFIG_USB_STORAGE is not set +CONFIG_USB_STORAGE=m +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_REALTEK is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_USBAT is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_STORAGE_ALAUDA is not set +# CONFIG_USB_STORAGE_ONETOUCH is not set +# CONFIG_USB_STORAGE_KARMA is not set +# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set +# CONFIG_USB_STORAGE_ENE_UB6250 is not set +# CONFIG_USB_UAS is not set # # USB Imaging devices diff --git a/kernel/config-4.16.x-s390x b/kernel/config-4.16.x-s390x index 84c191961..2a4ca8c5a 100644 --- a/kernel/config-4.16.x-s390x +++ b/kernel/config-4.16.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 4.16.5 Kernel Configuration +# Linux/s390 4.16.6 Kernel Configuration # CONFIG_MMU=y CONFIG_ZONE_DMA=y @@ -474,8 +474,11 @@ CONFIG_HZ_250=y CONFIG_HZ=250 CONFIG_SCHED_HRTICK=y CONFIG_ARCH_RANDOM=y -# CONFIG_KERNEL_NOBP is not set -# CONFIG_EXPOLINE is not set +CONFIG_KERNEL_NOBP=y +CONFIG_EXPOLINE=y +# CONFIG_EXPOLINE_OFF is not set +# CONFIG_EXPOLINE_MEDIUM is not set +CONFIG_EXPOLINE_FULL=y # # Memory setup diff --git a/kernel/config-4.16.x-x86_64 b/kernel/config-4.16.x-x86_64 index 6f2d4ca74..16e3c52a6 100644 --- a/kernel/config-4.16.x-x86_64 +++ b/kernel/config-4.16.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.16.5 Kernel Configuration +# Linux/x86 4.16.6 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -2916,7 +2916,22 @@ CONFIG_USB_UHCI_HCD=m # # also be needed; see USB_STORAGE Help for more info # -# CONFIG_USB_STORAGE is not set +CONFIG_USB_STORAGE=m +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_REALTEK is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_USBAT is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_STORAGE_ALAUDA is not set +# CONFIG_USB_STORAGE_ONETOUCH is not set +# CONFIG_USB_STORAGE_KARMA is not set +# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set +# CONFIG_USB_STORAGE_ENE_UB6250 is not set +# CONFIG_USB_UAS is not set # # USB Imaging devices diff --git a/kernel/config-4.4.x-x86_64 b/kernel/config-4.4.x-x86_64 index e5683fc77..b2c13bca5 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.129 Kernel Configuration +# Linux/x86 4.4.130 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -2619,7 +2619,22 @@ CONFIG_USB_UHCI_HCD=m # # also be needed; see USB_STORAGE Help for more info # -# CONFIG_USB_STORAGE is not set +CONFIG_USB_STORAGE=y +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_REALTEK is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_USBAT is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_STORAGE_ALAUDA is not set +# CONFIG_USB_STORAGE_ONETOUCH is not set +# CONFIG_USB_STORAGE_KARMA is not set +# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set +# CONFIG_USB_STORAGE_ENE_UB6250 is not set +# CONFIG_USB_UAS is not set # # USB Imaging devices diff --git a/kernel/config-4.9.x-x86_64 b/kernel/config-4.9.x-x86_64 index 22a51cee7..7740ee4f5 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.96 Kernel Configuration +# Linux/x86 4.9.97 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -2744,7 +2744,22 @@ CONFIG_USB_UHCI_HCD=m # # also be needed; see USB_STORAGE Help for more info # -# CONFIG_USB_STORAGE is not set +CONFIG_USB_STORAGE=m +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_REALTEK is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_USBAT is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_STORAGE_ALAUDA is not set +# CONFIG_USB_STORAGE_ONETOUCH is not set +# CONFIG_USB_STORAGE_KARMA is not set +# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set +# CONFIG_USB_STORAGE_ENE_UB6250 is not set +# CONFIG_USB_UAS is not set # # USB Imaging devices 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 e04d6e50b..13a99df2e 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 6a4580a8f841452793c9b70514cd5c851ea6d06b Mon Sep 17 00:00:00 2001 +From 7e7ebb31fee7a977f4e7c4adffa4db066cc723a3 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 7b08e7891..b259cc6a7 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 91ea7857e64e1c208291cbaffaaa9c76a74f23df Mon Sep 17 00:00:00 2001 +From ea5aaf092b2181be383d62648a811ab3a998e05f 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 e760026c5..f0d8f6158 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 20bb37a37c1e7173f15eb4f2edc77ca012f1e4d7 Mon Sep 17 00:00:00 2001 +From 305783a745b17d6da23fa2d89b08d7f90ed443f7 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 2ceae2930..5141e3457 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 9e7cc02f901a0662840f65aac43a73ca22c8e3d5 Mon Sep 17 00:00:00 2001 +From c6d267cd6dca2e2473207f89a241978815b070f9 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 e204f9733..323d235d7 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 aa534effa6c4008ecfd63c74ffc2271d1d30699c Mon Sep 17 00:00:00 2001 +From 46c2131e03e02166928a23e2190b0db4fbfed820 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 1fc73729d..c33bfd979 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 b0db35174806a66ed343594a783500c3bdc27fc3 Mon Sep 17 00:00:00 2001 +From 059abf770b1e31795f51e4a851fa294b1d2dc372 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 323f1b824..8b717f2f9 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 78991a71014bc2d43148ecc9e271df75dbaaf437 Mon Sep 17 00:00:00 2001 +From 9084ac1b5586413a9070584692c824fd79b706da 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 3bcf87850..0c132cb4f 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 30911a8a04fc6bbc9e3c4c62867dea9384a12d9f Mon Sep 17 00:00:00 2001 +From 8d8981b2cbaf114f73a85c6421f0449a29420689 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 4d18a9136..51718d298 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 dc79c51c57dcedd94a84a38e6f9b1e74cee5dfbe Mon Sep 17 00:00:00 2001 +From 65c87420f07ff18faa76f97e4df5a88b074e7baf 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 65a31a12e..4e08b533b 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 39f6bd2a0da0b9f7e579f0f2444309fb77b77455 Mon Sep 17 00:00:00 2001 +From 537d79b5ee6f1c49e563013b6a3cd2a5863d5fec 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 7b7a4695e..fa1d2822f 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 d5de8402ddbb12796865ecf453d580aa8d46277a Mon Sep 17 00:00:00 2001 +From 6b3be25eb1ea43be7525b25a202633e909b13dad 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 696414a3a..99c5f8057 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 c958a904e9104e3020cefd105236b9af13e88276 Mon Sep 17 00:00:00 2001 +From 7e75b85e62e4d431f6bf58bd6dd3840c8b0dd37a 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 3d2781e96..e6776757e 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 fad3a5f9b58c500cf31fbd7989facb6f646b6136 Mon Sep 17 00:00:00 2001 +From 8e155b9a945d88b549facd4ea94d70d167ddabb7 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 647e842bd..53b3ec3ee 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 8974b650cc85fc5380d03c791d73ccb920764766 Mon Sep 17 00:00:00 2001 +From f3ccbffd73a6e5ea4a45e484c8931c8d5f5b549e 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 941141d3f..3af0f90cc 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 3eea90cdeacbdf5e94a5d19e1986a6e8c854ddc5 Mon Sep 17 00:00:00 2001 +From c4ccb912be5408a7bcc346f84956474dd344c56c 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 a7d143279..254de4b86 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 37b7609d9c06c57ef259c56c15f7304c42dd1ce2 Mon Sep 17 00:00:00 2001 +From 1ee91ebee9b5a436aaa1cac7b86f9b7aaf968924 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 d8285ea63..6b179f9fb 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 160649c419d59993a2fb044f51dd6ada1c3b4c2e Mon Sep 17 00:00:00 2001 +From 15b4fc0a35c7307df523db45fdb39e6c7f0f3c70 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 b86b79103..cda9e6c1c 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 f402b6725a519c7a84ba21e3f9aad80a4ab3c868 Mon Sep 17 00:00:00 2001 +From 44512d9fecdc718606ffccf57cc50d5b8a2d17f8 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 915815a09..5395c1223 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 5378939cc45a722acd06e6aa6d3147de8e7f19fb Mon Sep 17 00:00:00 2001 +From 312ba12e127663fd761aa14df2aa51de698a44d8 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 f6a6425a1..1b60e15eb 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 5148ee24e2796559f948f0c097ffac9af18caa66 Mon Sep 17 00:00:00 2001 +From 77e3426757e39a6dfe9d84c2ded2ac0e37b5a8e0 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 cdf7e7b3f..ad7630227 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 f9bd40847b504b13872139ab98b5aad69837f471 Mon Sep 17 00:00:00 2001 +From 6af71e13698e2c02776c54fe94f9d209a7408245 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 4e9d002c2..f80c19503 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 198a1b2e05f7a1bde5669d2e7e90efc75ff8480a Mon Sep 17 00:00:00 2001 +From c2e1fb6b2872979fa8567b5bb253c9eee7eb9d96 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Thu, 2 Mar 2017 12:55:49 -0300 Subject: [PATCH 01/12] tools build: Add test for sched_getcpu() diff --git a/kernel/patches-4.9.x/0002-perf-jit-Avoid-returning-garbage-for-a-ret-variable.patch b/kernel/patches-4.9.x/0002-perf-jit-Avoid-returning-garbage-for-a-ret-variable.patch index 32a59fc02..bc723423d 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 57b7b58e7459689703796e778d3c3bc5dd96359c Mon Sep 17 00:00:00 2001 +From 114b8cd232cd991e1709d689f8c916697925446b Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Thu, 13 Oct 2016 17:12:35 -0300 Subject: [PATCH 02/12] perf jit: Avoid returning garbage for a ret variable diff --git a/kernel/patches-4.9.x/0003-hv_sock-introduce-Hyper-V-Sockets.patch b/kernel/patches-4.9.x/0003-hv_sock-introduce-Hyper-V-Sockets.patch index cbfeea2c2..18ba030d1 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 864c1832d9d7c60e9b74c47b0bc04ae541cc70bd Mon Sep 17 00:00:00 2001 +From 536e31d7bb2d15f08518e606b2d99e328ed5e46f Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Sat, 23 Jul 2016 01:35:51 +0000 Subject: [PATCH 03/12] hv_sock: introduce Hyper-V Sockets diff --git a/kernel/patches-4.9.x/0004-vmbus-Don-t-spam-the-logs-with-unknown-GUIDs.patch b/kernel/patches-4.9.x/0004-vmbus-Don-t-spam-the-logs-with-unknown-GUIDs.patch index d3a63afe6..238c682c3 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 88643675e93f38c7e0b63f2dba5aa4d596bd5f47 Mon Sep 17 00:00:00 2001 +From 05b7bbe8903b72b763297b27eae02f504d570216 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Mon, 23 May 2016 18:55:45 +0100 Subject: [PATCH 04/12] vmbus: Don't spam the logs with unknown GUIDs diff --git a/kernel/patches-4.9.x/0005-Drivers-hv-utils-Fix-the-mapping-between-host-versio.patch b/kernel/patches-4.9.x/0005-Drivers-hv-utils-Fix-the-mapping-between-host-versio.patch index 12a5db773..920188332 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 2b5ed16f462f73026ff1cabb6eec1eb49e9e060f Mon Sep 17 00:00:00 2001 +From d184265eaccae53196d9f773541946b4ecd10fa4 Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sun, 6 Nov 2016 13:14:07 -0800 Subject: [PATCH 05/12] Drivers: hv: utils: Fix the mapping between host diff --git a/kernel/patches-4.9.x/0006-Drivers-hv-vss-Improve-log-messages.patch b/kernel/patches-4.9.x/0006-Drivers-hv-vss-Improve-log-messages.patch index 9633e8376..ce433c299 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 c7b9796acfdb5937e2eb07826b900853dec4f8cc Mon Sep 17 00:00:00 2001 +From 8448bbff18f47086815f9389d0ae0ec66b26f726 Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sun, 6 Nov 2016 13:14:10 -0800 Subject: [PATCH 06/12] Drivers: hv: vss: Improve log messages. diff --git a/kernel/patches-4.9.x/0007-Drivers-hv-vss-Operation-timeouts-should-match-host-.patch b/kernel/patches-4.9.x/0007-Drivers-hv-vss-Operation-timeouts-should-match-host-.patch index 500344776..ec30a78fb 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 af1cb37e69622eb376ecaf87b73a0f386b6b70fa Mon Sep 17 00:00:00 2001 +From d70675d72da53094009df56857a821a52480d28e Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sun, 6 Nov 2016 13:14:11 -0800 Subject: [PATCH 07/12] Drivers: hv: vss: Operation timeouts should match host diff --git a/kernel/patches-4.9.x/0008-Drivers-hv-vmbus-Use-all-supported-IC-versions-to-ne.patch b/kernel/patches-4.9.x/0008-Drivers-hv-vmbus-Use-all-supported-IC-versions-to-ne.patch index 656871caf..4c338fb56 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 60ffdc6b833dcbc18cdc59751ade1e5425b2e44d Mon Sep 17 00:00:00 2001 +From d537ca325a06837eb3810652d1ab76918f525cfd Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sat, 28 Jan 2017 12:37:17 -0700 Subject: [PATCH 08/12] Drivers: hv: vmbus: Use all supported IC versions to diff --git a/kernel/patches-4.9.x/0009-Drivers-hv-Log-the-negotiated-IC-versions.patch b/kernel/patches-4.9.x/0009-Drivers-hv-Log-the-negotiated-IC-versions.patch index 192c0d9fd..ae7981218 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 9b5a2abbc687d39ca5df8a8d84a7be09f14248c1 Mon Sep 17 00:00:00 2001 +From 23909a4422818d8c3139a6b013d958daa1714afe Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sat, 28 Jan 2017 12:37:18 -0700 Subject: [PATCH 09/12] Drivers: hv: Log the negotiated IC versions. diff --git a/kernel/patches-4.9.x/0010-vmbus-fix-missed-ring-events-on-boot.patch b/kernel/patches-4.9.x/0010-vmbus-fix-missed-ring-events-on-boot.patch index ba3d6b8ea..a8a202a12 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 95920d991f673af49120a2c8b1fd25683a4a6986 Mon Sep 17 00:00:00 2001 +From 3dd76ee135af5338db73711974366f0717a12490 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Sun, 26 Mar 2017 16:42:20 +0800 Subject: [PATCH 10/12] vmbus: fix missed ring events on boot diff --git a/kernel/patches-4.9.x/0011-vmbus-remove-goto-error_clean_msglist-in-vmbus_open.patch b/kernel/patches-4.9.x/0011-vmbus-remove-goto-error_clean_msglist-in-vmbus_open.patch index c396761ed..294d086cd 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 33704444e2a377614b8a419757ff494100121c75 Mon Sep 17 00:00:00 2001 +From 17eb6999cd8104cd1b98714615749e857a9407b9 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Wed, 29 Mar 2017 18:37:10 +0800 Subject: [PATCH 11/12] vmbus: remove "goto error_clean_msglist" in diff --git a/kernel/patches-4.9.x/0012-vmbus-dynamically-enqueue-dequeue-the-channel-on-vmb.patch b/kernel/patches-4.9.x/0012-vmbus-dynamically-enqueue-dequeue-the-channel-on-vmb.patch index e93308f64..96992f08b 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 ae18ff6401ce598d6c024c8c0d8cad980249b07e Mon Sep 17 00:00:00 2001 +From 4295f1e0e3b69ac1e8fbb03cdf974895bbde022a Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Fri, 24 Mar 2017 20:53:18 +0800 Subject: [PATCH 12/12] vmbus: dynamically enqueue/dequeue the channel on diff --git a/linuxkit.yml b/linuxkit.yml index 14e468121..1e57423a7 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index 373c0be17..6243b68f5 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index 3f0130584..926710f79 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/projects/logging/examples/logging.yml b/projects/logging/examples/logging.yml index 423b7f696..9dd7a4956 100644 --- a/projects/logging/examples/logging.yml +++ b/projects/logging/examples/logging.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=tty0 page_poison=1" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/projects/miragesdk/examples/mirage-dhcp.yml b/projects/miragesdk/examples/mirage-dhcp.yml index a184b8dd2..de3443a02 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/test/cases/000_build/000_formats/test.yml b/test/cases/000_build/000_formats/test.yml index bb050786c..c80abb126 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 d516dcbe3..05e3a6aa3 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 d516dcbe3..05e3a6aa3 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 8be2aa674..2176e0236 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 9f643d6d0..6500dca3d 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 9f643d6d0..6500dca3d 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 9f643d6d0..6500dca3d 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 9f643d6d0..6500dca3d 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 ccf33b4c7..3e4d774d3 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 9f643d6d0..6500dca3d 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 9f643d6d0..6500dca3d 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 cfb2c3e95..f55b1ab0c 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 a9bf303a9..6c644d937 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.129 + image: linuxkit/kernel:4.4.130 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 871244975..f749bc6f0 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.96 + image: linuxkit/kernel:4.9.97 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 23fe25a5d..1ee145ae9 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/test/cases/020_kernel/008_config_4.16.x/test.yml b/test/cases/020_kernel/008_config_4.16.x/test.yml index f1d260178..90231acc8 100644 --- a/test/cases/020_kernel/008_config_4.16.x/test.yml +++ b/test/cases/020_kernel/008_config_4.16.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.16.5 + image: linuxkit/kernel:4.16.6 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 49fe5b1d8..e3656e34a 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.129 AS ksrc +FROM linuxkit/kernel:4.4.130 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build diff --git a/test/cases/020_kernel/010_kmod_4.4.x/test.sh b/test/cases/020_kernel/010_kmod_4.4.x/test.sh index 721b57e9e..7c8622cec 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.129 +docker pull linuxkit/kernel:4.4.130 # 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 a31b97f67..7fff33eaf 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.129 + image: linuxkit/kernel:4.4.130 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 e104c3baa..4641a82fb 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.96 AS ksrc +FROM linuxkit/kernel:4.9.97 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build diff --git a/test/cases/020_kernel/011_kmod_4.9.x/test.sh b/test/cases/020_kernel/011_kmod_4.9.x/test.sh index c917159af..67a6730fc 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.96 +docker pull linuxkit/kernel:4.9.97 # 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 cf0e146c2..71eed7e0b 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.96 + image: linuxkit/kernel:4.9.97 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 72d59c8a3..d6c44fb86 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.37 AS ksrc +FROM linuxkit/kernel:4.14.38 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build diff --git a/test/cases/020_kernel/016_kmod_4.14.x/test.sh b/test/cases/020_kernel/016_kmod_4.14.x/test.sh index c7509d291..d5a7e3a32 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.37 +docker pull linuxkit/kernel:4.14.38 # 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 18187bb29..e9a216539 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/test/cases/020_kernel/018_kmod_4.16.x/Dockerfile b/test/cases/020_kernel/018_kmod_4.16.x/Dockerfile index 5183b98c7..c2c9705c5 100644 --- a/test/cases/020_kernel/018_kmod_4.16.x/Dockerfile +++ b/test/cases/020_kernel/018_kmod_4.16.x/Dockerfile @@ -3,7 +3,7 @@ # In the last stage, it creates a package, which can be used for # testing. -FROM linuxkit/kernel:4.16.5 AS ksrc +FROM linuxkit/kernel:4.16.6 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build diff --git a/test/cases/020_kernel/018_kmod_4.16.x/test.sh b/test/cases/020_kernel/018_kmod_4.16.x/test.sh index 606e28712..2302c7676 100644 --- a/test/cases/020_kernel/018_kmod_4.16.x/test.sh +++ b/test/cases/020_kernel/018_kmod_4.16.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.16.5 +docker pull linuxkit/kernel:4.16.6 # Build a package docker build -t ${IMAGE_NAME} . diff --git a/test/cases/020_kernel/018_kmod_4.16.x/test.yml b/test/cases/020_kernel/018_kmod_4.16.x/test.yml index 752f0fae6..38f7d3e51 100644 --- a/test/cases/020_kernel/018_kmod_4.16.x/test.yml +++ b/test/cases/020_kernel/018_kmod_4.16.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.16.5 + image: linuxkit/kernel:4.16.6 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/test/cases/020_kernel/110_namespace/common.yml b/test/cases/020_kernel/110_namespace/common.yml index f8935c359..ffe9fa9fa 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index d68bc2cee..6040a9094 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/test/cases/030_security/010_ports/test.yml b/test/cases/030_security/010_ports/test.yml index 947e3f3d2..1d214c4a6 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/test/cases/040_packages/002_binfmt/test.yml b/test/cases/040_packages/002_binfmt/test.yml index d307265c9..a2843b2a3 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/test/cases/040_packages/003_ca-certificates/test.yml b/test/cases/040_packages/003_ca-certificates/test.yml index e9fd37976..514c6a180 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/test/cases/040_packages/003_containerd/test.yml b/test/cases/040_packages/003_containerd/test.yml index 00261fc73..2b6d0db23 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index 05c17921d..81c8fa4c3 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 5f40aa4d1..a1e60eef4 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 4f6926e29..d1198539f 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 4eaf892b4..94b4c2060 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 a76d1118e..ee5a87070 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 c22ea064e..18417c69b 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 6a544bdfb..ebbd89cb8 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 d870a4cd1..e7f4207bb 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 aca139350..a5d2a4a42 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 09f7b140a..e82be93c9 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 6e9ee5ac9..54907aa20 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 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 19a8fe148..3e07c7418 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/test/cases/040_packages/013_mkimage/mkimage.yml b/test/cases/040_packages/013_mkimage/mkimage.yml index 40a9ea63b..8cf7d4fb0 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/test/cases/040_packages/013_mkimage/run.yml b/test/cases/040_packages/013_mkimage/run.yml index 11ac0e23b..e6d9c282f 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index a23ccf893..07233c873 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/test/cases/040_packages/023_wireguard/test.yml b/test/cases/040_packages/023_wireguard/test.yml index 8b8a201e2..f50513fbe 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index 761aee514..5135c952f 100644 --- a/test/hack/test-ltp.yml +++ b/test/hack/test-ltp.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 diff --git a/test/hack/test.yml b/test/hack/test.yml index b2747ad55..331843aab 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.37 + image: linuxkit/kernel:4.14.38 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586