mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
Merge pull request #3194 from rn/kup
Kernel update to 4.18.12/4.14.74/4.9.131
This commit is contained in:
commit
2e710766e3
@ -30,7 +30,7 @@ YAML file (`minimal.yml`):
|
||||
|
||||
```
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.9.130
|
||||
image: linuxkit/kernel:4.9.131
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,6 +1,6 @@
|
||||
# This is an example for building the open source components of Docker for Mac
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/vpnkit-expose-port:v0.6 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Simple example of using an external logging service
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -5,7 +5,7 @@
|
||||
# for arm64 then the 'ucode' line in the kernel section can be left
|
||||
# out.
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyAMA0"
|
||||
ucode: ""
|
||||
onboot:
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
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.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73-rt
|
||||
image: linuxkit/kernel:4.14.74-rt
|
||||
cmdline: "console=tty0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=tty0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -259,21 +259,21 @@ endef
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,4.18.11,4.18.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.73,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.73,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.18.12,4.18.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.74,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.74,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.14.63,4.14.x,-rt,))
|
||||
$(eval $(call kernel,4.9.130,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.9.131,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.4.159,4.4.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,4.18.11,4.18.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.73,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.18.12,4.18.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.74,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.63,4.14.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,4.18.11,4.18.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.73,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.18.12,4.18.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.74,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
||||
# Target for kernel config
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.14.73 Kernel Configuration
|
||||
# Linux/arm64 4.14.74 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.14.73 Kernel Configuration
|
||||
# Linux/s390 4.14.74 Kernel Configuration
|
||||
#
|
||||
CONFIG_MMU=y
|
||||
CONFIG_ZONE_DMA=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.73 Kernel Configuration
|
||||
# Linux/x86 4.14.74 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.18.11 Kernel Configuration
|
||||
# Linux/arm64 4.18.12 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.18.11 Kernel Configuration
|
||||
# Linux/s390 4.18.12 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.18.11 Kernel Configuration
|
||||
# Linux/x86 4.18.12 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.9.130 Kernel Configuration
|
||||
# Linux/x86 4.9.131 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 2d4af8c2b480890ed9534cd000bbf6b9dd57ec9d Mon Sep 17 00:00:00 2001
|
||||
From eae228ae6dc1e6bcaf14f2e757008479b90c5c59 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 e20914b6b4bc30877c0a14153b0b505dc50a4eb9 Mon Sep 17 00:00:00 2001
|
||||
From 1b5e73310567f9abd489187f416ed6445bc11d05 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 af530019bd9decaf1be68829c127659df7081f5c Mon Sep 17 00:00:00 2001
|
||||
From fbb3014f85b512d511f51751aa20c43906d078c6 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 4b5c8d43408633e6348756122b8d881d164fdca4 Mon Sep 17 00:00:00 2001
|
||||
From ab88fb6cd2004690923714c0db235a2e7615d6fc 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 74464aacc6cab510b15f193e94007f90e77e2dad Mon Sep 17 00:00:00 2001
|
||||
From 0f9e46a939372c7b3d52393a0a7f0103c7d7b645 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 842372c93d60351dc669609cb879405b1446b2ba Mon Sep 17 00:00:00 2001
|
||||
From f9859cd8c18dfe1fb424609eca48c7a924d0d566 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 7c64f85c91f84942af152a1463e50271a2b7b4c8 Mon Sep 17 00:00:00 2001
|
||||
From 4c190b16f2cb775a444a7a98c22671eaeb00da4a 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 05f9cca3125567c63c405c85e1533a506e6b70dc Mon Sep 17 00:00:00 2001
|
||||
From e384c8813dcfb1bfb31ae080669e70e0ac8d82d8 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 98196cc0b54ac3b463783ad9d86eff9dc253ee6d Mon Sep 17 00:00:00 2001
|
||||
From d09a7b7cd1be3c591f6cd5c4a2504cd875e7e4a9 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 d32729a64e67b0b6c06ede070c28a9dea0b7b9f2 Mon Sep 17 00:00:00 2001
|
||||
From 842319a1a0155515b577ce4ff57bd5afa205c333 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 c2fce048f801ab0175119a350f9486384de07c83 Mon Sep 17 00:00:00 2001
|
||||
From d884ac3619832e9d1c46fdf3adbe03d31c0537be 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 9e900eb4dbde54013f902b82b876f3fbc7a5d697 Mon Sep 17 00:00:00 2001
|
||||
From 8623cf499024dbd8b3e88e739cd2e977751b7d94 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 d52215d8006cb237674b0ab85b7831d8e85b62b0 Mon Sep 17 00:00:00 2001
|
||||
From ba93936b8236680921a33b724430e4026b4a3a5f 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 6f9f7c5f4010fe40be315d9fd32b00efca8f2dc3 Mon Sep 17 00:00:00 2001
|
||||
From 415c0fee8d433de519a23cec4e946813e295d174 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 913342f5246df63f15351350136a4bfcc3d9b081 Mon Sep 17 00:00:00 2001
|
||||
From 0139b99b36566e855a7fa4919b312477a315401e 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 7d80222826abb2c52333da8439b4cd836d4228e7 Mon Sep 17 00:00:00 2001
|
||||
From 8ab3586522f0f15f86631b17f19a0fca0fe3d0dd 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 ce7b0efd270f5942780fcb5b79538ac4153efd73 Mon Sep 17 00:00:00 2001
|
||||
From c381c59b4abc9fe22ff4c40269e2e4419b974bb2 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 be803d6d7f330f1bc94598f20ef50de6982bf4e1 Mon Sep 17 00:00:00 2001
|
||||
From ce92deb935af7239c67505938e6ba9725e9de3af 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 f2edb8f11261dec373ef01ee277a5dcdc4255cd4 Mon Sep 17 00:00:00 2001
|
||||
From f0e05ed215d931d0632e12827c0ea2e42d2524bc 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 266288e5b8748918a7a3df60cf5d24532861e617 Mon Sep 17 00:00:00 2001
|
||||
From 42fd4036313f9de221547c93333df6514613cf60 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 43454f7db458be2f4e2b828e57f44f22f544b71f Mon Sep 17 00:00:00 2001
|
||||
From 84d372277c97360332019d2c26f102741ba5ba73 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 72f7511756536c50a38781f906a8eb446085a39b Mon Sep 17 00:00:00 2001
|
||||
From 84110fe4522f74f3a96e64847cfaf60049dc14ee Mon Sep 17 00:00:00 2001
|
||||
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
||||
Date: Thu, 2 Mar 2017 12:55:49 -0300
|
||||
Subject: [PATCH 01/14] tools build: Add test for sched_getcpu()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From cbcd8b56b5d539d5a222bc69cb41dc943967bcbc Mon Sep 17 00:00:00 2001
|
||||
From 528a27ea0a560f6a10e2e23d240bb871fd8d174c Mon Sep 17 00:00:00 2001
|
||||
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
||||
Date: Thu, 13 Oct 2016 17:12:35 -0300
|
||||
Subject: [PATCH 02/14] perf jit: Avoid returning garbage for a ret variable
|
||||
|
@ -1,4 +1,4 @@
|
||||
From c3f0e276ff47c9ad34f712d1ad965684685ea81f Mon Sep 17 00:00:00 2001
|
||||
From dd497744179252fb868cbaa5a978e46d1e22d9df Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Sat, 23 Jul 2016 01:35:51 +0000
|
||||
Subject: [PATCH 03/14] hv_sock: introduce Hyper-V Sockets
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 50952a2a0f370e84f0cfeede2c2187c62b4433df Mon Sep 17 00:00:00 2001
|
||||
From 81b8f6af738ea581b0eabe9cfff618206e68890f Mon Sep 17 00:00:00 2001
|
||||
From: Rolf Neugebauer <rolf.neugebauer@gmail.com>
|
||||
Date: Mon, 23 May 2016 18:55:45 +0100
|
||||
Subject: [PATCH 04/14] vmbus: Don't spam the logs with unknown GUIDs
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 74c2a181fa6e220d916c16923ea5d8772e2186ef Mon Sep 17 00:00:00 2001
|
||||
From efb5db15a000421541d163c420e11300e01803b2 Mon Sep 17 00:00:00 2001
|
||||
From: Alex Ng <alexng@messages.microsoft.com>
|
||||
Date: Sun, 6 Nov 2016 13:14:07 -0800
|
||||
Subject: [PATCH 05/14] Drivers: hv: utils: Fix the mapping between host
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 17438e4917b857bbea8b6e8f9e781c1986927787 Mon Sep 17 00:00:00 2001
|
||||
From c6cbc40150453beb5681046a47f0ea3b5f80ee86 Mon Sep 17 00:00:00 2001
|
||||
From: Alex Ng <alexng@messages.microsoft.com>
|
||||
Date: Sun, 6 Nov 2016 13:14:10 -0800
|
||||
Subject: [PATCH 06/14] Drivers: hv: vss: Improve log messages.
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 1199b4995d4fcea5d3acda965144c8013aa44b72 Mon Sep 17 00:00:00 2001
|
||||
From 223baa9c0a08d06a4db9d4e55e4b934297f8acfe Mon Sep 17 00:00:00 2001
|
||||
From: Alex Ng <alexng@messages.microsoft.com>
|
||||
Date: Sun, 6 Nov 2016 13:14:11 -0800
|
||||
Subject: [PATCH 07/14] Drivers: hv: vss: Operation timeouts should match host
|
||||
|
@ -1,4 +1,4 @@
|
||||
From a702e786767880e3a5a3e671357bf41ceee0cb88 Mon Sep 17 00:00:00 2001
|
||||
From 08f47593269dd825e3df9acfccef9f986a7a7d98 Mon Sep 17 00:00:00 2001
|
||||
From: Alex Ng <alexng@messages.microsoft.com>
|
||||
Date: Sat, 28 Jan 2017 12:37:17 -0700
|
||||
Subject: [PATCH 08/14] Drivers: hv: vmbus: Use all supported IC versions to
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 4d400ca305c3940e007431331f863e2913586e19 Mon Sep 17 00:00:00 2001
|
||||
From d37d19b8e5ba96df643ac43d81228f9633f9ef44 Mon Sep 17 00:00:00 2001
|
||||
From: Alex Ng <alexng@messages.microsoft.com>
|
||||
Date: Sat, 28 Jan 2017 12:37:18 -0700
|
||||
Subject: [PATCH 09/14] Drivers: hv: Log the negotiated IC versions.
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 9c0f660dadd3c2ed8e033362034782ac5923693c Mon Sep 17 00:00:00 2001
|
||||
From ab4f0848e649a3886d28a230cbf39786f218543e Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Sun, 26 Mar 2017 16:42:20 +0800
|
||||
Subject: [PATCH 10/14] vmbus: fix missed ring events on boot
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 4d6bdb9ddbe75f716912acf1e941c9f77994dca8 Mon Sep 17 00:00:00 2001
|
||||
From 2c60e07b2592ff66299a4f5025544f0c7d54c6d0 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Wed, 29 Mar 2017 18:37:10 +0800
|
||||
Subject: [PATCH 11/14] vmbus: remove "goto error_clean_msglist" in
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 8e9c1ff1eca195fc6b12d22ea8769b89e0fa310a Mon Sep 17 00:00:00 2001
|
||||
From 25e796255c12f9c820d2019a5eade585df307d03 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 24 Mar 2017 20:53:18 +0800
|
||||
Subject: [PATCH 12/14] vmbus: dynamically enqueue/dequeue the channel on
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 958b7c90c6d307f469601a3d14416872f26ff93c Mon Sep 17 00:00:00 2001
|
||||
From 4f5c289e328ead0bec5e245b563e93e6dce2d937 Mon Sep 17 00:00:00 2001
|
||||
From: Ido Schimmel <idosch@mellanox.com>
|
||||
Date: Mon, 10 Apr 2017 14:59:27 +0300
|
||||
Subject: [PATCH 13/14] bridge: implement missing ndo_uninit()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From d6cda0794c2287eda7b3ac1b28aaed4d223d05cf Mon Sep 17 00:00:00 2001
|
||||
From 2fee66c92e16715da5f5756a17f487cf2d48c780 Mon Sep 17 00:00:00 2001
|
||||
From: Xin Long <lucien.xin@gmail.com>
|
||||
Date: Tue, 25 Apr 2017 22:58:37 +0800
|
||||
Subject: [PATCH 14/14] bridge: move bridge multicast cleanup to ndo_uninit
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.9.130
|
||||
image: linuxkit/kernel:4.9.131
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.18.11
|
||||
image: linuxkit/kernel:4.18.12
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -3,7 +3,7 @@
|
||||
# In the last stage, it creates a package, which can be used for
|
||||
# testing.
|
||||
|
||||
FROM linuxkit/kernel:4.9.130 AS ksrc
|
||||
FROM linuxkit/kernel:4.9.131 AS ksrc
|
||||
|
||||
# Extract headers and compile module
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 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.130
|
||||
docker pull linuxkit/kernel:4.9.131
|
||||
# Build a package
|
||||
docker build -t ${IMAGE_NAME} .
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.9.130
|
||||
image: linuxkit/kernel:4.9.131
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -3,7 +3,7 @@
|
||||
# In the last stage, it creates a package, which can be used for
|
||||
# testing.
|
||||
|
||||
FROM linuxkit/kernel:4.14.73 AS ksrc
|
||||
FROM linuxkit/kernel:4.14.74 AS ksrc
|
||||
|
||||
# Extract headers and compile module
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 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.73
|
||||
docker pull linuxkit/kernel:4.14.74
|
||||
# Build a package
|
||||
docker build -t ${IMAGE_NAME} .
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -3,7 +3,7 @@
|
||||
# In the last stage, it creates a package, which can be used for
|
||||
# testing.
|
||||
|
||||
FROM linuxkit/kernel:4.18.11 AS ksrc
|
||||
FROM linuxkit/kernel:4.18.12 AS ksrc
|
||||
|
||||
# Extract headers and compile module
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 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.18.11
|
||||
docker pull linuxkit/kernel:4.18.12
|
||||
# Build a package
|
||||
docker build -t ${IMAGE_NAME} .
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.18.11
|
||||
image: linuxkit/kernel:4.18.12
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.14.73
|
||||
image: linuxkit/kernel:4.14.74
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:6eb0158059b056a1567236280880cb87f03ff008
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user