mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
kernel: Update to 4.18.5/4.17.19/4.14.67/4.9.124/4.4.152
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
77b3496d9f
commit
323043fdd8
@ -259,22 +259,22 @@ 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.18.4,4.18.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.18.5,4.18.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.17.18,4.17.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.17.19,4.17.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.66,4.14.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.14.67,4.14.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.66,4.14.x,,-dbg))
|
$(eval $(call kernel,4.14.67,4.14.x,,-dbg))
|
||||||
$(eval $(call kernel,4.14.63,4.14.x,-rt,))
|
$(eval $(call kernel,4.14.63,4.14.x,-rt,))
|
||||||
$(eval $(call kernel,4.9.123,4.9.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.9.124,4.9.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.4.151,4.4.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.4.152,4.4.x,$(EXTRA),$(DEBUG)))
|
||||||
|
|
||||||
else ifeq ($(ARCH),aarch64)
|
else ifeq ($(ARCH),aarch64)
|
||||||
$(eval $(call kernel,4.18.4,4.18.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.18.5,4.18.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.66,4.14.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.14.67,4.14.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.63,4.14.x,-rt,))
|
$(eval $(call kernel,4.14.63,4.14.x,-rt,))
|
||||||
|
|
||||||
else ifeq ($(ARCH),s390x)
|
else ifeq ($(ARCH),s390x)
|
||||||
$(eval $(call kernel,4.18.4,4.18.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.18.5,4.18.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.66,4.14.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.14.67,4.14.x,$(EXTRA),$(DEBUG)))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Target for kernel config
|
# Target for kernel config
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm64 4.14.66 Kernel Configuration
|
# Linux/arm64 4.14.67 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM64=y
|
CONFIG_ARM64=y
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/s390 4.14.66 Kernel Configuration
|
# Linux/s390 4.14.67 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_MMU=y
|
CONFIG_MMU=y
|
||||||
CONFIG_ZONE_DMA=y
|
CONFIG_ZONE_DMA=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.14.66 Kernel Configuration
|
# Linux/x86 4.14.67 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.17.18 Kernel Configuration
|
# Linux/x86 4.17.19 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm64 4.18.4 Kernel Configuration
|
# Linux/arm64 4.18.5 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/s390 4.18.4 Kernel Configuration
|
# Linux/s390 4.18.5 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.18.4 Kernel Configuration
|
# Linux/x86 4.18.5 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.4.151 Kernel Configuration
|
# Linux/x86 4.4.152 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.9.123 Kernel Configuration
|
# Linux/x86 4.9.124 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 256d3c1ae0fa384475525e771d87aab098098a29 Mon Sep 17 00:00:00 2001
|
From e0dd2607dd8daf96c5a6a674a2fcadfed7cdd35f 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 93631e752fdee35bb3e7a67add9e78b82f904803 Mon Sep 17 00:00:00 2001
|
From 4eaa5d7dc4b2e2171d84716cb581207a1bce7297 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From e1a0c25dac66a05b72ba0e32975dd2a4575ca7fc Mon Sep 17 00:00:00 2001
|
From c2e582d597a5772d646fcedaf401baa3f5250edd 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 608cb03ea23f091c1b030150f42cba6424476503 Mon Sep 17 00:00:00 2001
|
From 74182c910da233914b73de615581b175d58167e6 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 876acb9a829445bdbf3f00d68d3217758727e1c9 Mon Sep 17 00:00:00 2001
|
From 1060b978d675a04fe8cb34ea4eccfd33e83b72dd 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 79e77dca67908a7651c4bbc7d976411b45194679 Mon Sep 17 00:00:00 2001
|
From 8e243d4e7e206a051d65d4ac240e7cfefc95cecb 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 130a92cb8b73ccd667fce11bd7fc43116972c89c Mon Sep 17 00:00:00 2001
|
From ab2bac357b15059b57aa2e69c59d0a24321bd1d6 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From c0d6493fdf8c1563b70c1779d0bfe6b69aefb15e Mon Sep 17 00:00:00 2001
|
From 0257e806db6c0c21fe7dc84fd8e993158dc8ace0 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 8cf948deb27918556ff93e81c3116c8ae84b93d3 Mon Sep 17 00:00:00 2001
|
From e5e94131734b54ea6cfe35b80cdd3d4c04a26a81 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 67ccbd72be7ca95474d8454906c9259089ee0ae5 Mon Sep 17 00:00:00 2001
|
From 5d267aafb1fe43ed504a62cf8e3526e81fbe1659 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From c5a59908e0bf098bd957a089995a4ab99fdd4fac Mon Sep 17 00:00:00 2001
|
From aaaa0d504cc3d6d418449d4d5c6a7aad863da2cd 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 54513048eb67ed5b4fb826e402cbf3858071e5d3 Mon Sep 17 00:00:00 2001
|
From af8964ef39aa2a3f26f4da82a7e1bd77a39a6c87 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 10a82ba6e5e28e16b55cbd4f5273832b6fde693c Mon Sep 17 00:00:00 2001
|
From 50c203eedbb245bf3cb5cadfb833bbecc6034a8a 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 6ea9d36f9d9f068d0aca1b6215b50b0321ae53ea Mon Sep 17 00:00:00 2001
|
From 3bd38de884f2dc0c55c2d39a17046f4c01325ef4 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 9d5727cf6684860059042c661bda40e4cea6d75b Mon Sep 17 00:00:00 2001
|
From ea9c32e7a143e8fed6edb1a56cf94925db3eed81 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 308e1dd17c0193d88d29ef23661d8c567228bebd Mon Sep 17 00:00:00 2001
|
From f5b62e4ac7f7c62fcc519da492b48aa76d98f8c3 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 32412e51472569946a67990abacd727478855fbc Mon Sep 17 00:00:00 2001
|
From 0bb069f7d5902f4c4860966cc5f18acd23bcf3e2 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From edd110798168926f32e02ef447e2425c0cebb55c Mon Sep 17 00:00:00 2001
|
From d8a45361285f651751ed441c0ceccd0ff8b3d949 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From a5c117b97f5a92d3af360e2e31e482fe1d42f0a3 Mon Sep 17 00:00:00 2001
|
From 462aadc2b36b650eab7ea59a21c77dc089483cbd 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From de2414d315f49bf878de1a8359e8548cf892f112 Mon Sep 17 00:00:00 2001
|
From a1c7c4c497cf968bdaf98058a0eb74627883b890 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 3ec810b6bc55a4f727e1c8a75836e3fe1ed1dc5b Mon Sep 17 00:00:00 2001
|
From 0b12cc4933326e1e7c80c14ca3a2bc8253da4705 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From a75b02e1c30f7bac427162194a320e046e45a588 Mon Sep 17 00:00:00 2001
|
From 7a429323e05141854e794d6a4478f6289048f34c 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 2a494a3a862514d364070bcdd24f3061b827d167 Mon Sep 17 00:00:00 2001
|
From cc3952199183a1927dce1586c0c91b586468bb52 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From deca1f6de688172202829fecd364950c6772b36e Mon Sep 17 00:00:00 2001
|
From 02ce270c4a3f84f16b9011c6fd71d60390365f33 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From cee61725e622f8fbf9ea5b408067283126d89b23 Mon Sep 17 00:00:00 2001
|
From b252e6752377c5ec830689fb66d77cba7ce312cd 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 909eea0674e15aa4f49764650cea01f174877374 Mon Sep 17 00:00:00 2001
|
From 5e339eb93d6247a4d8920f8714b9ff9f1eb3f438 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 68b79d1f5539dbedcff3656373e233aa5ff9b170 Mon Sep 17 00:00:00 2001
|
From 0af7b0cd420d98fd087842afe5d888ebe5b62cef 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.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From e43b4ce513ef244cf4ea358ded74d8b6299e9cb3 Mon Sep 17 00:00:00 2001
|
From 8c7edfb82a666024343ec84982252cfccdaecf17 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From c96e02baa7c112c6604db82e3247539186736de5 Mon Sep 17 00:00:00 2001
|
From 5faf0f118ed32392d3ce15100af4f1c87465535b 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 6e52418e06c174c6106fa0bc5111ebe373fea4b7 Mon Sep 17 00:00:00 2001
|
From 364445920dd65201b71c3be4d31f9405ef613c3a 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.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From a4e0ad829e66f7c93276bb360271dae8685c3a4e Mon Sep 17 00:00:00 2001
|
From c37bfce7c3ca0b101b35051b706d5ab61cd21e23 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 0e2fe03145afeea9f5a5a671b674576f23c58a14 Mon Sep 17 00:00:00 2001
|
From caa664561ddc4e49ea6b71d19b1f6c5dd6cd6e19 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From f00b8ddad77c5701e0711a4cab01ee12efd2a14c Mon Sep 17 00:00:00 2001
|
From 46b3cf96489fb2cebcc731b57d08f647d11f1f05 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
|
||||||
|
Loading…
Reference in New Issue
Block a user