Merge pull request #3413 from rn/kern-up

Update kernel to 5.2.9/4.19.71/4.14.142/4.9.192 and WireGuard to 0.0.20190913
This commit is contained in:
Justin Cormack 2019-09-19 10:48:31 +02:00 committed by GitHub
commit 27f21a6917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
143 changed files with 982 additions and 352 deletions

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,6 +1,6 @@
# This is an example for building the open source components of Docker for Mac
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/vpnkit-expose-port:v0.7 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,6 +1,6 @@
# Simple example of using an external logging service
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=tty0 console=ttyS0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -5,7 +5,7 @@
# for arm64 then the 'ucode' line in the kernel section can be left
# out.
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyAMA0"
ucode: ""
onboot:

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: console=ttyS1
ucode: intel-ucode.cpio
init:

View File

@ -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.56
image: linuxkit/kernel:4.19.71
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=tty0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec AS kernel-build
FROM linuxkit/alpine:3fdc49366257e53276c6f363956a4353f95d9a81 AS kernel-build
RUN apk add \
argp-standalone \
automake \
@ -37,8 +37,8 @@ ARG KERNEL_SERIES
ARG EXTRA
ARG DEBUG
ENV WIREGUARD_VERSION=0.0.20190601
ENV WIREGUARD_SHA256="7528461824a0174bd7d4f15e68d8f0ce9a8ea318411502b80759438e8ef65568"
ENV WIREGUARD_VERSION=0.0.20190913
ENV WIREGUARD_SHA256="997327185d2d1b597dc118f737c0c165e2a2c21453387ea02659f1159d148518"
ENV WIREGUARD_URL=https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${WIREGUARD_VERSION}.tar.xz
# We copy the entire directory. This copies some unneeded files, but
@ -90,6 +90,7 @@ RUN mkdir -p /out/src
RUN tar cJf /out/src/linux.tar.xz /linux
# Kernel config
# The s390x defconfig moved with 5.2.x
RUN case $(uname -m) in \
x86_64) \
KERNEL_DEF_CONF=/linux/arch/x86/configs/x86_64_defconfig; \
@ -98,7 +99,11 @@ RUN case $(uname -m) in \
KERNEL_DEF_CONF=/linux/arch/arm64/configs/defconfig; \
;; \
s390x) \
KERNEL_DEF_CONF=/linux/arch/s390/defconfig; \
if [ -f /linux/arch/s390/defconfig ]; then \
KERNEL_DEF_CONF=/linux/arch/s390/defconfig; \
else \
KERNEL_DEF_CONF=/linux/arch/s390/configs/defconfig; \
fi; \
;; \
esac && \
cp /config-${KERNEL_SERIES}-$(uname -m) ${KERNEL_DEF_CONF}; \

View File

@ -1,7 +1,7 @@
ARG IMAGE
FROM ${IMAGE} as ksrc
FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec AS build
FROM linuxkit/alpine:3fdc49366257e53276c6f363956a4353f95d9a81 AS build
RUN apk update && apk upgrade -a && \
apk add --no-cache \
argp-standalone \
@ -103,7 +103,7 @@ RUN mkdir -p /out/usr/bin && \
RUN mkdir -p /out/usr/local/share/ && \
cp -a /usr/local/share/lua /out/usr/local/share/
FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec as mirror
FROM linuxkit/alpine:3fdc49366257e53276c6f363956a4353f95d9a81 as mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk update && apk upgrade -a && \
apk add --no-cache --initdb -p /out \

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec AS kernel-build
FROM linuxkit/alpine:3fdc49366257e53276c6f363956a4353f95d9a81 AS kernel-build
RUN apk add \
argp-standalone \
bison \
@ -43,7 +43,13 @@ RUN set -e && \
fi && \
[ ! -f /config-${SERIES}-x86_64 ] || mv /config-${SERIES}-x86_64 arch/x86/configs/x86_64_defconfig && \
[ ! -f /config-${SERIES}-aarch64 ] || mv /config-${SERIES}-aarch64 arch/arm64/configs/defconfig ; \
[ ! -f /config-${SERIES}-s390x ] || mv /config-${SERIES}-s390x arch/s390/defconfig; \
if [ -f /config-${SERIES}-s390x ]; then \
if [ -f /linux/arch/s390/defconfig ]; then \
mv /config-${SERIES}-s390x arch/s390/defconfig; \
else \
mv /config-${SERIES}-s390x arch/s390/configs/defconfig; \
fi; \
fi; \
done
ENTRYPOINT ["/bin/sh"]

View File

@ -3,7 +3,7 @@
ARG IMAGE
FROM ${IMAGE} AS ksrc
FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec AS build
FROM linuxkit/alpine:3fdc49366257e53276c6f363956a4353f95d9a81 AS build
RUN apk add \
argp-standalone \
bash \

View File

@ -1,6 +1,6 @@
ARG IMAGE
FROM ${IMAGE} AS ksrc
FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec AS build
FROM linuxkit/alpine:3fdc49366257e53276c6f363956a4353f95d9a81 AS build
RUN apk add \
attr-dev \
autoconf \

View File

