Merge pull request #3520 from rn/kern-up

Update kernels, re-enable -perf, disable -rt kernels, bump wireguard
This commit is contained in:
Rolf Neugebauer
2020-05-09 19:30:38 +01:00
committed by GitHub
142 changed files with 194 additions and 198 deletions

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=tty0 console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=tty0 console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=tty0 console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
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:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=tty0 console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=tty0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,4 +1,4 @@
FROM linuxkit/alpine:bc528cf9d4065d2e09aa44ff76909b94cfe8d867 AS kernel-build
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 AS kernel-build
RUN apk add \
argp-standalone \
automake \
@@ -38,8 +38,8 @@ ARG KERNEL_SERIES
ARG EXTRA
ARG DEBUG
ENV WIREGUARD_VERSION=1.0.20200401
ENV WIREGUARD_SHA256="7dfb4a8315e1d6ae406ff32d01c496175df558dd65968a19e5222d02c7cfb77a"
ENV WIREGUARD_VERSION=1.0.20200506
ENV WIREGUARD_SHA256="98a99f2b825a82d57a7213e666f1ee4f7cc02bddb09bf4908b4b09447a8f121e"
ENV WIREGUARD_URL=https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${WIREGUARD_VERSION}.tar.xz
# We copy the entire directory. This copies some unneeded files, but

View File

@@ -1,7 +1,7 @@
ARG IMAGE
FROM ${IMAGE} as ksrc
FROM linuxkit/alpine:bc528cf9d4065d2e09aa44ff76909b94cfe8d867 AS build
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 AS build
RUN apk update && apk upgrade -a && \
apk add --no-cache \
argp-standalone \
@@ -102,7 +102,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:bc528cf9d4065d2e09aa44ff76909b94cfe8d867 as mirror
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 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:bc528cf9d4065d2e09aa44ff76909b94cfe8d867 AS kernel-build
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 AS kernel-build
RUN apk add \
argp-standalone \
bison \

View File

@@ -3,7 +3,7 @@
ARG IMAGE
FROM ${IMAGE} AS ksrc
FROM linuxkit/alpine:bc528cf9d4065d2e09aa44ff76909b94cfe8d867 AS build
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 AS build
RUN apk add \
argp-standalone \
bash \
@@ -20,11 +20,13 @@ RUN apk add \
findutils \
mpc1-dev \
mpfr-dev \
python3 \
sed \
tar \
xz \
xz-dev \
zlib-dev
zlib-dev \
zlib-static
COPY --from=ksrc /linux.tar.xz /kernel-headers.tar /
RUN tar xf linux.tar.xz && \

View File

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

View File

@@ -150,8 +150,7 @@ show-tags: show-tag_$(2)$(3)$(4)
# with DOCKER_CONTENT_TRUST explicitly set to 0
# Only build perf on x86 and latest LTS and stable kernels
# Temporarily disable perf build: https://github.com/linuxkit/linuxkit/issues/3498
ifeq ($(ARCH),disabled)
ifeq ($(ARCH),x86_64)
ifeq ($(2), $(filter $(2),5.6.x 5.4.x))
build_perf_$(2)$(3)$(4): build_$(2)$(3)$(4)
docker pull $(ORG)/$(IMAGE_PERF):$(1)$(3)$(4)-$(TAG)$(SUFFIX) || \
@@ -253,21 +252,21 @@ endef
# Debug targets only for latest stable and LTS stable
#
ifeq ($(ARCH),x86_64)
$(eval $(call kernel,5.6.2,5.6.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.4.30,5.4.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.4.30,5.4.x,,-dbg))
$(eval $(call kernel,5.4.28,5.4.x,-rt,))
$(eval $(call kernel,4.19.114,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.175,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.6.11,5.6.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.4.39,5.4.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.4.39,5.4.x,,-dbg))
#$(eval $(call kernel,5.4.28,5.4.x,-rt,))
$(eval $(call kernel,4.19.121,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.179,4.14.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,5.6.2,5.6.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.4.30,5.4.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.4.28,5.4.x,-rt,))
$(eval $(call kernel,5.6.11,5.6.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.4.39,5.4.x,$(EXTRA),$(DEBUG)))
#$(eval $(call kernel,5.4.28,5.4.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,5.6.2,5.6.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.4.30,5.4.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.6.11,5.6.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.4.39,5.4.x,$(EXTRA),$(DEBUG)))
endif
# Target for kernel config

View File

@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.175 Kernel Configuration
# Linux/x86 4.14.179 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y

View File

@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.19.114 Kernel Configuration
# Linux/x86 4.19.121 Kernel Configuration
#
#

View File

@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.4.30 Kernel Configuration
# Linux/arm64 5.4.39 Kernel Configuration
#
#
@@ -314,6 +314,7 @@ CONFIG_ARM64_ERRATUM_1024718=y
CONFIG_ARM64_ERRATUM_1165522=y
CONFIG_ARM64_ERRATUM_1286807=y
CONFIG_ARM64_ERRATUM_1463225=y
CONFIG_ARM64_ERRATUM_1542419=y
CONFIG_CAVIUM_ERRATUM_22375=y
CONFIG_CAVIUM_ERRATUM_23154=y
CONFIG_CAVIUM_ERRATUM_27456=y
@@ -4703,7 +4704,6 @@ 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

