mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +00:00
Merge pull request #3062 from rn/kern-up
Update kernels to 4.16.14/4.14.48/4.9.10[67]/4.4.136
This commit is contained in:
commit
3195451ec4
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,6 +1,6 @@
|
||||
# This is an example for building the open source components of Docker for Mac
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/vpnkit-expose-port:v0.4 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -5,7 +5,7 @@
|
||||
# for arm64 then the 'ucode' line in the kernel section can be left
|
||||
# out.
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyAMA0"
|
||||
ucode: ""
|
||||
onboot:
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: console=ttyS1
|
||||
ucode: intel-ucode.cpio
|
||||
init:
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Minimal YAML to run a redis server (used at DockerCon'17)
|
||||
# connect: nc localhost 6379
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=tty0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -219,21 +219,21 @@ endef
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,4.17,4.17.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.16.13,4.16.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.47,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.47,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.16.14,4.16.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.48,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.48,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.14.40,4.14.x,-rt,))
|
||||
$(eval $(call kernel,4.9.105,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.4.135,4.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.9.107,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.4.136,4.4.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,4.17,4.17.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.47,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.48,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.40,4.14.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,4.17,4.17.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.47,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.48,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
||||
# Target for kernel config
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.14.47 Kernel Configuration
|
||||
# Linux/arm64 4.14.48 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.14.47 Kernel Configuration
|
||||
# Linux/s390 4.14.48 Kernel Configuration
|
||||
#
|
||||
CONFIG_MMU=y
|
||||
CONFIG_ZONE_DMA=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.47 Kernel Configuration
|
||||
# Linux/x86 4.14.48 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.16.13 Kernel Configuration
|
||||
# Linux/x86 4.16.14 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.4.135 Kernel Configuration
|
||||
# Linux/x86 4.4.136 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
@ -183,6 +183,7 @@ CONFIG_RD_GZIP=y
|
||||
# CONFIG_RD_XZ is not set
|
||||
# CONFIG_RD_LZO is not set
|
||||
# CONFIG_RD_LZ4 is not set
|
||||
# CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE is not set
|
||||
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
|
||||
CONFIG_SYSCTL=y
|
||||
CONFIG_ANON_INODES=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.9.105 Kernel Configuration
|
||||
# Linux/x86 4.9.107 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 9ca8f2316a573c004238486c3f37104002ebc6b5 Mon Sep 17 00:00:00 2001
|
||||
From c5a51dbd3c57e6e9a11cca4fb7504049968d631e 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 3d67ad15d7dfed75c3f7ccca13045feda5383e24 Mon Sep 17 00:00:00 2001
|
||||
From 6e588d4fa54c4d6bea331a82e9b179ffb0d661b1 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 8f1cdd80ee5bf73af527721ae33e3512cf948009 Mon Sep 17 00:00:00 2001
|
||||
From e41a267e3d874fada8e978071bb2a2eeb4847069 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 625af1eeb62b4f9b248983ce57b0bdb6cb35d353 Mon Sep 17 00:00:00 2001
|
||||
From 3605e4af33be9e2a9479c9aff5ccc05470a30ef2 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b4bb996b4ab0500ff2b3af63a197d2767789e395 Mon Sep 17 00:00:00 2001
|
||||
From 780dcea8473e65df0efd937de96602ea8177935d 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From fa0a025a08f4293c6d2560a6b88e423d8d9e06b1 Mon Sep 17 00:00:00 2001
|
||||
From fa67d78145d2f424c3ab224fc519012d0a015052 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 583cb000b3813c0dcb098337eef8a1400d61253f Mon Sep 17 00:00:00 2001
|
||||
From 52f563d5661310d15db278df329621a5dd4e29fa 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 343e1c98924dacf5663468c57b68036e42fdba4e Mon Sep 17 00:00:00 2001
|
||||
From 9c0c3626f90684710f2e8b527e31923ff711c543 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b7014daeddb74ef99b9a8376e50a8cb52e8ca8c5 Mon Sep 17 00:00:00 2001
|
||||
From d72e1a03a6ba17fd7367051d33d693c59bbd49db 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From ac0eff9ffd5704ae535b92067fb9e74f3f32f49e Mon Sep 17 00:00:00 2001
|
||||
From f9641bbf77fa6a366f72673b3503da14d9ebf623 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 4ee72f28dc175b44c840e76ebc9827f2e1eb2095 Mon Sep 17 00:00:00 2001
|
||||
From 4ba9ef3a50587ec067fca7ea4ce7eb739bcd72ce 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From a306d832d2ea103b937f14cd71cdad4aa10587de Mon Sep 17 00:00:00 2001
|
||||
From 2699095ec1cf7b3729cacfe736504093be34eaad 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From c382420bdb06d1b9095968303c5e33cd8245760b Mon Sep 17 00:00:00 2001
|
||||
From 7053442730d80c438388af3526664bf00db704e9 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From cf637cf9961e7ea5881a62f8877297db14e5e8c2 Mon Sep 17 00:00:00 2001
|
||||
From 222540e0c5f250e1ee917fd0c6b9f30543a45995 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 5bd55bb1d611ae89021ea214e60df08b30e876db Mon Sep 17 00:00:00 2001
|
||||
From 4985970bcb9eb4c05ddc2124836431d10047243c 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 3309f86da87726934438472ab760dd2b5b6e074b Mon Sep 17 00:00:00 2001
|
||||
From 412821fb6906164cbe28952b83efce1304acb05f 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 2bd9efba67777bf3a5ee54597c5fbbd5c74c6d1f Mon Sep 17 00:00:00 2001
|
||||
From 33ec207bd1eea9143a1b2dbc383ec8df4f4e38c6 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 2e1b7fd2fde2f83700621a57fe2552757e8e4c19 Mon Sep 17 00:00:00 2001
|
||||
From 101ebd2ef27451bc085ce631065eeeef6c030fea 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b580cf23cb3bd3f3320651826701c58eb0a53ac2 Mon Sep 17 00:00:00 2001
|
||||
From c5e9e239ee65cbca2606877044b34b8826078908 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From d7212c70d329ffef4bf529b7cc6fbd2c0cbec2f3 Mon Sep 17 00:00:00 2001
|
||||
From 195411b18292f9e64a745cbd577f2bcfedd26da2 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 45967829dfce69edd63fdd5639739658edfb1501 Mon Sep 17 00:00:00 2001
|
||||
From 483ca93f19295fe250d863fa08b090ab35f41321 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 51ab76a3c84a67360d0ad4bf08aed19a235a381e Mon Sep 17 00:00:00 2001
|
||||
From 9fa8a096ea3dc783a5e37c633d944d4ad01ee849 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/12] tools build: Add test for sched_getcpu()
|
||||
@ -131,10 +131,10 @@ index d0d465953d36..94a5a7d829d5 100644
|
||||
-
|
||||
#endif /* __PERF_CLOEXEC_H */
|
||||
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h
|
||||
index 43899e0d6fa1..c3b180254f91 100644
|
||||
index e72d370889f8..605c4812430f 100644
|
||||
--- a/tools/perf/util/util.h
|
||||
+++ b/tools/perf/util/util.h
|
||||
@@ -356,8 +356,8 @@ void print_binary(unsigned char *data, size_t len,
|
||||
@@ -354,8 +354,8 @@ void print_binary(unsigned char *data, size_t len,
|
||||
size_t bytes_per_line, print_binary_t printer,
|
||||
void *extra);
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From f042e5b7898a64865262c25f8f7cc8c4ea564265 Mon Sep 17 00:00:00 2001
|
||||
From 325e7fe0a65299e8bf2e75d0f1f1273477ddf7bf 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/12] perf jit: Avoid returning garbage for a ret variable
|
||||
|
@ -1,4 +1,4 @@
|
||||
From be0e419880282540948b9a419d7d7f38b058a404 Mon Sep 17 00:00:00 2001
|
||||
From cbc2fca9cff8d2810b7903223ae266974fedcdf9 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/12] hv_sock: introduce Hyper-V Sockets
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 953ac6d71f3b74e7381eb3847465ecdc5835e8b7 Mon Sep 17 00:00:00 2001
|
||||
From 5d80dea8ade344baa8a631dcc18e3936ce815938 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/12] vmbus: Don't spam the logs with unknown GUIDs
|
||||
|
@ -1,4 +1,4 @@
|
||||
From e50df6f00faba0e0b8950ef75f72a177b45ecb34 Mon Sep 17 00:00:00 2001
|
||||
From 2820245af7f4bca9118d1e0c71ebf953f46b9760 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/12] Drivers: hv: utils: Fix the mapping between host
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 5193d953bc955eaa679a538474cb260e6d8ecb07 Mon Sep 17 00:00:00 2001
|
||||
From 53ffc2fdf7d1f0f0d2820b628f10daa7962fc4cb 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/12] Drivers: hv: vss: Improve log messages.
|
||||
|
@ -1,4 +1,4 @@
|
||||
From a8f0610ef4182d6f4d1d4ae48374bc7c0916ede9 Mon Sep 17 00:00:00 2001
|
||||
From ea22245160ac93b818a5ec88ca9ad2618e391d47 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/12] Drivers: hv: vss: Operation timeouts should match host
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 56c2c251ae275cdcdf90ddaffe1bf2507270070e Mon Sep 17 00:00:00 2001
|
||||
From e3e1d30f25e4c6caf3de94da2c7fe10944c69040 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/12] Drivers: hv: vmbus: Use all supported IC versions to
|
||||
|
@ -1,4 +1,4 @@
|
||||
From ec4c1e1ef1c3d76be72711f393cd46cb2316c0a0 Mon Sep 17 00:00:00 2001
|
||||
From 9c609de1e35d1fdd3b230cd8886ec08a51d1341b 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/12] Drivers: hv: Log the negotiated IC versions.
|
||||
|
@ -1,4 +1,4 @@
|
||||
From ef82f79933d13cdabc2835344c0ca721751ef481 Mon Sep 17 00:00:00 2001
|
||||
From dbfc8c2f15c9538aceee2d378e19d23b45b767c1 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/12] vmbus: fix missed ring events on boot
|
||||
|
@ -1,4 +1,4 @@
|
||||
From ee823cbce452210c573d158d07ed06e6dfa04023 Mon Sep 17 00:00:00 2001
|
||||
From 0814c0e5fd0cd53e340c6c2b31578915936b1928 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/12] vmbus: remove "goto error_clean_msglist" in
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 582ab4994490346d8aa7cec5dba8398707d4101c Mon Sep 17 00:00:00 2001
|
||||
From 69ec7cba83d78ff07da8ba46e4c8dcc902ebba9e 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/12] vmbus: dynamically enqueue/dequeue the channel on
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.4.135
|
||||
image: linuxkit/kernel:4.4.136
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.9.105
|
||||
image: linuxkit/kernel:4.9.107
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.16.13
|
||||
image: linuxkit/kernel:4.16.14
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -3,7 +3,7 @@
|
||||
# In the last stage, it creates a package, which can be used for
|
||||
# testing.
|
||||
|
||||
FROM linuxkit/kernel:4.4.135 AS ksrc
|
||||
FROM linuxkit/kernel:4.4.136 AS ksrc
|
||||
|
||||
# Extract headers and compile module
|
||||
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build
|
||||
|
@ -19,7 +19,7 @@ clean_up() {
|
||||
trap clean_up EXIT
|
||||
|
||||
# Make sure we have the latest kernel image
|
||||
docker pull linuxkit/kernel:4.4.135
|
||||
docker pull linuxkit/kernel:4.4.136
|
||||
# Build a package
|
||||
docker build -t ${IMAGE_NAME} .
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.4.135
|
||||
image: linuxkit/kernel:4.4.136
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -3,7 +3,7 @@
|
||||
# In the last stage, it creates a package, which can be used for
|
||||
# testing.
|
||||
|
||||
FROM linuxkit/kernel:4.9.105 AS ksrc
|
||||
FROM linuxkit/kernel:4.9.107 AS ksrc
|
||||
|
||||
# Extract headers and compile module
|
||||
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build
|
||||
|
@ -19,7 +19,7 @@ clean_up() {
|
||||
trap clean_up EXIT
|
||||
|
||||
# Make sure we have the latest kernel image
|
||||
docker pull linuxkit/kernel:4.9.105
|
||||
docker pull linuxkit/kernel:4.9.107
|
||||
# Build a package
|
||||
docker build -t ${IMAGE_NAME} .
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.9.105
|
||||
image: linuxkit/kernel:4.9.107
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -3,7 +3,7 @@
|
||||
# In the last stage, it creates a package, which can be used for
|
||||
# testing.
|
||||
|
||||
FROM linuxkit/kernel:4.14.47 AS ksrc
|
||||
FROM linuxkit/kernel:4.14.48 AS ksrc
|
||||
|
||||
# Extract headers and compile module
|
||||
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build
|
||||
|
@ -19,7 +19,7 @@ clean_up() {
|
||||
trap clean_up EXIT
|
||||
|
||||
# Make sure we have the latest kernel image
|
||||
docker pull linuxkit/kernel:4.14.47
|
||||
docker pull linuxkit/kernel:4.14.48
|
||||
# Build a package
|
||||
docker build -t ${IMAGE_NAME} .
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -3,7 +3,7 @@
|
||||
# In the last stage, it creates a package, which can be used for
|
||||
# testing.
|
||||
|
||||
FROM linuxkit/kernel:4.16.13 AS ksrc
|
||||
FROM linuxkit/kernel:4.16.14 AS ksrc
|
||||
|
||||
# Extract headers and compile module
|
||||
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build
|
||||
|
@ -19,7 +19,7 @@ clean_up() {
|
||||
trap clean_up EXIT
|
||||
|
||||
# Make sure we have the latest kernel image
|
||||
docker pull linuxkit/kernel:4.16.13
|
||||
docker pull linuxkit/kernel:4.16.14
|
||||
# Build a package
|
||||
docker build -t ${IMAGE_NAME} .
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.16.13
|
||||
image: linuxkit/kernel:4.16.14
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.47
|
||||
image: linuxkit/kernel:4.14.48
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a14b7ef6115e6d56fe5bf7c40517b9e190dd4dfb
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user