@ -251,21 +251,22 @@ endef
# Debug targets only for latest stable and LTS stable
#
ifeq ($(ARCH),x86_64)
$(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,5.2.9,5.2.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.71,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.71,4.19.x,,-dbg))
$(eval $(call kernel,4.19.59,4.19.x,-rt,))
$(eval $(call kernel,4.14.131,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.184,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.142,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.192,4.9.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(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,5.2.9,5.2.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.71,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.59,4.19.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,5.1.15,5.1.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.56,4.19.x,$(EXTRA),$(DEBUG)))
# Disable 5.2.x due to https://github.com/linuxkit/linuxkit/issues/3412
# $(eval $(call kernel,5.2.9,5.2.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.71,4.19.x,$(EXTRA),$(DEBUG)))
endif
# Target for kernel config

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.131 Kernel Configuration
# Linux/x86 4.14.142 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
@ -3347,7 +3347,7 @@ CONFIG_FIRMWARE_MEMMAP=y
CONFIG_DMIID=y
CONFIG_DMI_SYSFS=y
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
# CONFIG_ISCSI_IBFT_FIND is not set
# CONFIG_ISCSI_IBFT is not set
# CONFIG_FW_CFG_SYSFS is not set
# CONFIG_GOOGLE_FIRMWARE is not set

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.19.56 Kernel Configuration
# Linux/arm64 4.19.71 Kernel Configuration
#
#
@ -519,6 +519,7 @@ CONFIG_ARM_PSCI_FW=y
CONFIG_FIRMWARE_MEMMAP=y
CONFIG_DMIID=y
CONFIG_DMI_SYSFS=y
# CONFIG_ISCSI_IBFT is not set
CONFIG_RASPBERRYPI_FIRMWARE=y
# CONFIG_FW_CFG_SYSFS is not set
CONFIG_HAVE_ARM_SMCCC=y
@ -1395,10 +1396,10 @@ CONFIG_OPENVSWITCH=m
CONFIG_OPENVSWITCH_GRE=m
CONFIG_OPENVSWITCH_VXLAN=m
CONFIG_OPENVSWITCH_GENEVE=m
CONFIG_VSOCKETS=y
CONFIG_VSOCKETS_DIAG=y
CONFIG_VIRTIO_VSOCKETS=y
CONFIG_VIRTIO_VSOCKETS_COMMON=y
CONFIG_VSOCKETS=m
CONFIG_VSOCKETS_DIAG=m
CONFIG_VIRTIO_VSOCKETS=m
CONFIG_VIRTIO_VSOCKETS_COMMON=m
CONFIG_NETLINK_DIAG=y
CONFIG_MPLS=y
CONFIG_NET_MPLS_GSO=m
@ -2072,7 +2073,7 @@ CONFIG_SWPHY=y
#
# CONFIG_AMD_PHY is not set
# CONFIG_AQUANTIA_PHY is not set
# CONFIG_ASIX_PHY is not set
# CONFIG_AX88796B_PHY is not set
# CONFIG_AT803X_PHY is not set
# CONFIG_BCM7XXX_PHY is not set
# CONFIG_BCM87XX_PHY is not set

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.19.56 Kernel Configuration
# Linux/s390 4.19.71 Kernel Configuration
#
#
@ -1225,10 +1225,10 @@ CONFIG_OPENVSWITCH=m
CONFIG_OPENVSWITCH_GRE=m
CONFIG_OPENVSWITCH_VXLAN=m
CONFIG_OPENVSWITCH_GENEVE=m
CONFIG_VSOCKETS=y
CONFIG_VSOCKETS_DIAG=y
CONFIG_VIRTIO_VSOCKETS=y
CONFIG_VIRTIO_VSOCKETS_COMMON=y
CONFIG_VSOCKETS=m
CONFIG_VSOCKETS_DIAG=m
CONFIG_VIRTIO_VSOCKETS=m
CONFIG_VIRTIO_VSOCKETS_COMMON=m
CONFIG_NETLINK_DIAG=y
CONFIG_MPLS=y
CONFIG_NET_MPLS_GSO=m
@ -1776,7 +1776,7 @@ CONFIG_PHYLIB=m
#
# CONFIG_AMD_PHY is not set
# CONFIG_AQUANTIA_PHY is not set
# CONFIG_ASIX_PHY is not set
# CONFIG_AX88796B_PHY is not set
# CONFIG_AT803X_PHY is not set
# CONFIG_BCM7XXX_PHY is not set
# CONFIG_BCM87XX_PHY is not set

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.19.56 Kernel Configuration
# Linux/x86 4.19.71 Kernel Configuration
#
#
@ -616,7 +616,7 @@ CONFIG_FIRMWARE_MEMMAP=y
CONFIG_DMIID=y
CONFIG_DMI_SYSFS=y
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
# CONFIG_ISCSI_IBFT_FIND is not set
# CONFIG_ISCSI_IBFT is not set
# CONFIG_FW_CFG_SYSFS is not set
# CONFIG_GOOGLE_FIRMWARE is not set
@ -1500,11 +1500,11 @@ CONFIG_OPENVSWITCH=m
CONFIG_OPENVSWITCH_GRE=m
CONFIG_OPENVSWITCH_VXLAN=m
CONFIG_OPENVSWITCH_GENEVE=m
CONFIG_VSOCKETS=y
CONFIG_VSOCKETS_DIAG=y
CONFIG_VIRTIO_VSOCKETS=y
CONFIG_VIRTIO_VSOCKETS_COMMON=y
CONFIG_HYPERV_VSOCKETS=y
CONFIG_VSOCKETS=m
CONFIG_VSOCKETS_DIAG=m
CONFIG_VIRTIO_VSOCKETS=m
CONFIG_VIRTIO_VSOCKETS_COMMON=m
CONFIG_HYPERV_VSOCKETS=m
CONFIG_NETLINK_DIAG=y
CONFIG_MPLS=y
CONFIG_NET_MPLS_GSO=m
@ -2139,7 +2139,7 @@ CONFIG_PHYLIB=y
#
# CONFIG_AMD_PHY is not set
# CONFIG_AQUANTIA_PHY is not set
# CONFIG_ASIX_PHY is not set
# CONFIG_AX88796B_PHY is not set
# CONFIG_AT803X_PHY is not set
# CONFIG_BCM7XXX_PHY is not set
# CONFIG_BCM87XX_PHY is not set

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.9.184 Kernel Configuration
# Linux/x86 4.9.192 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
@ -3148,7 +3148,7 @@ CONFIG_FIRMWARE_MEMMAP=y
CONFIG_DMIID=y
CONFIG_DMI_SYSFS=y
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
# CONFIG_ISCSI_IBFT_FIND is not set
# CONFIG_ISCSI_IBFT is not set
# CONFIG_FW_CFG_SYSFS is not set
# CONFIG_GOOGLE_FIRMWARE is not set

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 5.1.15 Kernel Configuration
# Linux/s390 5.2.9 Kernel Configuration
#
#
@ -57,6 +57,8 @@ CONFIG_IRQ_DOMAIN=y
CONFIG_GENERIC_MSI_IRQ=y
CONFIG_SPARSE_IRQ=y
# CONFIG_GENERIC_IRQ_DEBUGFS is not set
# end of IRQ subsystem
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
@ -69,6 +71,8 @@ CONFIG_NO_HZ_COMMON=y
CONFIG_NO_HZ_IDLE=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
# end of Timers subsystem
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
@ -85,6 +89,8 @@ CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
# CONFIG_PSI is not set
# end of CPU/Task time and stats accounting
CONFIG_CPU_ISOLATION=y
#
@ -96,9 +102,11 @@ CONFIG_SRCU=y
CONFIG_TREE_SRCU=y
CONFIG_RCU_STALL_COMMON=y
CONFIG_RCU_NEED_SEGCBLIST=y
CONFIG_BUILD_BIN2C=y
# end of RCU Subsystem
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
# CONFIG_IKHEADERS is not set
CONFIG_LOG_BUF_SHIFT=17
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13
@ -149,7 +157,6 @@ CONFIG_RD_GZIP=y
# CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE is not set
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_HAVE_UID16=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_BPF=y
@ -195,6 +202,8 @@ CONFIG_HAVE_PERF_EVENTS=y
#
CONFIG_PERF_EVENTS=y
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
# end of Kernel Performance Events And Counters
CONFIG_VM_EVENT_COUNTERS=y
# CONFIG_COMPAT_BRK is not set
CONFIG_SLAB=y
@ -202,14 +211,16 @@ CONFIG_SLAB=y
# CONFIG_SLOB is not set
CONFIG_SLAB_MERGE_DEFAULT=y
CONFIG_SLAB_FREELIST_RANDOM=y
# CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set
CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y
# end of General setup
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_CPU_BIG_ENDIAN=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
@ -252,6 +263,7 @@ CONFIG_TUNE_DEFAULT=y
# CONFIG_TUNE_Z14 is not set
CONFIG_64BIT=y
CONFIG_COMPAT=y
CONFIG_COMPAT_VDSO=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_SMP=y
CONFIG_NR_CPUS=64
@ -275,6 +287,9 @@ CONFIG_EXPOLINE=y
# CONFIG_EXPOLINE_OFF is not set
# CONFIG_EXPOLINE_AUTO is not set
CONFIG_EXPOLINE_FULL=y
CONFIG_RELOCATABLE=y
CONFIG_RANDOMIZE_BASE=y
# end of Processor type and features
#
# Memory setup
@ -289,6 +304,7 @@ CONFIG_FORCE_MAX_ZONEORDER=9
CONFIG_MAX_PHYSMEM_BITS=46
CONFIG_PACK_STACK=y
# CONFIG_WARN_DYNAMIC_STACK is not set
# end of Memory setup
#
# I/O subsystem
@ -299,11 +315,14 @@ CONFIG_HAS_IOMEM=y
CONFIG_CHSC_SCH=m
CONFIG_SCM_BUS=y
CONFIG_EADM_SCH=m
# end of I/O subsystem
#
# Dump support
#
# CONFIG_CRASH_DUMP is not set
# end of Dump support
CONFIG_SECCOMP=y
#
@ -314,12 +333,15 @@ CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
# end of Power Management
CONFIG_CCW=y
CONFIG_HAVE_PNETID=y
#
# Virtualization
#
# CONFIG_PROTECTED_VIRTUALIZATION_GUEST is not set
CONFIG_PFAULT=y
# CONFIG_CMM is not set
# CONFIG_APPLDATA_BASE is not set
@ -335,6 +357,7 @@ CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y
CONFIG_KVM_VFIO=y
CONFIG_HAVE_KVM_INVALID_WAKEUPS=y
CONFIG_HAVE_KVM_VCPU_ASYNC_IOCTL=y
CONFIG_HAVE_KVM_NO_POLL=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=y
# CONFIG_KVM_S390_UCONTROL is not set
@ -343,6 +366,7 @@ CONFIG_VHOST_VSOCK=m
CONFIG_VHOST=m
# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set
CONFIG_S390_GUEST=y
# end of Virtualization
#
# General architecture-dependent options
@ -373,6 +397,8 @@ CONFIG_HAVE_PERF_REGS=y
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y
CONFIG_HAVE_RCU_TABLE_FREE=y
CONFIG_HAVE_MMU_GATHER_NO_GATHER=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_HAVE_CMPXCHG_LOCAL=y
CONFIG_HAVE_CMPXCHG_DOUBLE=y
@ -404,24 +430,29 @@ CONFIG_STRICT_KERNEL_RWX=y
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
CONFIG_STRICT_MODULE_RWX=y
CONFIG_REFCOUNT_FULL=y
# CONFIG_LOCK_EVENT_COUNTS is not set
#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
# end of GCOV-based kernel profiling
CONFIG_PLUGIN_HOSTCC="g++"
CONFIG_HAVE_GCC_PLUGINS=y
CONFIG_GCC_PLUGINS=y
#
# GCC plugins
#
# CONFIG_GCC_PLUGIN_CYC_COMPLEXITY is not set
# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set
CONFIG_GCC_PLUGIN_STRUCTLEAK=y
# CONFIG_GCC_PLUGIN_STRUCTLEAK_USER is not set
# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF is not set
CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y
# CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set
CONFIG_GCC_PLUGIN_RANDSTRUCT=y
CONFIG_GCC_PLUGIN_RANDSTRUCT_PERFORMANCE=y
# end of GCC plugins
# end of General architecture-dependent options
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
@ -429,6 +460,7 @@ CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_MODVERSIONS=y
CONFIG_MODULE_REL_CRCS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
# CONFIG_MODULE_SIG is not set
# CONFIG_MODULE_COMPRESS is not set
@ -472,6 +504,8 @@ CONFIG_MSDOS_PARTITION=y
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
# CONFIG_CMDLINE_PARTITION is not set
# end of Partition Types
CONFIG_BLOCK_COMPAT=y
CONFIG_BLK_MQ_PCI=y
CONFIG_BLK_MQ_VIRTIO=y
@ -484,6 +518,8 @@ CONFIG_MQ_IOSCHED_DEADLINE=y
CONFIG_MQ_IOSCHED_KYBER=y
CONFIG_IOSCHED_BFQ=y
CONFIG_BFQ_GROUP_IOSCHED=y
# end of IO Schedulers
CONFIG_PREEMPT_NOTIFIERS=y
CONFIG_ASN1=y
CONFIG_ARCH_INLINE_SPIN_TRYLOCK=y
@ -559,6 +595,7 @@ CONFIG_ELFCORE=y
CONFIG_BINFMT_SCRIPT=y
CONFIG_BINFMT_MISC=y
CONFIG_COREDUMP=y
# end of Executable file formats
#
# Memory Management options
@ -573,6 +610,7 @@ CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
CONFIG_HAVE_MEMBLOCK_PHYS_MAP=y
CONFIG_HAVE_GENERIC_GUP=y
CONFIG_ARCH_KEEP_MEMBLOCK=y
CONFIG_MEMORY_ISOLATION=y
# CONFIG_MEMORY_HOTPLUG is not set
CONFIG_SPLIT_PTLOCK_CPUS=4
@ -580,9 +618,9 @@ CONFIG_MEMORY_BALLOON=y
CONFIG_BALLOON_COMPACTION=y
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
CONFIG_CONTIG_ALLOC=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_TRANSPARENT_HUGEPAGE=y
@ -604,6 +642,8 @@ CONFIG_CMA_AREAS=7
# CONFIG_PERCPU_STATS is not set
# CONFIG_GUP_BENCHMARK is not set
CONFIG_ARCH_HAS_PTE_SPECIAL=y
# end of Memory Management options
CONFIG_NET=y
CONFIG_NET_INGRESS=y
CONFIG_NET_EGRESS=y
@ -665,9 +705,6 @@ CONFIG_INET_ESP=m
CONFIG_INET_IPCOMP=m
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=y
CONFIG_INET_XFRM_MODE_TRANSPORT=m
CONFIG_INET_XFRM_MODE_TUNNEL=m
CONFIG_INET_XFRM_MODE_BEET=m
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
CONFIG_INET_UDP_DIAG=y
@ -689,10 +726,6 @@ CONFIG_IPV6_MIP6=m
CONFIG_IPV6_ILA=m
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=y
CONFIG_INET6_XFRM_MODE_TRANSPORT=m
CONFIG_INET6_XFRM_MODE_TUNNEL=m
CONFIG_INET6_XFRM_MODE_BEET=m
CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m
CONFIG_IPV6_VTI=m
CONFIG_IPV6_SIT=m
CONFIG_IPV6_SIT_6RD=y
@ -757,7 +790,6 @@ CONFIG_NF_CT_NETLINK_TIMEOUT=y
CONFIG_NF_CT_NETLINK_HELPER=y
CONFIG_NETFILTER_NETLINK_GLUE_CT=y
CONFIG_NF_NAT=y
CONFIG_NF_NAT_NEEDED=y
CONFIG_NF_NAT_AMANDA=y
CONFIG_NF_NAT_FTP=y
CONFIG_NF_NAT_IRC=y
@ -825,6 +857,7 @@ CONFIG_NETFILTER_XT_TARGET_NFQUEUE=y
CONFIG_NETFILTER_XT_TARGET_NOTRACK=y
CONFIG_NETFILTER_XT_TARGET_RATEEST=y
CONFIG_NETFILTER_XT_TARGET_REDIRECT=y
CONFIG_NETFILTER_XT_TARGET_MASQUERADE=y
CONFIG_NETFILTER_XT_TARGET_TEE=y
CONFIG_NETFILTER_XT_TARGET_TPROXY=y
CONFIG_NETFILTER_XT_TARGET_TRACE=y
@ -881,6 +914,8 @@ CONFIG_NETFILTER_XT_MATCH_STRING=y
CONFIG_NETFILTER_XT_MATCH_TCPMSS=y
CONFIG_NETFILTER_XT_MATCH_TIME=y
CONFIG_NETFILTER_XT_MATCH_U32=y
# end of Core Netfilter Configuration
CONFIG_IP_SET=y
CONFIG_IP_SET_MAX=256
CONFIG_IP_SET_BITMAP_IP=y
@ -955,7 +990,6 @@ CONFIG_NF_DEFRAG_IPV4=y
CONFIG_NF_SOCKET_IPV4=y
CONFIG_NF_TPROXY_IPV4=y
CONFIG_NF_TABLES_IPV4=y
CONFIG_NFT_CHAIN_ROUTE_IPV4=y
CONFIG_NFT_REJECT_IPV4=y
CONFIG_NFT_DUP_IPV4=y
# CONFIG_NFT_FIB_IPV4 is not set
@ -988,6 +1022,7 @@ CONFIG_IP_NF_SECURITY=y
CONFIG_IP_NF_ARPTABLES=y
CONFIG_IP_NF_ARPFILTER=y
CONFIG_IP_NF_ARP_MANGLE=y
# end of IP: Netfilter Configuration
#
# IPv6: Netfilter Configuration
@ -995,7 +1030,6 @@ CONFIG_IP_NF_ARP_MANGLE=y
CONFIG_NF_SOCKET_IPV6=y
CONFIG_NF_TPROXY_IPV6=y
CONFIG_NF_TABLES_IPV6=y
CONFIG_NFT_CHAIN_ROUTE_IPV6=y
CONFIG_NFT_REJECT_IPV6=y
CONFIG_NFT_DUP_IPV6=y
# CONFIG_NFT_FIB_IPV6 is not set
@ -1023,6 +1057,8 @@ CONFIG_IP6_NF_SECURITY=y
CONFIG_IP6_NF_NAT=y
CONFIG_IP6_NF_TARGET_MASQUERADE=y
CONFIG_IP6_NF_TARGET_NPT=y
# end of IPv6: Netfilter Configuration
CONFIG_NF_DEFRAG_IPV6=y
CONFIG_NF_TABLES_BRIDGE=y
CONFIG_NFT_BRIDGE_REJECT=y
@ -1171,10 +1207,10 @@ CONFIG_OPENVSWITCH=m
CONFIG_OPENVSWITCH_GRE=m
CONFIG_OPENVSWITCH_VXLAN=m
CONFIG_OPENVSWITCH_GENEVE=m
CONFIG_VSOCKETS=y
CONFIG_VSOCKETS_DIAG=y
CONFIG_VIRTIO_VSOCKETS=y
CONFIG_VIRTIO_VSOCKETS_COMMON=y
CONFIG_VSOCKETS=m
CONFIG_VSOCKETS_DIAG=m
CONFIG_VIRTIO_VSOCKETS=m
CONFIG_VIRTIO_VSOCKETS_COMMON=m
CONFIG_NETLINK_DIAG=y
CONFIG_MPLS=y
CONFIG_NET_MPLS_GSO=m
@ -1201,6 +1237,9 @@ CONFIG_NET_FLOW_LIMIT=y
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_NET_DROP_MONITOR is not set
# end of Network testing
# end of Networking options
# CONFIG_CAN is not set
# CONFIG_AF_RXRPC is not set
# CONFIG_AF_KCM is not set
@ -1221,7 +1260,7 @@ CONFIG_LWTUNNEL=y
CONFIG_LWTUNNEL_BPF=y
CONFIG_DST_CACHE=y
CONFIG_GRO_CELLS=y
# CONFIG_NET_DEVLINK is not set
CONFIG_NET_DEVLINK=y
CONFIG_PAGE_POOL=y
CONFIG_FAILOVER=y
CONFIG_HAVE_EBPF_JIT=y
@ -1265,20 +1304,26 @@ CONFIG_HOTPLUG_PCI=y
#
# Cadence PCIe controllers support
#
# end of Cadence PCIe controllers support
#
# DesignWare PCI Core Support
#
# end of DesignWare PCI Core Support
# end of PCI controller drivers
#
# PCI Endpoint
#
# CONFIG_PCI_ENDPOINT is not set
# end of PCI Endpoint
#
# PCI switch controller drivers
#
# CONFIG_PCI_SW_SWITCHTEC is not set
# end of PCI switch controller drivers
# CONFIG_PCCARD is not set
# CONFIG_RAPIDIO is not set
@ -1298,6 +1343,8 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_FW_LOADER_USER_HELPER is not set
# end of Firmware loader
CONFIG_ALLOW_DEV_COREDUMP=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
@ -1306,10 +1353,13 @@ CONFIG_ALLOW_DEV_COREDUMP=y
CONFIG_SYS_HYPERVISOR=y
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_GENERIC_CPU_VULNERABILITIES=y
# end of Generic Driver Options
#
# Bus devices
#
# end of Bus devices
# CONFIG_CONNECTOR is not set
# CONFIG_GNSS is not set
# CONFIG_MTD is not set
@ -1354,6 +1404,7 @@ CONFIG_BLK_DEV_RBD=m
#
# CONFIG_BLK_DEV_NVME is not set
# CONFIG_NVME_FC is not set
# end of NVME Support
#
# Misc devices
@ -1388,11 +1439,15 @@ CONFIG_BLK_DEV_RBD=m
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_EEPROM_IDT_89HPESX is not set
# CONFIG_EEPROM_EE1004 is not set
# end of EEPROM support
# CONFIG_CB710_CORE is not set
#
# Texas Instruments shared transport line discipline
#
# end of Texas Instruments shared transport line discipline
# CONFIG_SENSORS_LIS3_I2C is not set
# CONFIG_ALTERA_STAPL is not set
@ -1432,11 +1487,14 @@ CONFIG_BLK_DEV_RBD=m
#
# VOP Driver
#
# end of Intel MIC & related support
# CONFIG_GENWQE is not set
# CONFIG_ECHO is not set
# CONFIG_MISC_ALCOR_PCI is not set
# CONFIG_MISC_RTSX_PCI is not set
# CONFIG_HABANA_AI is not set
# end of Misc devices
#
# SCSI device support
@ -1470,6 +1528,8 @@ CONFIG_SCSI_ISCSI_ATTRS=m
CONFIG_SCSI_SAS_ATTRS=m
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
# end of SCSI Transports
CONFIG_SCSI_LOWLEVEL=y
CONFIG_ISCSI_TCP=m
# CONFIG_ISCSI_BOOT_SYSFS is not set
@ -1488,7 +1548,6 @@ CONFIG_SCSI_HPSA=m
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_MVUMI is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_SCSI_ESAS2R is not set
@ -1519,6 +1578,8 @@ CONFIG_SCSI_HPSA=m
# CONFIG_SCSI_PM8001 is not set
CONFIG_SCSI_VIRTIO=y
# CONFIG_SCSI_DH is not set
# end of SCSI device support
CONFIG_ATA=y
# CONFIG_ATA_VERBOSE_ERROR is not set
# CONFIG_SATA_PMP is not set
@ -1632,6 +1693,7 @@ CONFIG_DM_MULTIPATH=m
CONFIG_DM_MULTIPATH_QL=m
CONFIG_DM_MULTIPATH_ST=m
# CONFIG_DM_DELAY is not set
# CONFIG_DM_DUST is not set
# CONFIG_DM_INIT is not set
# CONFIG_DM_UEVENT is not set
# CONFIG_DM_FLAKEY is not set
@ -1647,6 +1709,8 @@ CONFIG_DM_MULTIPATH_ST=m
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
# end of IEEE 1394 (FireWire) support
CONFIG_NETDEVICES=y
CONFIG_NET_CORE=y
CONFIG_BONDING=m
@ -1778,7 +1842,7 @@ CONFIG_PHYLIB=m
#
# CONFIG_AMD_PHY is not set
# CONFIG_AQUANTIA_PHY is not set
# CONFIG_ASIX_PHY is not set
# CONFIG_AX88796B_PHY is not set
# CONFIG_AT803X_PHY is not set
# CONFIG_BCM7XXX_PHY is not set
# CONFIG_BCM87XX_PHY is not set
@ -1837,6 +1901,7 @@ CONFIG_QETH=y
CONFIG_QETH_L2=y
CONFIG_QETH_L3=y
CONFIG_CCWGROUP=y
# end of S/390 network device drivers
#
# Host-side USB support is needed for USB Network Adapter support
@ -1878,6 +1943,7 @@ CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_QT1050 is not set
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_DLINK_DIR685 is not set
@ -1923,9 +1989,10 @@ CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_ALTERA_PS2 is not set
# CONFIG_SERIO_PS2MULT is not set
# CONFIG_SERIO_ARC_PS2 is not set
# CONFIG_SERIO_OLPC_APSP is not set
# CONFIG_USERIO is not set
# CONFIG_GAMEPORT is not set
# end of Hardware I/O ports
# end of Input device support
#
# Character devices
@ -1942,6 +2009,7 @@ CONFIG_UNIX98_PTYS=y
# CONFIG_NOZOMI is not set
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
# CONFIG_NULL_TTY is not set
CONFIG_LDISC_AUTOLOAD=y
CONFIG_DEVMEM=y
# CONFIG_DEVKMEM is not set
@ -1962,6 +2030,8 @@ CONFIG_DEVMEM=y
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
# end of Serial drivers
# CONFIG_SERIAL_DEV_BUS is not set
# CONFIG_TTY_PRINTK is not set
CONFIG_HVC_DRIVER=y
@ -2016,6 +2086,8 @@ CONFIG_MONREADER=m
CONFIG_MONWRITER=m
CONFIG_S390_VMUR=m
# CONFIG_XILLYBUS is not set
# end of Character devices
# CONFIG_RANDOM_TRUST_CPU is not set
#
@ -2034,6 +2106,8 @@ CONFIG_I2C_MUX=y
# CONFIG_I2C_MUX_PCA9541 is not set
# CONFIG_I2C_MUX_REG is not set
# CONFIG_I2C_MUX_MLXCPLD is not set
# end of Multiplexer I2C Chip support
CONFIG_I2C_HELPER_AUTO=y
#
@ -2078,11 +2152,15 @@ CONFIG_I2C_HELPER_AUTO=y
#
# Other I2C/SMBus bus drivers
#
# end of I2C Hardware Bus support
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_SLAVE is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# end of I2C support
# CONFIG_I3C is not set
# CONFIG_SPI is not set
# CONFIG_SPMI is not set
@ -2109,6 +2187,8 @@ CONFIG_PTP_1588_CLOCK=y
#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
# end of PTP clock support
# CONFIG_PINCTRL is not set
# CONFIG_GPIOLIB is not set
# CONFIG_W1 is not set
@ -2211,7 +2291,6 @@ CONFIG_HWMON=y
# CONFIG_SENSORS_NCT7802 is not set
# CONFIG_SENSORS_NCT7904 is not set
# CONFIG_SENSORS_NPCM7XX is not set
# CONFIG_SENSORS_OCC_P8_I2C is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_PMBUS is not set
# CONFIG_SENSORS_SHT21 is not set
@ -2345,6 +2424,8 @@ CONFIG_BCMA_POSSIBLE=y
# CONFIG_MFD_WM831X_I2C is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_WM8994 is not set
# end of Multifunction device drivers
# CONFIG_REGULATOR is not set
# CONFIG_RC_CORE is not set
# CONFIG_MEDIA_SUPPORT is not set
@ -2358,14 +2439,12 @@ CONFIG_BCMA_POSSIBLE=y
#
# ARM devices
#
# end of ARM devices
#
# ACP (Audio CoProcessor) Configuration
#
#
# AMD Library routines
#
# end of ACP (Audio CoProcessor) Configuration
#
# Frame buffer Devices
@ -2413,7 +2492,14 @@ CONFIG_FB=y
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_SIMPLE is not set
# CONFIG_FB_SM712 is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
# end of Frame buffer Devices
#
# Backlight & LCD device support
#
# CONFIG_LCD_CLASS_DEVICE is not set
# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
# end of Backlight & LCD device support
#
# Console display driver support
@ -2422,7 +2508,11 @@ CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
# CONFIG_FRAMEBUFFER_CONSOLE is not set
# end of Console display driver support
# CONFIG_LOGO is not set
# end of Graphics support
# CONFIG_SOUND is not set
#
@ -2445,6 +2535,7 @@ CONFIG_HID_GENERIC=y
# CONFIG_HID_CHERRY is not set
# CONFIG_HID_CHICONY is not set
# CONFIG_HID_COUGAR is not set
# CONFIG_HID_MACALLY is not set
# CONFIG_HID_CMEDIA is not set
# CONFIG_HID_CYPRESS is not set
# CONFIG_HID_DRAGONRISE is not set
@ -2498,11 +2589,15 @@ CONFIG_HID_GENERIC=y
# CONFIG_HID_ZYDACRON is not set
# CONFIG_HID_SENSOR_HUB is not set
# CONFIG_HID_ALPS is not set
# end of Special HID drivers
#
# I2C HID support
#
# CONFIG_I2C_HID is not set
# end of I2C HID support
# end of HID support
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
# CONFIG_USB_SUPPORT is not set
# CONFIG_UWB is not set
@ -2517,6 +2612,8 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y
# DMABUF options
#
# CONFIG_SYNC_FILE is not set
# end of DMABUF options
# CONFIG_AUXDISPLAY is not set
CONFIG_UIO=m
# CONFIG_UIO_CIF is not set
@ -2542,12 +2639,16 @@ CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y
#
# Microsoft Hyper-V guest support
#
# end of Microsoft Hyper-V guest support
# CONFIG_STAGING is not set
# CONFIG_HWSPINLOCK is not set
#
# Clock Source drivers
#
# end of Clock Source drivers
CONFIG_MAILBOX=y
# CONFIG_ALTERA_MBOX is not set
CONFIG_IOMMU_API=y
@ -2556,6 +2657,8 @@ CONFIG_IOMMU_SUPPORT=y
#
# Generic IOMMU Pagetable Support
#
# end of Generic IOMMU Pagetable Support
# CONFIG_IOMMU_DEBUGFS is not set
# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set
CONFIG_S390_IOMMU=y
@ -2565,12 +2668,15 @@ CONFIG_S390_IOMMU=y
# Remoteproc drivers
#
# CONFIG_REMOTEPROC is not set
# end of Remoteproc drivers
#
# Rpmsg drivers
#
# CONFIG_RPMSG_QCOM_GLINK_RPM is not set
# CONFIG_RPMSG_VIRTIO is not set
# end of Rpmsg drivers
# CONFIG_SOUNDWIRE is not set
#
@ -2580,28 +2686,49 @@ CONFIG_S390_IOMMU=y
#
# Amlogic SoC drivers
#
# end of Amlogic SoC drivers
#
# Aspeed SoC drivers
#
# end of Aspeed SoC drivers
#
# Broadcom SoC drivers
#
# end of Broadcom SoC drivers
#
# NXP/Freescale QorIQ SoC drivers
#
# end of NXP/Freescale QorIQ SoC drivers
#
# i.MX SoC drivers
#
# end of i.MX SoC drivers
#
# IXP4xx SoC drivers
#
# CONFIG_IXP4XX_QMGR is not set
# CONFIG_IXP4XX_NPE is not set
# end of IXP4xx SoC drivers
#
# Qualcomm SoC drivers
#
# end of Qualcomm SoC drivers
# CONFIG_SOC_TI is not set
#
# Xilinx SoC drivers
#
# CONFIG_XILINX_VCU is not set
# end of Xilinx SoC drivers
# end of SOC (System On Chip) specific Drivers
CONFIG_PM_DEVFREQ=y
#
@ -2628,6 +2755,8 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y
# IRQ chip support
#
CONFIG_ARM_GIC_MAX_NR=1
# end of IRQ chip support
# CONFIG_IPACK_BUS is not set
CONFIG_RESET_CONTROLLER=y
# CONFIG_RESET_TI_SYSCON is not set
@ -2640,18 +2769,24 @@ CONFIG_GENERIC_PHY=y
# CONFIG_BCM_KONA_USB2_PHY is not set
# CONFIG_PHY_PXA_28NM_HSIC is not set
# CONFIG_PHY_PXA_28NM_USB2 is not set
# end of PHY Subsystem
# CONFIG_POWERCAP is not set
# CONFIG_MCB is not set
#
# Performance monitor support
#
# end of Performance monitor support
# CONFIG_RAS is not set
#
# Android
#
# CONFIG_ANDROID is not set
# end of Android
# CONFIG_LIBNVDIMM is not set
CONFIG_DAX_DRIVER=y
CONFIG_DAX=y
@ -2663,11 +2798,15 @@ CONFIG_DAX=y
#
# CONFIG_STM is not set
# CONFIG_INTEL_TH is not set
# end of HW tracing support
# CONFIG_FPGA is not set
CONFIG_PM_OPP=y
# CONFIG_SIOX is not set
# CONFIG_SLIMBUS is not set
# CONFIG_INTERCONNECT is not set
# CONFIG_COUNTER is not set
# end of Device Drivers
#
# File systems
@ -2745,6 +2884,7 @@ CONFIG_FSCACHE_STATS=y
CONFIG_CACHEFILES=y
# CONFIG_CACHEFILES_DEBUG is not set
# CONFIG_CACHEFILES_HISTOGRAM is not set
# end of Caches
#
# CD-ROM/DVD Filesystems
@ -2753,6 +2893,7 @@ CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=y
# end of CD-ROM/DVD Filesystems
#
# DOS/FAT/NT Filesystems
@ -2766,6 +2907,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="utf8"
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set
# end of DOS/FAT/NT Filesystems
#
# Pseudo filesystems
@ -2785,6 +2927,8 @@ CONFIG_HUGETLB_PAGE=y
CONFIG_MEMFD_CREATE=y
CONFIG_ARCH_HAS_GIGANTIC_PAGE=y
# CONFIG_CONFIGFS_FS is not set
# end of Pseudo filesystems
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ORANGEFS_FS is not set
# CONFIG_ADFS_FS is not set
@ -2942,6 +3086,8 @@ CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_TURKISH is not set
CONFIG_NLS_UTF8=y
# CONFIG_UNICODE is not set
# end of File systems
#
# Security options
@ -2999,6 +3145,24 @@ CONFIG_EVM_ATTR_FSUUID=y
# CONFIG_EVM_ADD_XATTRS is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_LSM="yama,loadpin,safesetid,integrity"
#
# Kernel hardening options
#
CONFIG_GCC_PLUGIN_STRUCTLEAK=y
#
# Memory initialization
#
# CONFIG_INIT_STACK_NONE is not set
# CONFIG_GCC_PLUGIN_STRUCTLEAK_USER is not set
# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF is not set
CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y
# CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set
# end of Memory initialization
# end of Kernel hardening options
# end of Security options
CONFIG_XOR_BLOCKS=m
CONFIG_CRYPTO=y
@ -3021,9 +3185,6 @@ CONFIG_CRYPTO_AKCIPHER=y
CONFIG_CRYPTO_KPP2=y
CONFIG_CRYPTO_KPP=y
CONFIG_CRYPTO_ACOMP2=y
CONFIG_CRYPTO_RSA=y
CONFIG_CRYPTO_DH=y
# CONFIG_CRYPTO_ECDH is not set
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_USER=y
@ -3038,6 +3199,14 @@ CONFIG_CRYPTO_AUTHENC=y
# CONFIG_CRYPTO_TEST is not set
CONFIG_CRYPTO_ENGINE=m
#
# Public-key cryptography
#
CONFIG_CRYPTO_RSA=y
CONFIG_CRYPTO_DH=y
# CONFIG_CRYPTO_ECDH is not set
# CONFIG_CRYPTO_ECRDSA is not set
#
# Authenticated Encryption with Associated Data
#
@ -3175,6 +3344,8 @@ CONFIG_PKCS7_MESSAGE_PARSER=y
#
# CONFIG_SYSTEM_TRUSTED_KEYRING is not set
# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set
# end of Certificates for signature checking
CONFIG_BINARY_PRINTF=y
#
@ -3182,9 +3353,11 @@ CONFIG_BINARY_PRINTF=y
#
CONFIG_RAID6_PQ=m
CONFIG_RAID6_PQ_BENCHMARK=y
# CONFIG_PACKING is not set
CONFIG_BITREVERSE=y
CONFIG_GENERIC_NET_UTILS=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
# CONFIG_CORDIC is not set
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
@ -3246,7 +3419,6 @@ CONFIG_GLOB=y
CONFIG_NLATTR=y
CONFIG_LRU_CACHE=m
CONFIG_CLZ_TAB=y
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
# CONFIG_IRQ_POLL is not set
CONFIG_MPILIB=y
@ -3255,6 +3427,7 @@ CONFIG_OID_REGISTRY=y
CONFIG_SG_POOL=y
CONFIG_SBITMAP=y
# CONFIG_STRING_SELFTEST is not set
# end of Library routines
#
# Kernel hacking
@ -3269,6 +3442,7 @@ CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
CONFIG_CONSOLE_LOGLEVEL_QUIET=4
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
# CONFIG_DYNAMIC_DEBUG is not set
# end of printk and dmesg options
#
# Compile-time checks and compiler options
@ -3277,6 +3451,7 @@ CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_INFO_REDUCED is not set
CONFIG_DEBUG_INFO_SPLIT=y
# CONFIG_DEBUG_INFO_DWARF4 is not set
# CONFIG_DEBUG_INFO_BTF is not set
# CONFIG_GDB_SCRIPTS is not set
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=1024
@ -3285,13 +3460,17 @@ CONFIG_FRAME_WARN=1024
# CONFIG_UNUSED_SYMBOLS is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
# CONFIG_OPTIMIZE_INLINING is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
# end of Compile-time checks and compiler options
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
CONFIG_MAGIC_SYSRQ_SERIAL=y
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_MISC=y
#
# Memory Debugging
@ -3316,6 +3495,8 @@ CONFIG_HAVE_ARCH_KASAN=y
CONFIG_CC_HAS_KASAN_GENERIC=y
# CONFIG_KASAN is not set
CONFIG_KASAN_STACK=1
# end of Memory Debugging
CONFIG_ARCH_HAS_KCOV=y
CONFIG_CC_HAS_SANCOV_TRACE_PC=y
# CONFIG_KCOV is not set
@ -3329,6 +3510,8 @@ CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
CONFIG_WQ_WATCHDOG=y
# end of Debug Lockups and Hangs
CONFIG_PANIC_ON_OOPS=y
CONFIG_PANIC_ON_OOPS_VALUE=1
CONFIG_PANIC_TIMEOUT=0
@ -3354,12 +3537,14 @@ CONFIG_LOCK_DEBUGGING_SUPPORT=y
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_LOCK_TORTURE_TEST is not set
# CONFIG_WW_MUTEX_SELFTEST is not set
# end of Lock Debugging (spinlocks, mutexes, etc...)
CONFIG_STACKTRACE=y
# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_LIST=y
# CONFIG_DEBUG_PI_LIST is not set
# CONFIG_DEBUG_PLIST is not set
# CONFIG_DEBUG_SG is not set
CONFIG_DEBUG_NOTIFIERS=y
CONFIG_DEBUG_CREDENTIALS=y
@ -3372,6 +3557,8 @@ CONFIG_DEBUG_CREDENTIALS=y
CONFIG_RCU_CPU_STALL_TIMEOUT=60
# CONFIG_RCU_TRACE is not set
# CONFIG_RCU_EQS_DEBUG is not set
# end of RCU Debugging
# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set
@ -3435,6 +3622,7 @@ CONFIG_RUNTIME_TESTING_MENU=y
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_TEST_HEXDUMP is not set
# CONFIG_TEST_STRING_HELPERS is not set
# CONFIG_TEST_STRSCPY is not set
# CONFIG_TEST_KSTRTOX is not set
# CONFIG_TEST_PRINTF is not set
# CONFIG_TEST_BITMAP is not set
@ -3471,3 +3659,4 @@ CONFIG_STRICT_DEVMEM=y
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
# CONFIG_S390_PTDUMP is not set
CONFIG_EARLY_PRINTK=y
# end of Kernel hacking

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
From 58625dc9e16edcc74de59c826eaeede1561cb38a Mon Sep 17 00:00:00 2001
From 64df690a0284b052a405b7171e356961a2aa1ebe Mon Sep 17 00:00:00 2001
From: Cheng-mean Liu <soccerl@microsoft.com>
Date: Tue, 11 Jul 2017 16:58:26 -0700
Subject: [PATCH 01/21] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB
@ -24,5 +24,5 @@ index 145f242c7c90..e360610911f3 100644
enum ars_masks {
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From a15287c9fd695de96b3efc8b816033dae4de0288 Mon Sep 17 00:00:00 2001
From 095be7ef311c79a6a4209ac7da4b39e798529193 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:00 -0700
Subject: [PATCH 02/21] hyper-v: trace vmbus_on_msg_dpc()
@ -107,5 +107,5 @@ index 1fd812ed679b..70f857441399 100644
WARN_ONCE(1, "unknown msgtype=%d\n", hdr->msgtype);
goto msg_handled;
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From c6cd4d3528a41f5607689dcfde40ecf0244a120f Mon Sep 17 00:00:00 2001
From 31dc589e7bc9ebda746193a2729a892ff854833c Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:01 -0700
Subject: [PATCH 03/21] hyper-v: trace vmbus_on_message()
@ -45,5 +45,5 @@ index 9c2772922c76..d432aba5df8a 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 4cc60c2041f4ad4db7f1d4b7c638c636ec460527 Mon Sep 17 00:00:00 2001
From 334d7ccb5e617840ffd5217172d9818d0c23fe7c Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:02 -0700
Subject: [PATCH 04/21] hyper-v: trace vmbus_onoffer()
@ -76,5 +76,5 @@ index d432aba5df8a..488b873b563e 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From c1bda46c3d45267ae0426e72df47f113757f0388 Mon Sep 17 00:00:00 2001
From ffca22e7719d4a4e71a9017f0d7e5d54e7f62198 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:03 -0700
Subject: [PATCH 05/21] hyper-v: trace vmbus_onoffer_rescind()
@ -47,5 +47,5 @@ index 488b873b563e..dbbed1d1f327 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 4db51f1ea0e28bae0176258dc96f3999a0dfd63f Mon Sep 17 00:00:00 2001
From 1b6a35b23f7e40a9383f521b207746b1eca4e12c Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:04 -0700
Subject: [PATCH 06/21] hyper-v: trace vmbus_onopen_result()
@ -56,5 +56,5 @@ index dbbed1d1f327..9757c19d1c08 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From f75b46234941e882ab1161b6aefa0460f470d1d4 Mon Sep 17 00:00:00 2001
From 28b7db8fd1955e2387788b314dc94bdeda2cd6b6 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:05 -0700
Subject: [PATCH 07/21] hyper-v: trace vmbus_ongpadl_created()
@ -56,5 +56,5 @@ index 9757c19d1c08..20734b7b341b 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From d51ba23ab6bff03b93aaa6de3fd9b5c7463ae51c Mon Sep 17 00:00:00 2001
From 1ab5f22fff53beda6cc5c907cff7338e522682c6 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:06 -0700
Subject: [PATCH 08/21] hyper-v: trace vmbus_ongpadl_torndown()
@ -47,5 +47,5 @@ index 20734b7b341b..84c08cdf7235 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From c93c6e08cc6146f463c4f0e50ae0b16e5a39eea5 Mon Sep 17 00:00:00 2001
From 0fa37b3b0439a17c841fa0b79c5a1416c4175dab Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:07 -0700
Subject: [PATCH 09/21] hyper-v: trace vmbus_onversion_response()
@ -51,5 +51,5 @@ index 84c08cdf7235..2a046547107f 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From b332f592531de4f7c9e7580d70f7ffcdc37b7303 Mon Sep 17 00:00:00 2001
From 1a5a59dd9196654a9f3c5274474e5a466115529b Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:08 -0700
Subject: [PATCH 10/21] hyper-v: trace vmbus_request_offers()
@ -51,5 +51,5 @@ index 2a046547107f..566ac0f2fe56 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 8093220a773e17eda7d334225c7d48d8730c8591 Mon Sep 17 00:00:00 2001
From 33b1c12b30615382152e5213bc4b48374fd45f14 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:09 -0700
Subject: [PATCH 11/21] hyper-v: trace vmbus_open()
@ -66,5 +66,5 @@ index 566ac0f2fe56..38fedb803bd8 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From a14ffe3ea0cd39944da2409266a7f7023b6fd74d Mon Sep 17 00:00:00 2001
From 83397acde66bc24c11c080499837c4055414cfa2 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:10 -0700
Subject: [PATCH 12/21] hyper-v: trace vmbus_close_internal()
@ -54,5 +54,5 @@ index 38fedb803bd8..302bd4e964f0 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 63c83fd56775099e8bedc5d3699dec4d40ed434c Mon Sep 17 00:00:00 2001
From 2ebec2a539e188cab943b804ef111b659c8ed931 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:11 -0700
Subject: [PATCH 13/21] hyper-v: trace vmbus_establish_gpadl()
@ -92,5 +92,5 @@ index 302bd4e964f0..978e70bdc7c5 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 65f4171d41b374a135b2959c9538a7f2f767d81e Mon Sep 17 00:00:00 2001
From e51497a1c404b6a96e1c6e3598460a0b42b93bc9 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:12 -0700
Subject: [PATCH 14/21] hyper-v: trace vmbus_teardown_gpadl()
@ -57,5 +57,5 @@ index 978e70bdc7c5..cd33a52ef27f 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 8f85a292809e943bdd41c0a8f6384f846a6bd5c7 Mon Sep 17 00:00:00 2001
From 15f36f9132a78a4735ffd3ae29b2eb6e2ca79e54 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:13 -0700
Subject: [PATCH 15/21] hyper-v: trace vmbus_negotiate_version()
@ -66,5 +66,5 @@ index cd33a52ef27f..f06284d64a8c 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 5f99faad295458e428c63512a2c3ce70bc292119 Mon Sep 17 00:00:00 2001
From a8ad56f6cd1fe2fd0b7c23df3c443c9ad3711217 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:14 -0700
Subject: [PATCH 16/21] hyper-v: trace vmbus_release_relid()
@ -64,5 +64,5 @@ index f06284d64a8c..f0e437c3522f 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 6c8e04075dccca5204a93f13a6d4769f4763f454 Mon Sep 17 00:00:00 2001
From 53550ee8f861eef71603564abb71470a234739ef Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:15 -0700
Subject: [PATCH 17/21] hyper-v: trace vmbus_send_tl_connect_request()
@ -70,5 +70,5 @@ index f0e437c3522f..5382d9630306 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 4f3fddc13b03594a76c1bf744fe932dfe1c2eac0 Mon Sep 17 00:00:00 2001
From 7cb3f404ab63ac2138df7e7af4b05004aec74393 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:16 -0700
Subject: [PATCH 18/21] hyper-v: trace channel events
@ -97,5 +97,5 @@ index 70f857441399..14288a2958d0 100644
case HV_CALL_ISR:
vmbus_channel_isr(channel);
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 444512bb73f238724d025ce3a42b6dcf3640181f Mon Sep 17 00:00:00 2001
From d28ae400b9ac1559e1efc94e0b0a2c67bbf30c38 Mon Sep 17 00:00:00 2001
From: Christian Borntraeger <borntraeger@de.ibm.com>
Date: Tue, 12 Dec 2017 09:08:35 +0100
Subject: [PATCH 19/21] serial: forbid 8250 on s390
@ -31,5 +31,5 @@ index a5c0ef1e7695..16b1496e6105 100644
---help---
This selects whether you want to include the driver for the standard
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 1d08e01f10e973a6c768f6d42842cf5e26b51d4c Mon Sep 17 00:00:00 2001
From 9b9cfcfd9f962fb24e12f7ad205dbca85fc984f4 Mon Sep 17 00:00:00 2001
From: Cathy Avery <cavery@redhat.com>
Date: Tue, 31 Oct 2017 08:52:06 -0400
Subject: [PATCH 20/21] scsi: storvsc: Allow only one remove lun work item to
@ -128,5 +128,5 @@ index 5adeb1e4b186..405b5da45fa1 100644
storvsc_dev_remove(dev);
scsi_host_put(host);
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 4cb8016a2358b52aa5026a5a5a3bf0e3ca385825 Mon Sep 17 00:00:00 2001
From 4304a2ad1d6774cea7a6bf78c684b6f26cbf3902 Mon Sep 17 00:00:00 2001
From: Long Li <longli@microsoft.com>
Date: Tue, 31 Oct 2017 14:58:08 -0700
Subject: [PATCH 21/21] scsi: storvsc: Avoid excessive host scan on controller
@ -106,5 +106,5 @@ index 405b5da45fa1..7b9173eebdd7 100644
ret = scsi_add_host(host, &device->device);
if (ret != 0)
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From d5540646b53aed764c83c0446d7cc0b58b40c95e Mon Sep 17 00:00:00 2001
From 1c56d7626dcd86f9d72097cc76d5f46fad6b27f2 Mon Sep 17 00:00:00 2001
From: Arnaldo Carvalho de Melo <acme@redhat.com>
Date: Thu, 2 Mar 2017 12:55:49 -0300
Subject: [PATCH 01/14] tools build: Add test for sched_getcpu()
@ -146,5 +146,5 @@ index 8b39e8086c2d..d0c7526db145 100644
int is_printable_array(char *p, unsigned int len);
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 22d1f0c0d1f81d6fadd7b7463ab49439526ea320 Mon Sep 17 00:00:00 2001
From c7efc4e60584ee9e6a861ee8fadf060607eba1a6 Mon Sep 17 00:00:00 2001
From: Arnaldo Carvalho de Melo <acme@redhat.com>
Date: Thu, 13 Oct 2016 17:12:35 -0300
Subject: [PATCH 02/14] perf jit: Avoid returning garbage for a ret variable
@ -66,5 +66,5 @@ index 95f0884aae02..f3ed3c963c71 100644
while ((jr = jit_get_next_entry(jd))) {
switch(jr->prefix.id) {
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From bc5eb5f6195918b7814d1bc9f5fe73554998bdf6 Mon Sep 17 00:00:00 2001
From a18c2737f1f16f6757d1f885ee34463db7f7cfcc Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Sat, 23 Jul 2016 01:35:51 +0000
Subject: [PATCH 03/14] hv_sock: introduce Hyper-V Sockets
@ -42,7 +42,7 @@ Origin: https://patchwork.kernel.org/patch/9244467/
create mode 100644 net/hv_sock/af_hvsock.c
diff --git a/MAINTAINERS b/MAINTAINERS
index 4f559f5b3a89..3eaa1c129f7d 100644
index 98ee40591a9b..0df158872765 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5853,7 +5853,9 @@ F: drivers/pci/host/pci-hyperv.c
@ -1787,5 +1787,5 @@ index 000000000000..331d3759f5cb
+MODULE_DESCRIPTION("Hyper-V Sockets");
+MODULE_LICENSE("Dual BSD/GPL");
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 87d636514e0750d7bdd4f4e0522d2777d9edb011 Mon Sep 17 00:00:00 2001
From 97926549b7217d5bed1c35b206f22d1d7e243386 Mon Sep 17 00:00:00 2001
From: Rolf Neugebauer <rolf.neugebauer@gmail.com>
Date: Mon, 23 May 2016 18:55:45 +0100
Subject: [PATCH 04/14] vmbus: Don't spam the logs with unknown GUIDs
@ -26,5 +26,5 @@ index 9360cdce740e..d838074e9add 100644
}
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From bfefa360fd14fc9482510e06d7dcc580ba8d19f7 Mon Sep 17 00:00:00 2001
From cbc43ab1abafcb824eb640ac8d75dcaab9b006fd Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com>
Date: Sun, 6 Nov 2016 13:14:07 -0800
Subject: [PATCH 05/14] Drivers: hv: utils: Fix the mapping between host
@ -44,5 +44,5 @@ index bcd06306f3e8..e7707747f56d 100644
}
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 544aac5cba60c602540eabb61bc57294b1e87154 Mon Sep 17 00:00:00 2001
From 16377d62f3b6be82dac5c08f345c4b659b061f0b Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com>
Date: Sun, 6 Nov 2016 13:14:10 -0800
Subject: [PATCH 06/14] Drivers: hv: vss: Improve log messages.
@ -101,5 +101,5 @@ index a6707133c297..5c95ba1e2ecf 100644
return 0;
}
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 7058592fd8d3df9ebb3e7cf79374da2267405b1d Mon Sep 17 00:00:00 2001
From 44d092d0da092a36eb8c27672eae05dfc39e3dec Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com>
Date: Sun, 6 Nov 2016 13:14:11 -0800
Subject: [PATCH 07/14] Drivers: hv: vss: Operation timeouts should match host
@ -44,5 +44,5 @@ index 5c95ba1e2ecf..eee238cc60bd 100644
rc = hvutil_transport_send(hvt, vss_msg, sizeof(*vss_msg), NULL);
if (rc) {
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 77a16dbbe566582b8eba7e7a9f457522e70ee187 Mon Sep 17 00:00:00 2001
From e17e1ef5028219f979073cc00ce2734a9fb186a5 Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com>
Date: Sat, 28 Jan 2017 12:37:17 -0700
Subject: [PATCH 08/14] Drivers: hv: vmbus: Use all supported IC versions to
@ -488,5 +488,5 @@ index c9af8369b4f7..7df9eb8f0cf7 100644
void hv_event_tasklet_disable(struct vmbus_channel *channel);
void hv_event_tasklet_enable(struct vmbus_channel *channel);
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 84edd46d534951acd525e68938ea0415f7cc3d6f Mon Sep 17 00:00:00 2001
From c8ec905fbed4810387007db7f586f5a53d4d2686 Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com>
Date: Sat, 28 Jan 2017 12:37:18 -0700
Subject: [PATCH 09/14] Drivers: hv: Log the negotiated IC versions.
@ -114,5 +114,5 @@ index f3797c07be10..89440c2eb346 100644
hb_srv_version & 0xFFFF);
}
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 7e4ee2bf8299d3126e015a5f0c0f799f19465acc Mon Sep 17 00:00:00 2001
From 7c6690276999c55f00d7bfab1b247b5aa5c95e78 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Sun, 26 Mar 2017 16:42:20 +0800
Subject: [PATCH 10/14] vmbus: fix missed ring events on boot
@ -52,5 +52,5 @@ index 095dd37367de..effac8042dc6 100644
void hv_process_channel_removal(struct vmbus_channel *channel, u32 relid)
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 918957f7226e85f00d30e6f8e659faea9b277cfe Mon Sep 17 00:00:00 2001
From a3c2f5d984ffcb66ff6036996ce6b400d8b358b7 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 29 Mar 2017 18:37:10 +0800
Subject: [PATCH 11/14] vmbus: remove "goto error_clean_msglist" in
@ -56,5 +56,5 @@ index 784c45484825..fb94b96e8469 100644
vmbus_teardown_gpadl(newchannel, newchannel->ringbuffer_gpadlhandle);
kfree(open_info);
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From 386ca37b4386fcac1cb38d574a10b6f0a8d43bc5 Mon Sep 17 00:00:00 2001
From b7c4719579d8af6f6f1f748cd13b776344cf960c Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 24 Mar 2017 20:53:18 +0800
Subject: [PATCH 12/14] vmbus: dynamically enqueue/dequeue the channel on
@ -173,5 +173,5 @@ index 7df9eb8f0cf7..a87757cf277b 100644
void vmbus_setevent(struct vmbus_channel *channel);
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From f77590dfe3efd4b212fdda02c6580310095ac3c5 Mon Sep 17 00:00:00 2001
From 107e3dbd4341b1e3ae63e3dbed0ca696e0755172 Mon Sep 17 00:00:00 2001
From: Ido Schimmel <idosch@mellanox.com>
Date: Mon, 10 Apr 2017 14:59:27 +0300
Subject: [PATCH 13/14] bridge: implement missing ndo_uninit()
@ -90,10 +90,10 @@ index 925818a05398..191b1f23c160 100644
del_timer_sync(&br->gc_timer);
diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c
index 964ffff90432..bff958fc524b 100644
index 80c81c7e3cf9..8b3a5dfa4e7f 100644
--- a/net/bridge/br_multicast.c
+++ b/net/bridge/br_multicast.c
@@ -1898,8 +1898,6 @@ void br_multicast_dev_del(struct net_bridge *br)
@@ -1905,8 +1905,6 @@ void br_multicast_dev_del(struct net_bridge *br)
out:
spin_unlock_bh(&br->multicast_lock);
@ -102,7 +102,7 @@ index 964ffff90432..bff958fc524b 100644
}
int br_multicast_set_router(struct net_bridge *br, unsigned long val)
@@ -2356,6 +2354,11 @@ int br_multicast_init_stats(struct net_bridge *br)
@@ -2363,6 +2361,11 @@ int br_multicast_init_stats(struct net_bridge *br)
return 0;
}
@ -138,5 +138,5 @@ index 1b63177e0ccd..417edbe7b8b2 100644
{
return 0;
--
2.21.0
2.22.0

View File

@ -1,4 +1,4 @@
From ca442ac85b317c5c0d8479e045bd59749ace3398 Mon Sep 17 00:00:00 2001
From cdad917a6043bf558c0733ce01a3e9417a7adce5 Mon Sep 17 00:00:00 2001
From: Xin Long <lucien.xin@gmail.com>
Date: Tue, 25 Apr 2017 22:58:37 +0800
Subject: [PATCH 14/14] bridge: move bridge multicast cleanup to ndo_uninit
@ -105,5 +105,5 @@ index 191b1f23c160..93d08d1b039e 100644
br_sysfs_delbr(br->dev);
--
2.21.0
2.22.0

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,6 +1,6 @@
# NOTE: Images build from this file likely do not run
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.184
image: linuxkit/kernel:4.9.192
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.131
image: linuxkit/kernel:4.14.142
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.56
image: linuxkit/kernel:4.19.71
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.1.15
image: linuxkit/kernel:5.2.9
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -3,10 +3,10 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:4.9.184 AS ksrc
FROM linuxkit/kernel:4.9.192 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec AS build
FROM linuxkit/alpine:3fdc49366257e53276c6f363956a4353f95d9a81 AS build
RUN apk add build-base elfutils-dev
COPY --from=ksrc /kernel-dev.tar /

View File

@ -19,7 +19,7 @@ clean_up() {
trap clean_up EXIT
# Make sure we have the latest kernel image
docker pull linuxkit/kernel:4.9.184
docker pull linuxkit/kernel:4.9.192
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.184
image: linuxkit/kernel:4.9.192
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626

View File

@ -3,10 +3,10 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:4.14.131 AS ksrc
FROM linuxkit/kernel:4.14.142 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec AS build
FROM linuxkit/alpine:3fdc49366257e53276c6f363956a4353f95d9a81 AS build
RUN apk add build-base elfutils-dev
COPY --from=ksrc /kernel-dev.tar /

Some files were not shown because too many files have changed in this diff Show More