Merge pull request #3049 from rn/kern-up

Update kernels to 4.16.12/4.16.13/4.14.44/4.14.46/4.9.103/4.9.104/4.4.133/4.4.134
This commit is contained in:
Rolf Neugebauer 2018-05-30 20:09:15 +01:00 committed by GitHub
commit 946712460b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
121 changed files with 137 additions and 136 deletions

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

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

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=tty0 console=ttyS0" cmdline: "console=tty0 console=ttyS0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

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

View File

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

View File

@ -1,7 +1,7 @@
# Minimal YAML to run a redis server (used at DockerCon'17) # Minimal YAML to run a redis server (used at DockerCon'17)
# connect: nc localhost 6379 # connect: nc localhost 6379
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=tty0" cmdline: "console=tty0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -218,21 +218,21 @@ endef
# Debug targets only for latest stable and LTS stable # Debug targets only for latest stable and LTS stable
# #
ifeq ($(ARCH),x86_64) ifeq ($(ARCH),x86_64)
$(eval $(call kernel,4.16.11,4.16.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.16.13,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.43,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.46,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.43,4.14.x,,-dbg)) $(eval $(call kernel,4.14.46,4.14.x,,-dbg))
$(eval $(call kernel,4.14.40,4.14.x,-rt,)) $(eval $(call kernel,4.14.40,4.14.x,-rt,))
$(eval $(call kernel,4.9.102,4.9.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.9.104,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.132,4.4.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.4.134,4.4.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64) else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,4.16.11,4.16.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.16.13,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.43,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.46,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.40,4.14.x,-rt,)) $(eval $(call kernel,4.14.40,4.14.x,-rt,))
else ifeq ($(ARCH),s390x) else ifeq ($(ARCH),s390x)
$(eval $(call kernel,4.16.11,4.16.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.16.13,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.43,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.46,4.14.x,$(EXTRA),$(DEBUG)))
endif endif
# Target for kernel config # Target for kernel config

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.14.43 Kernel Configuration # Linux/arm64 4.14.46 Kernel Configuration
# #
CONFIG_ARM64=y CONFIG_ARM64=y
CONFIG_64BIT=y CONFIG_64BIT=y
@ -2178,7 +2178,7 @@ CONFIG_TCG_TIS_I2C_NUVOTON=m
CONFIG_TCG_ATMEL=m CONFIG_TCG_ATMEL=m
CONFIG_TCG_INFINEON=m CONFIG_TCG_INFINEON=m
CONFIG_TCG_XEN=m CONFIG_TCG_XEN=m
CONFIG_TCG_CRB=m CONFIG_TCG_CRB=y
CONFIG_TCG_VTPM_PROXY=m CONFIG_TCG_VTPM_PROXY=m
CONFIG_TCG_TIS_ST33ZP24=m CONFIG_TCG_TIS_ST33ZP24=m
CONFIG_TCG_TIS_ST33ZP24_I2C=m CONFIG_TCG_TIS_ST33ZP24_I2C=m

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/s390 4.14.43 Kernel Configuration # Linux/s390 4.14.46 Kernel Configuration
# #
CONFIG_MMU=y CONFIG_MMU=y
CONFIG_ZONE_DMA=y CONFIG_ZONE_DMA=y

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.43 Kernel Configuration # Linux/x86 4.14.46 Kernel Configuration
# #
CONFIG_64BIT=y CONFIG_64BIT=y
CONFIG_X86_64=y CONFIG_X86_64=y
@ -2241,7 +2241,7 @@ CONFIG_TCG_NSC=m
CONFIG_TCG_ATMEL=m CONFIG_TCG_ATMEL=m
CONFIG_TCG_INFINEON=m CONFIG_TCG_INFINEON=m
CONFIG_TCG_XEN=m CONFIG_TCG_XEN=m
CONFIG_TCG_CRB=m CONFIG_TCG_CRB=y
CONFIG_TCG_VTPM_PROXY=m CONFIG_TCG_VTPM_PROXY=m
CONFIG_TCG_TIS_ST33ZP24=m CONFIG_TCG_TIS_ST33ZP24=m
CONFIG_TCG_TIS_ST33ZP24_I2C=m CONFIG_TCG_TIS_ST33ZP24_I2C=m

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.16.11 Kernel Configuration # Linux/arm64 4.16.13 Kernel Configuration
# #
CONFIG_ARM64=y CONFIG_ARM64=y
CONFIG_64BIT=y CONFIG_64BIT=y
@ -2217,7 +2217,7 @@ CONFIG_TCG_TIS_I2C_NUVOTON=m
CONFIG_TCG_ATMEL=m CONFIG_TCG_ATMEL=m
CONFIG_TCG_INFINEON=m CONFIG_TCG_INFINEON=m
CONFIG_TCG_XEN=m CONFIG_TCG_XEN=m
CONFIG_TCG_CRB=m CONFIG_TCG_CRB=y
CONFIG_TCG_VTPM_PROXY=m CONFIG_TCG_VTPM_PROXY=m
CONFIG_TCG_TIS_ST33ZP24=m CONFIG_TCG_TIS_ST33ZP24=m
CONFIG_TCG_TIS_ST33ZP24_I2C=m CONFIG_TCG_TIS_ST33ZP24_I2C=m

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/s390 4.16.11 Kernel Configuration # Linux/s390 4.16.13 Kernel Configuration
# #
CONFIG_MMU=y CONFIG_MMU=y
CONFIG_ZONE_DMA=y CONFIG_ZONE_DMA=y
@ -477,7 +477,7 @@ CONFIG_ARCH_RANDOM=y
CONFIG_KERNEL_NOBP=y CONFIG_KERNEL_NOBP=y
CONFIG_EXPOLINE=y CONFIG_EXPOLINE=y
# CONFIG_EXPOLINE_OFF is not set # CONFIG_EXPOLINE_OFF is not set
# CONFIG_EXPOLINE_MEDIUM is not set # CONFIG_EXPOLINE_AUTO is not set
CONFIG_EXPOLINE_FULL=y CONFIG_EXPOLINE_FULL=y
# #
@ -1268,6 +1268,7 @@ CONFIG_ALLOW_DEV_COREDUMP=y
CONFIG_SYS_HYPERVISOR=y CONFIG_SYS_HYPERVISOR=y
# CONFIG_GENERIC_CPU_DEVICES is not set # CONFIG_GENERIC_CPU_DEVICES is not set
CONFIG_GENERIC_CPU_AUTOPROBE=y CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_GENERIC_CPU_VULNERABILITIES=y
# CONFIG_DMA_SHARED_BUFFER is not set # CONFIG_DMA_SHARED_BUFFER is not set
# CONFIG_DMA_CMA is not set # CONFIG_DMA_CMA is not set

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.16.11 Kernel Configuration # Linux/x86 4.16.13 Kernel Configuration
# #
CONFIG_64BIT=y CONFIG_64BIT=y
CONFIG_X86_64=y CONFIG_X86_64=y
@ -2270,7 +2270,7 @@ CONFIG_TCG_NSC=m
CONFIG_TCG_ATMEL=m CONFIG_TCG_ATMEL=m
CONFIG_TCG_INFINEON=m CONFIG_TCG_INFINEON=m
CONFIG_TCG_XEN=m CONFIG_TCG_XEN=m
CONFIG_TCG_CRB=m CONFIG_TCG_CRB=y
CONFIG_TCG_VTPM_PROXY=m CONFIG_TCG_VTPM_PROXY=m
CONFIG_TCG_TIS_ST33ZP24=m CONFIG_TCG_TIS_ST33ZP24=m
CONFIG_TCG_TIS_ST33ZP24_I2C=m CONFIG_TCG_TIS_ST33ZP24_I2C=m

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From 1c677a677f43febe448c602854333e3121a27b91 Mon Sep 17 00:00:00 2001 From ba9c012833d60b0cea2fe198f93fa14e1dc8a176 Mon Sep 17 00:00:00 2001
From: Cheng-mean Liu <soccerl@microsoft.com> From: Cheng-mean Liu <soccerl@microsoft.com>
Date: Tue, 11 Jul 2017 16:58:26 -0700 Date: Tue, 11 Jul 2017 16:58:26 -0700
Subject: [PATCH 01/21] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB Subject: [PATCH 01/21] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB

View File

@ -1,4 +1,4 @@
From 37833c0040df00ccbec30eb68c7945d097a8b63a Mon Sep 17 00:00:00 2001 From b97cdaf612964ff20e1ea1458b137c99e733e028 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:00 -0700 Date: Sun, 29 Oct 2017 12:21:00 -0700
Subject: [PATCH 02/21] hyper-v: trace vmbus_on_msg_dpc() Subject: [PATCH 02/21] hyper-v: trace vmbus_on_msg_dpc()

View File

@ -1,4 +1,4 @@
From dcd5ef65327a2c90295d9826bb9d8000fced2c09 Mon Sep 17 00:00:00 2001 From 379cb036637690d8bce433ad833b3d843f159eb3 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:01 -0700 Date: Sun, 29 Oct 2017 12:21:01 -0700
Subject: [PATCH 03/21] hyper-v: trace vmbus_on_message() Subject: [PATCH 03/21] hyper-v: trace vmbus_on_message()

View File

@ -1,4 +1,4 @@
From 8066100e8d992f10d3e606e85ea82436525c6732 Mon Sep 17 00:00:00 2001 From 7d1ddbee3234cfbe7b5afcde867563c2d2bdbdb1 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:02 -0700 Date: Sun, 29 Oct 2017 12:21:02 -0700
Subject: [PATCH 04/21] hyper-v: trace vmbus_onoffer() Subject: [PATCH 04/21] hyper-v: trace vmbus_onoffer()