View File

@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 5.4.30 Kernel Configuration
# Linux/s390 5.4.39 Kernel Configuration
#
#
@@ -3482,7 +3482,6 @@ 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

View File

@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.4.30 Kernel Configuration
# Linux/x86 5.4.39 Kernel Configuration
#
#
@@ -4390,7 +4390,6 @@ 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

View File

@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.6.2 Kernel Configuration
# Linux/arm64 5.6.11 Kernel Configuration
#
#
@@ -4758,7 +4758,6 @@ 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

View File

@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 5.6.2 Kernel Configuration
# Linux/s390 5.6.11 Kernel Configuration
#
#
@@ -3494,7 +3494,6 @@ 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

View File

@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.6.2 Kernel Configuration
# Linux/x86 5.6.11 Kernel Configuration
#
#
@@ -4408,7 +4408,6 @@ 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

View File

@@ -1,4 +1,4 @@
From 24796cb1c1993f1d90742d39eda9cbec7ba9f93f Mon Sep 17 00:00:00 2001
From 333f5bbf9097beda89c22a4d55aadba6cd1cf14e 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From b438267e99a254b7429bbfba070ab6a10d7aa6aa Mon Sep 17 00:00:00 2001
From c4d562dd53c8f0b202f04364f2586f5017d40fb1 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From 72a91023eeacb8a23aa133ec2eb990fa03b32bc5 Mon Sep 17 00:00:00 2001
From b61d2eff742b292fecfb942f89c4e1aeb029e7b0 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From b4005dadd829aed2039d665cee1881f49a8b63a1 Mon Sep 17 00:00:00 2001
From 0a30366ac57372d2011aa6767f08ef731a1a9168 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From 80655cdbb7c8af7ac4e81fe714a58316d0c73d39 Mon Sep 17 00:00:00 2001
From 8e09b1485b89f84edeb6fc8955ce4c83d7a910e7 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From 0c0455f95486b47ff302b04bfcb9d218b615d3f9 Mon Sep 17 00:00:00 2001
From c0d6624139c592afd2f59bd89205367a17ac92f2 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From 6e88aa6f249cc7f482feb19a00810a9a6022ab25 Mon Sep 17 00:00:00 2001
From d2b780d10394f57e587c4d651c9654cbffa8c7d3 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From ec55daf877edc19269dd16f0ae0ae926bafeed89 Mon Sep 17 00:00:00 2001
From 962937432231380e0a30e8d5f031c76adb90cb70 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From afa9cce6947186ec0b17b0b9172c9d8a5c2d4b14 Mon Sep 17 00:00:00 2001
From f756c507992e113fa0ea1a9471d22c523677e160 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From ee0128fbee6aa73c5f832990c86a62f95d3fb5f9 Mon Sep 17 00:00:00 2001
From aecd20aa882d80ddd3e0b74ebdffd12359d9ec72 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From 6a6c0474ea0640be0f79390c83b42ce0197e08bf Mon Sep 17 00:00:00 2001
From 75faa50818868fa4c55b0f0c27e5fb409264026f 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From 5df7a692eacbe0b42f593bda2b81b1d9e9d154c8 Mon Sep 17 00:00:00 2001
From decec8b295fd5149da9b3d2cd448f1259048d325 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From 733fc90ecf658625cf227ee85a242dc54ee165d8 Mon Sep 17 00:00:00 2001
From f070979217fbb19c35319c6867fa8c2ae28cad00 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From 514148f54891b8e9bdcf65bc06087f2992e2e1c6 Mon Sep 17 00:00:00 2001
From a82075db6979247b0a7e999e5a88936b518a93f0 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From 7aa5e1d4543decdf2d210df981b9a12d430fed60 Mon Sep 17 00:00:00 2001
From 447c8b1e0ab65c15ca6551018c5950012a11877d 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From 68fe2679ce069ae3dee035f398d56a98979203c9 Mon Sep 17 00:00:00 2001
From 9e242661dd727b82f49740eaa8a8cdd1ee644d7a 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From dda4828610e0a1900af6b7c22c5fb99c73b14305 Mon Sep 17 00:00:00 2001
From bc7760edd08f073b7a83ce5abdf17b6d1cd4b2e6 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From 5d99bb75cf678b865f7d7f4befa78a7565711830 Mon Sep 17 00:00:00 2001
From 4b4897b070cab0d37051afa01b6044e19b207a1d 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From ac3a5d331cbb4ab7551b63a72797b35a5b7e6b3f Mon Sep 17 00:00:00 2001
From 287ff0902ddd374515a8a57119c786ece09840b2 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From 8d79ab8e5806f8b7a8f2dc8fd6857780c8fb79f5 Mon Sep 17 00:00:00 2001
From a8536b61d61bbc7c7b08e02127b289878a324a89 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From fe24c8d1c22e600fc8eaa1ea2ae9a8c0091fc0d5 Mon Sep 17 00:00:00 2001
From 3e8f53a68377bfcbc335226b251e9939b46d388f 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.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From 5f86d3c6c5e6e3e3ea93cef6a76a85cffd9a6372 Mon Sep 17 00:00:00 2001
From 1732ff11640d5fefb35083ad0d6bc016f2fd407c Mon Sep 17 00:00:00 2001
From: Arnaldo Carvalho de Melo <acme@redhat.com>
Date: Mon, 4 Feb 2019 15:48:03 -0300
Subject: [PATCH 1/2] perf symbols: Add fallback definitions for
@@ -49,5 +49,5 @@ index a701a8a48f00..dc3fbcbb0e79 100644
#ifdef HAVE_CPLUS_DEMANGLE_SUPPORT
--
2.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From 8ca0e7b06f5c0a48f434e50e09ae91372e686235 Mon Sep 17 00:00:00 2001
From d5f2496c154d54f8760aa273384f49c4adfd8704 Mon Sep 17 00:00:00 2001
From: Matt Redfearn <matt.redfearn@mips.com>
Date: Wed, 3 Jan 2018 09:57:30 +0000
Subject: [PATCH 2/2] include/uapi/linux/swab: Fix potentially missing
@@ -38,7 +38,7 @@ Signed-off-by: Matt Redfearn <matt.redfearn@mips.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/linux/swab.h b/include/uapi/linux/swab.h
index 23cd84868cc3..f6a8cf737abf 100644
index 7272f85d6d6a..3736f2fe1541 100644
--- a/include/uapi/linux/swab.h
+++ b/include/uapi/linux/swab.h
@@ -3,7 +3,7 @@
@@ -47,9 +47,9 @@ index 23cd84868cc3..f6a8cf737abf 100644
#include <linux/types.h>
-#include <linux/compiler.h>
+#include <linux/stddef.h>
#include <asm/bitsperlong.h>
#include <asm/swab.h>
/*
--
2.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From 194853f9b9fe9fcf424410cf5c455390caf91385 Mon Sep 17 00:00:00 2001
From 3635a8090f2271103511b68a5853b1d7e0a925b5 Mon Sep 17 00:00:00 2001
From: Matt Redfearn <matt.redfearn@mips.com>
Date: Wed, 3 Jan 2018 09:57:30 +0000
Subject: [PATCH] include/uapi/linux/swab: Fix potentially missing
@@ -38,7 +38,7 @@ Signed-off-by: Matt Redfearn <matt.redfearn@mips.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/linux/swab.h b/include/uapi/linux/swab.h
index 23cd84868cc3..f6a8cf737abf 100644
index 7272f85d6d6a..3736f2fe1541 100644
--- a/include/uapi/linux/swab.h
+++ b/include/uapi/linux/swab.h
@@ -3,7 +3,7 @@
@@ -47,9 +47,9 @@ index 23cd84868cc3..f6a8cf737abf 100644
#include <linux/types.h>
-#include <linux/compiler.h>
+#include <linux/stddef.h>
#include <asm/bitsperlong.h>
#include <asm/swab.h>
/*
--
2.24.0
2.26.2

View File

@@ -1,4 +1,4 @@
From 26ed515a9a0fa1c65c4ddada44e803ab67970bae Mon Sep 17 00:00:00 2001
From 654a742e0c19c817e31443fc95f01aabaf2ee034 Mon Sep 17 00:00:00 2001
From: Matt Redfearn <matt.redfearn@mips.com>
Date: Wed, 3 Jan 2018 09:57:30 +0000
Subject: [PATCH] include/uapi/linux/swab: Fix potentially missing
@@ -51,5 +51,5 @@ index 7272f85d6d6a..3736f2fe1541 100644
#include <asm/swab.h>
--
2.24.0
2.26.2

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

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

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.175
image: linuxkit/kernel:4.14.179
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.114
image: linuxkit/kernel:4.19.121
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.6.2
image: linuxkit/kernel:5.6.11
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

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.175 AS ksrc
FROM linuxkit/kernel:4.14.179 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:bc528cf9d4065d2e09aa44ff76909b94cfe8d867 AS build
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 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.14.175
docker pull linuxkit/kernel:4.14.179
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.175
image: linuxkit/kernel:4.14.179
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -3,10 +3,10 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:4.19.114 AS ksrc
FROM linuxkit/kernel:4.19.121 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:bc528cf9d4065d2e09aa44ff76909b94cfe8d867 AS build
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 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.19.114
docker pull linuxkit/kernel:4.19.121
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.19.114
image: linuxkit/kernel:4.19.121
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -3,10 +3,10 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:5.4.30 AS ksrc
FROM linuxkit/kernel:5.4.39 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:bc528cf9d4065d2e09aa44ff76909b94cfe8d867 AS build
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 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:5.4.30
docker pull linuxkit/kernel:5.4.39
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:5.4.30
image: linuxkit/kernel:5.4.39
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c

View File

@@ -3,10 +3,10 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:5.6.2 AS ksrc
FROM linuxkit/kernel:5.6.11 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:bc528cf9d4065d2e09aa44ff76909b94cfe8d867 AS build
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 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