Merge pull request #2905 from rn/kup

Update kernels to 4.15.1/14.14.17/4.9.80/4.4.115
This commit is contained in:
Rolf Neugebauer 2018-02-07 13:09:19 +00:00 committed by GitHub
commit 42f4106168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
102 changed files with 115 additions and 118 deletions

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

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.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/vpnkit-expose-port:v0.2 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=tty0 console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

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.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyAMA0"
ucode: ""
onboot:

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
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.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=tty0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -204,12 +204,12 @@ endef
# Build Targets
# Debug targets only for latest stable and LTS stable
#
$(eval $(call kernel,4.15,4.15.x,$(EXTRA)))
$(eval $(call kernel,4.14.16,4.14.x,$(EXTRA)))
$(eval $(call kernel,4.14.16,4.14.x,-dbg))
$(eval $(call kernel,4.9.79,4.9.x,$(EXTRA)))
$(eval $(call kernel,4.9.79,4.9.x,-dbg))
$(eval $(call kernel,4.4.114,4.4.x,$(EXTRA)))
$(eval $(call kernel,4.15.1,4.15.x,$(EXTRA)))
$(eval $(call kernel,4.14.17,4.14.x,$(EXTRA)))
$(eval $(call kernel,4.14.17,4.14.x,-dbg))
$(eval $(call kernel,4.9.80,4.9.x,$(EXTRA)))
$(eval $(call kernel,4.9.80,4.9.x,-dbg))
$(eval $(call kernel,4.4.115,4.4.x,$(EXTRA)))
# Target for kernel config
kconfig: | sources

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.14.16 Kernel Configuration
# Linux/arm64 4.14.17 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

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

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.15.0 Kernel Configuration
# Linux/arm64 4.15.1 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

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

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.4.114 Kernel Configuration
# Linux/arm64 4.4.115 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
@ -176,6 +176,7 @@ CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT_ALWAYS_ON=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_ADVISE_SYSCALLS=y
@ -1091,6 +1092,7 @@ CONFIG_NET_9P_VIRTIO=y
# CONFIG_NFC is not set
CONFIG_LWTUNNEL=y
CONFIG_HAVE_BPF_JIT=y
CONFIG_HAVE_EBPF_JIT=y
#
# Device Drivers

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.4.114 Kernel Configuration
# Linux/x86 4.4.115 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
@ -210,6 +210,7 @@ CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT_ALWAYS_ON=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_ADVISE_SYSCALLS=y
@ -1268,6 +1269,7 @@ CONFIG_NET_9P_VIRTIO=y
# CONFIG_NFC is not set
CONFIG_LWTUNNEL=y
CONFIG_HAVE_BPF_JIT=y
CONFIG_HAVE_EBPF_JIT=y
#
# Device Drivers

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.9.79 Kernel Configuration
# Linux/arm64 4.9.80 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

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

View File

@ -1,4 +1,4 @@
From d89e6ec087e2b1e7ab5f5cb684026f07e5c359df Mon Sep 17 00:00:00 2001
From a629d501c42e00b7c1e37ab8d8f32e303cd89f7a 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] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB (page

View File

@ -1,4 +1,4 @@
From 6b7e072829a8b4e8b3c19f01138998a5d74558cf Mon Sep 17 00:00:00 2001
From d2a1904b00892fbaa2c679f11b3ecaaafd33af58 Mon Sep 17 00:00:00 2001
From: Rolf Neugebauer <rolf.neugebauer@gmail.com>
Date: Tue, 6 Feb 2018 13:02:57 +0000
Subject: [PATCH] x86/microcode/intel: Avoid division by zero

View File

@ -1,4 +1,4 @@
From d249c8a91517af30e63a8abfa7ce7c6ad998d7b7 Mon Sep 17 00:00:00 2001
From 9586bfc77ee58cc2e9ae399f18d32bc05e4b6ffc 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/13] tools build: Add test for sched_getcpu()

View File

@ -1,4 +1,4 @@
From 8c548dd2caeed54dd02610cd4bae351b89682d8c Mon Sep 17 00:00:00 2001
From 310ac1363fe5f87ce56c63e7a7a7d46a84be8d3f 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/13] perf jit: Avoid returning garbage for a ret variable

View File

@ -1,4 +1,4 @@
From f350364380d1ad3cc73df12265c8b6476dfe51fa Mon Sep 17 00:00:00 2001
From a39417812083d3474b98134d139e72d6d79bc492 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/13] hv_sock: introduce Hyper-V Sockets

View File