View File

@ -1,4 +1,4 @@
From 1d48d5f3935fedc1a22bd91dd46af28b8f55b3ac Mon Sep 17 00:00:00 2001 From d57f1c982a64450e55dae7bbe43b22e1b8e665b4 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:03 -0700 Date: Sun, 29 Oct 2017 12:21:03 -0700
Subject: [PATCH 05/21] hyper-v: trace vmbus_onoffer_rescind() Subject: [PATCH 05/21] hyper-v: trace vmbus_onoffer_rescind()

View File

@ -1,4 +1,4 @@
From 5689218c77b11e50060af0037a29e8ea9ef95f0e Mon Sep 17 00:00:00 2001 From 466715e8592b1b4285660244a6e0965e9019e2a4 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:04 -0700 Date: Sun, 29 Oct 2017 12:21:04 -0700
Subject: [PATCH 06/21] hyper-v: trace vmbus_onopen_result() Subject: [PATCH 06/21] hyper-v: trace vmbus_onopen_result()

View File

@ -1,4 +1,4 @@
From 4c4f5455c77468e5c1dde9caf56e83107d1da9f2 Mon Sep 17 00:00:00 2001 From aa61d30051c9fd557e7b58f011a4a350713cf0bd Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:05 -0700 Date: Sun, 29 Oct 2017 12:21:05 -0700
Subject: [PATCH 07/21] hyper-v: trace vmbus_ongpadl_created() Subject: [PATCH 07/21] hyper-v: trace vmbus_ongpadl_created()

View File

@ -1,4 +1,4 @@
From 75bdfb0d0f7cb509c8ffbb21db326db95d902265 Mon Sep 17 00:00:00 2001 From c1abcfc524eb10d27c859a7dfd4181aed5ae6cc1 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:06 -0700 Date: Sun, 29 Oct 2017 12:21:06 -0700
Subject: [PATCH 08/21] hyper-v: trace vmbus_ongpadl_torndown() Subject: [PATCH 08/21] hyper-v: trace vmbus_ongpadl_torndown()

View File

@ -1,4 +1,4 @@
From 46da58596f3cf4ea615745c3f176cf074f99bdc2 Mon Sep 17 00:00:00 2001 From ed40a33eb52a17ac7d34debbe01c6a2596d9616e Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:07 -0700 Date: Sun, 29 Oct 2017 12:21:07 -0700
Subject: [PATCH 09/21] hyper-v: trace vmbus_onversion_response() Subject: [PATCH 09/21] hyper-v: trace vmbus_onversion_response()

View File

@ -1,4 +1,4 @@
From 4a20e6020a75a74ad4a5b7d05614d85d8bd38951 Mon Sep 17 00:00:00 2001 From cbeb345bfa1be4052a948a05ffa80367b0d5194c Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:08 -0700 Date: Sun, 29 Oct 2017 12:21:08 -0700
Subject: [PATCH 10/21] hyper-v: trace vmbus_request_offers() Subject: [PATCH 10/21] hyper-v: trace vmbus_request_offers()

View File

@ -1,4 +1,4 @@
From 7e1f46d5bbee115b77db218853085a1c5a8713dc Mon Sep 17 00:00:00 2001 From cc1130ff132dcc5c968dfe482520e348e74ebdfd Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:09 -0700 Date: Sun, 29 Oct 2017 12:21:09 -0700
Subject: [PATCH 11/21] hyper-v: trace vmbus_open() Subject: [PATCH 11/21] hyper-v: trace vmbus_open()

View File

@ -1,4 +1,4 @@
From aa136e61c892d3e8785e10df63351d37df378af3 Mon Sep 17 00:00:00 2001 From dc991f18a20ff9eeb92d63a0cc30b86c998315ce Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:10 -0700 Date: Sun, 29 Oct 2017 12:21:10 -0700
Subject: [PATCH 12/21] hyper-v: trace vmbus_close_internal() Subject: [PATCH 12/21] hyper-v: trace vmbus_close_internal()

View File

@ -1,4 +1,4 @@
From 4872e11599cbf9f4fb860a94bb5f10bb002c1e99 Mon Sep 17 00:00:00 2001 From 9cc7a6f8154f3e61c2bf0cf3b509969fb943ff5e Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:11 -0700 Date: Sun, 29 Oct 2017 12:21:11 -0700
Subject: [PATCH 13/21] hyper-v: trace vmbus_establish_gpadl() Subject: [PATCH 13/21] hyper-v: trace vmbus_establish_gpadl()

View File

@ -1,4 +1,4 @@
From 516cc9113ef05fa68b852b1fd42bc7ac341c0a0c Mon Sep 17 00:00:00 2001 From 726a1daebeb30fa49089182af636cc8568478894 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:12 -0700 Date: Sun, 29 Oct 2017 12:21:12 -0700
Subject: [PATCH 14/21] hyper-v: trace vmbus_teardown_gpadl() Subject: [PATCH 14/21] hyper-v: trace vmbus_teardown_gpadl()

View File

@ -1,4 +1,4 @@
From 9c298c5c52001c275fda92fc486b362ca5f97fc7 Mon Sep 17 00:00:00 2001 From a9c44c1f9b9fb84e59a096ca660a240289f3bfea Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:13 -0700 Date: Sun, 29 Oct 2017 12:21:13 -0700
Subject: [PATCH 15/21] hyper-v: trace vmbus_negotiate_version() Subject: [PATCH 15/21] hyper-v: trace vmbus_negotiate_version()

View File

@ -1,4 +1,4 @@
From e2bd4febedd7d75d8d04fc2864937d5a5be46337 Mon Sep 17 00:00:00 2001 From 31062dfba0a0a70855ac6cd545ac58f33521f7d6 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:14 -0700 Date: Sun, 29 Oct 2017 12:21:14 -0700
Subject: [PATCH 16/21] hyper-v: trace vmbus_release_relid() Subject: [PATCH 16/21] hyper-v: trace vmbus_release_relid()

View File

@ -1,4 +1,4 @@
From 112414d5ab67b50b0c760cc6ec13c012552450ee Mon Sep 17 00:00:00 2001 From 64952a8dc4b8b29c331020f6c626092eb0d6c4c2 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:15 -0700 Date: Sun, 29 Oct 2017 12:21:15 -0700
Subject: [PATCH 17/21] hyper-v: trace vmbus_send_tl_connect_request() Subject: [PATCH 17/21] hyper-v: trace vmbus_send_tl_connect_request()