@ -1,4 +1,4 @@
From c9e4562f53bd6a7276a2927b186d5b6bcefc9a78 Mon Sep 17 00:00:00 2001
From 1e0c2c94321b412be54c6b9a1cecf376c633780b 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/13] vmbus: Don't spam the logs with unknown GUIDs

View File

@ -1,4 +1,4 @@
From bfa241cc0ba86944ce412257f61d7397091dca50 Mon Sep 17 00:00:00 2001
From 5f0fcc042a7e5287406c958776f49ff6fac00b73 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/13] Drivers: hv: utils: Fix the mapping between host

View File

@ -1,4 +1,4 @@
From e4e0219800f56fdabc70ab3979f1a4c47b2f6411 Mon Sep 17 00:00:00 2001
From b8b4ae687821bc86381482a77ea3140670cf132e 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/13] Drivers: hv: vss: Improve log messages.

View File

@ -1,4 +1,4 @@
From 1c376d4e0a67bd1e7f46e88eec3d2d38aa18c367 Mon Sep 17 00:00:00 2001
From 298283fe160246b6e36d7c38da55a89b016e4a0b 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/13] Drivers: hv: vss: Operation timeouts should match host

View File

@ -1,4 +1,4 @@
From 0620946a57585307071160fa5af71a23d3ff3a2c Mon Sep 17 00:00:00 2001
From 517d5ea9d31325d2d77018f6814c8a1344e48a00 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/13] Drivers: hv: vmbus: Use all supported IC versions to

View File

@ -1,4 +1,4 @@
From 41ce4da3ddbf2eb9790738a479ec4e50db46eebb Mon Sep 17 00:00:00 2001
From 440b0cedc63f8db6db248d4aad884250433eae1a 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/13] Drivers: hv: Log the negotiated IC versions.

View File

@ -1,4 +1,4 @@
From 3ffad6b5d1f3d4f0e49ea5eb352c97fb374c8aa0 Mon Sep 17 00:00:00 2001
From c82e7bcadba81fb8c9f7edd330589d95dca1d7f5 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/13] vmbus: fix missed ring events on boot

View File

@ -1,4 +1,4 @@
From 1794bf5e96cff6dfb433840ede089040753339a7 Mon Sep 17 00:00:00 2001
From c9344407111f75bbe709dd00f67be7f941798d29 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/13] vmbus: remove "goto error_clean_msglist" in

View File

@ -1,4 +1,4 @@
From 03bb29f91f12a6b134e632704aa5756ae5709f5d Mon Sep 17 00:00:00 2001
From 2855f13f45de54ca67a3f438d8c62d75fa99c7ca 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/13] vmbus: dynamically enqueue/dequeue the channel on

View File

@ -1,4 +1,4 @@
From 5b1b8d01842d3e6799cf848519da43bc2a5d6edb Mon Sep 17 00:00:00 2001
From 207fa9a93a6708071fecec462915570a52641c78 Mon Sep 17 00:00:00 2001
From: Rolf Neugebauer <rolf.neugebauer@gmail.com>
Date: Tue, 6 Feb 2018 13:02:57 +0000
Subject: [PATCH 13/13] x86/microcode/intel: Avoid division by zero

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=tty0 page_poison=1"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782 # with runc, logwrite, startmemlogd

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.4.114
image: linuxkit/kernel:4.4.115
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.16
image: linuxkit/kernel:4.14.17
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.15
image: linuxkit/kernel:4.15.1
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:4.4.114 AS ksrc
FROM linuxkit/kernel:4.4.115 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 AS build

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.79
docker pull linuxkit/kernel:4.9.80
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.4.114
image: linuxkit/kernel:4.4.115
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:4.9.79 AS ksrc
FROM linuxkit/kernel:4.9.80 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 AS build

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.79
docker pull linuxkit/kernel:4.9.80
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:4.14.16 AS ksrc
FROM linuxkit/kernel:4.14.17 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 AS build

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.79
docker pull linuxkit/kernel:4.9.80
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.16
image: linuxkit/kernel:4.14.17
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for
# testing.
FROM linuxkit/kernel:4.15 AS ksrc
FROM linuxkit/kernel:4.15.1 AS ksrc
# Extract headers and compile module
FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 AS build

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.79
docker pull linuxkit/kernel:4.9.80
# Build a package
docker build -t ${IMAGE_NAME} .

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.15
image: linuxkit/kernel:4.15.1
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.4.114
image: linuxkit/kernel:4.4.115
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.16
image: linuxkit/kernel:4.14.17
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.79
image: linuxkit/kernel:4.9.80
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782

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