View File

@ -1,4 +1,4 @@
From 6ad499cfddb499f89fa32be3670bc9f2797c6beb Mon Sep 17 00:00:00 2001 From e732588217b9dea8deb4c429e51f4072b5098110 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:16 -0700 Date: Sun, 29 Oct 2017 12:21:16 -0700
Subject: [PATCH 18/21] hyper-v: trace channel events Subject: [PATCH 18/21] hyper-v: trace channel events

View File

@ -1,4 +1,4 @@
From e2d14cc7f8f769284fcc85ddcd61e68ad8c5a0ba Mon Sep 17 00:00:00 2001 From bfa9cbafcb57649ebd26c4bcef84a838e8282f7c Mon Sep 17 00:00:00 2001
From: Christian Borntraeger <borntraeger@de.ibm.com> From: Christian Borntraeger <borntraeger@de.ibm.com>
Date: Tue, 12 Dec 2017 09:08:35 +0100 Date: Tue, 12 Dec 2017 09:08:35 +0100
Subject: [PATCH 19/21] serial: forbid 8250 on s390 Subject: [PATCH 19/21] serial: forbid 8250 on s390

View File

@ -1,4 +1,4 @@
From af12bcbc53c932acd6ac53b5f6856f6d71e2657d Mon Sep 17 00:00:00 2001 From e97e7ad3b51fbd7d4820cd3753873178a671e39a Mon Sep 17 00:00:00 2001
From: Cathy Avery <cavery@redhat.com> From: Cathy Avery <cavery@redhat.com>
Date: Tue, 31 Oct 2017 08:52:06 -0400 Date: Tue, 31 Oct 2017 08:52:06 -0400
Subject: [PATCH 20/21] scsi: storvsc: Allow only one remove lun work item to Subject: [PATCH 20/21] scsi: storvsc: Allow only one remove lun work item to
@ -29,7 +29,7 @@ Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 file changed, 22 insertions(+), 5 deletions(-) 1 file changed, 22 insertions(+), 5 deletions(-)
diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c
index a3e480e7a257..f0ce2193eff7 100644 index c44de0b4a995..d0f5417ed20a 100644
--- a/drivers/scsi/storvsc_drv.c --- a/drivers/scsi/storvsc_drv.c
+++ b/drivers/scsi/storvsc_drv.c +++ b/drivers/scsi/storvsc_drv.c
@@ -486,6 +486,7 @@ struct hv_host_device { @@ -486,6 +486,7 @@ struct hv_host_device {

View File

@ -1,4 +1,4 @@
From f9e039504451fec70000b12e55638cf80132d77b Mon Sep 17 00:00:00 2001 From 869e66821846ad1f4c2b9dba57f54348f60518cc Mon Sep 17 00:00:00 2001
From: Long Li <longli@microsoft.com> From: Long Li <longli@microsoft.com>
Date: Tue, 31 Oct 2017 14:58:08 -0700 Date: Tue, 31 Oct 2017 14:58:08 -0700
Subject: [PATCH 21/21] scsi: storvsc: Avoid excessive host scan on controller Subject: [PATCH 21/21] scsi: storvsc: Avoid excessive host scan on controller
@ -24,7 +24,7 @@ Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 file changed, 11 insertions(+), 15 deletions(-) 1 file changed, 11 insertions(+), 15 deletions(-)
diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c
index f0ce2193eff7..a892a5020c30 100644 index d0f5417ed20a..819afb3bfcf4 100644
--- a/drivers/scsi/storvsc_drv.c --- a/drivers/scsi/storvsc_drv.c
+++ b/drivers/scsi/storvsc_drv.c +++ b/drivers/scsi/storvsc_drv.c
@@ -487,6 +487,8 @@ struct hv_host_device { @@ -487,6 +487,8 @@ struct hv_host_device {

View File

@ -1,4 +1,4 @@
From 1252fc4a06ff5367dd9bbd18949b67adb53cb69e Mon Sep 17 00:00:00 2001 From b9dab29a41e15debcb71f2303b990dd477a9301c Mon Sep 17 00:00:00 2001
From: Arnaldo Carvalho de Melo <acme@redhat.com> From: Arnaldo Carvalho de Melo <acme@redhat.com>
Date: Thu, 2 Mar 2017 12:55:49 -0300 Date: Thu, 2 Mar 2017 12:55:49 -0300
Subject: [PATCH 01/12] tools build: Add test for sched_getcpu() Subject: [PATCH 01/12] tools build: Add test for sched_getcpu()

View File

@ -1,4 +1,4 @@
From a619f006379a590b8a4d30d5a85d76f298935920 Mon Sep 17 00:00:00 2001 From f19873d58012f2be3049f4c37617bf770c71bbaa Mon Sep 17 00:00:00 2001
From: Arnaldo Carvalho de Melo <acme@redhat.com> From: Arnaldo Carvalho de Melo <acme@redhat.com>
Date: Thu, 13 Oct 2016 17:12:35 -0300 Date: Thu, 13 Oct 2016 17:12:35 -0300
Subject: [PATCH 02/12] perf jit: Avoid returning garbage for a ret variable Subject: [PATCH 02/12] perf jit: Avoid returning garbage for a ret variable

View File

@ -1,4 +1,4 @@
From 2bb9b02d7c9005caf2fee6205c4b4e3051b3d1c6 Mon Sep 17 00:00:00 2001 From 857f06cdb327c299ae815cdde3b9b182f6cd61a7 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Sat, 23 Jul 2016 01:35:51 +0000 Date: Sat, 23 Jul 2016 01:35:51 +0000
Subject: [PATCH 03/12] hv_sock: introduce Hyper-V Sockets Subject: [PATCH 03/12] hv_sock: introduce Hyper-V Sockets

View File

@ -1,4 +1,4 @@
From 161e7f974a1f5910d59e07e8dfa27801ef5451f4 Mon Sep 17 00:00:00 2001 From 97fb4448eb3ad91ff26714d8bb9949221e2b37a1 Mon Sep 17 00:00:00 2001
From: Rolf Neugebauer <rolf.neugebauer@gmail.com> From: Rolf Neugebauer <rolf.neugebauer@gmail.com>
Date: Mon, 23 May 2016 18:55:45 +0100 Date: Mon, 23 May 2016 18:55:45 +0100
Subject: [PATCH 04/12] vmbus: Don't spam the logs with unknown GUIDs Subject: [PATCH 04/12] vmbus: Don't spam the logs with unknown GUIDs

View File

@ -1,4 +1,4 @@
From d9bbdc28a8f40fac45000020d343c5f0f66e0477 Mon Sep 17 00:00:00 2001 From 1a60f06ce186b71b3dadd8fa55b03415eb85152d Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com> From: Alex Ng <alexng@messages.microsoft.com>
Date: Sun, 6 Nov 2016 13:14:07 -0800 Date: Sun, 6 Nov 2016 13:14:07 -0800
Subject: [PATCH 05/12] Drivers: hv: utils: Fix the mapping between host Subject: [PATCH 05/12] Drivers: hv: utils: Fix the mapping between host

View File

@ -1,4 +1,4 @@
From 0edb1adac66cf065f7e45abcd403702fe18c81ec Mon Sep 17 00:00:00 2001 From 4ce75e25cd1f29f6f77def0d170430f0cdd2a883 Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com> From: Alex Ng <alexng@messages.microsoft.com>
Date: Sun, 6 Nov 2016 13:14:10 -0800 Date: Sun, 6 Nov 2016 13:14:10 -0800
Subject: [PATCH 06/12] Drivers: hv: vss: Improve log messages. Subject: [PATCH 06/12] Drivers: hv: vss: Improve log messages.

View File

@ -1,4 +1,4 @@
From 7b48acc9ba0d1dc7d2ab4b8098a2462c155c208e Mon Sep 17 00:00:00 2001 From 6d391d14d072976b1c6abec5af3e125f59670ca4 Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com> From: Alex Ng <alexng@messages.microsoft.com>
Date: Sun, 6 Nov 2016 13:14:11 -0800 Date: Sun, 6 Nov 2016 13:14:11 -0800
Subject: [PATCH 07/12] Drivers: hv: vss: Operation timeouts should match host Subject: [PATCH 07/12] Drivers: hv: vss: Operation timeouts should match host

View File

@ -1,4 +1,4 @@
From 13b0214a228c5dadc959e6c43be2e0a2329c511b Mon Sep 17 00:00:00 2001 From cd853ff153726f54fd29423b845c0c3f6a30b1f4 Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com> From: Alex Ng <alexng@messages.microsoft.com>
Date: Sat, 28 Jan 2017 12:37:17 -0700 Date: Sat, 28 Jan 2017 12:37:17 -0700
Subject: [PATCH 08/12] Drivers: hv: vmbus: Use all supported IC versions to Subject: [PATCH 08/12] Drivers: hv: vmbus: Use all supported IC versions to

View File

@ -1,4 +1,4 @@
From 0a9111feb93a6b6b7af8f3d0bbe158c531e47def Mon Sep 17 00:00:00 2001 From 4c81e54ee9f7bf481424606ac12b657f2ba53e52 Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com> From: Alex Ng <alexng@messages.microsoft.com>
Date: Sat, 28 Jan 2017 12:37:18 -0700 Date: Sat, 28 Jan 2017 12:37:18 -0700
Subject: [PATCH 09/12] Drivers: hv: Log the negotiated IC versions. Subject: [PATCH 09/12] Drivers: hv: Log the negotiated IC versions.

View File

@ -1,4 +1,4 @@
From 7675052d39ef528e80da0b1166ac7fb837e9d17b Mon Sep 17 00:00:00 2001 From bd6004619de46f787ba82005921ba85e6d1f6379 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Sun, 26 Mar 2017 16:42:20 +0800 Date: Sun, 26 Mar 2017 16:42:20 +0800
Subject: [PATCH 10/12] vmbus: fix missed ring events on boot Subject: [PATCH 10/12] vmbus: fix missed ring events on boot

View File

@ -1,4 +1,4 @@
From 6f6fa2eacdb9494e344b8e875de50a19958417ea Mon Sep 17 00:00:00 2001 From 60265ff873592ab85ad85345a3111c7f7acfdc60 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 29 Mar 2017 18:37:10 +0800 Date: Wed, 29 Mar 2017 18:37:10 +0800
Subject: [PATCH 11/12] vmbus: remove "goto error_clean_msglist" in Subject: [PATCH 11/12] vmbus: remove "goto error_clean_msglist" in

View File

@ -1,4 +1,4 @@
From d5cd121e3cbe19da973ee1e95754d8f435dfc227 Mon Sep 17 00:00:00 2001 From 5abdf5e8fbf5bcbce842bb68a3e5cd9f8ccabebd Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 24 Mar 2017 20:53:18 +0800 Date: Fri, 24 Mar 2017 20:53:18 +0800
Subject: [PATCH 12/12] vmbus: dynamically enqueue/dequeue the channel on Subject: [PATCH 12/12] vmbus: dynamically enqueue/dequeue the channel on

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0 console=tty0 page_poison=1" cmdline: "console=ttyS0 console=tty0 page_poison=1"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.4.132 image: linuxkit/kernel:4.4.134
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.9.102 image: linuxkit/kernel:4.9.104
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.16.11 image: linuxkit/kernel:4.16.13
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

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

View File

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

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.4.132 image: linuxkit/kernel:4.4.134
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

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

View File

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

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.9.102 image: linuxkit/kernel:4.9.104
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

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

View File

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

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

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

View File

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

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.16.11 image: linuxkit/kernel:4.16.13
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.43 image: linuxkit/kernel:4.14.46
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/init:v0.4 - linuxkit/init:v0.4

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