mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
kernel: Update to 4.18.16/4.14.78/4.9.135/4.4.162
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
6b7b64fb08
commit
35a72cc63c
@ -259,21 +259,21 @@ endef
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,4.18.15,4.18.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.77,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.77,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.18.16,4.18.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.78,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.78,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.14.71,4.14.x,-rt,))
|
||||
$(eval $(call kernel,4.9.134,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.4.161,4.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.9.135,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.4.162,4.4.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,4.18.15,4.18.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.77,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.18.16,4.18.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.78,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.71,4.14.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,4.18.15,4.18.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.77,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.18.16,4.18.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.78,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
||||
# Target for kernel config
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.14.77 Kernel Configuration
|
||||
# Linux/arm64 4.14.78 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.14.77 Kernel Configuration
|
||||
# Linux/s390 4.14.78 Kernel Configuration
|
||||
#
|
||||
CONFIG_MMU=y
|
||||
CONFIG_ZONE_DMA=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.77 Kernel Configuration
|
||||
# Linux/x86 4.14.78 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.18.15 Kernel Configuration
|
||||
# Linux/arm64 4.18.16 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.18.15 Kernel Configuration
|
||||
# Linux/s390 4.18.16 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.18.15 Kernel Configuration
|
||||
# Linux/x86 4.18.16 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.4.161 Kernel Configuration
|
||||
# Linux/x86 4.4.162 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.9.134 Kernel Configuration
|
||||
# Linux/x86 4.9.135 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,4 +1,4 @@
|
||||
From ce4b3ca332074f1a4b765361d03ac7a159713f5b Mon Sep 17 00:00:00 2001
|
||||
From 8e9f8fb7e227c9cc348447e1a0c14b24510e6e0d 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 b2436490b5e169f6083f6ebec2a34f23cb826e9d Mon Sep 17 00:00:00 2001
|
||||
From 240e4ddffe9b32700c468b0e76dc66c765704240 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 fc8836263ba9173a0c9cb42aefad2fce0b9e71bb Mon Sep 17 00:00:00 2001
|
||||
From 383aebe20ce70316ac69853f35ed1ea3ca312d8e 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 d7b3ceddbd757751fb949c46d46e70d06e1946e6 Mon Sep 17 00:00:00 2001
|
||||
From 85d7961b93feb4dd3e6c3fafb4dc84d407da0020 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 3420e7d549a82161853cde564e4b135963ad15bd Mon Sep 17 00:00:00 2001
|
||||
From 74934622b232261edfd0f1c41a08ceed3f55b545 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 10c34181a97de64d6d9e60b19b2a5989e750def0 Mon Sep 17 00:00:00 2001
|
||||
From 36b43f7c045fdcc620c426c35b75f3d2332f351c 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 00ed7f1df01059636d262296b662e532009c5f6c Mon Sep 17 00:00:00 2001
|
||||
From 72c37719eff04106d2fe535e137f7ab0ea616aed 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 708daedd589ec30620bca0da1465cb76a317a970 Mon Sep 17 00:00:00 2001
|
||||
From 57915d196851baf305672fc04380b65e90707e61 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 7fc3539e600c0ea9364c901d77cdc5efc5e9d4e0 Mon Sep 17 00:00:00 2001
|
||||
From 9eeff1b6d2dfb4e2b67716eb0b773da302d55ca6 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 72d67bae2d38f8c315add50bbb5ead143054d179 Mon Sep 17 00:00:00 2001
|
||||
From 7babe6988c0220116a7ddeedeae906ae806501c7 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 c3c33664f8de19b39df5e789472bd3d6e85db4b5 Mon Sep 17 00:00:00 2001
|
||||
From 467817ed34b945589c69a1e59edbefc486b7d348 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 78545a95718edfe249ec204ef578cc2379340d95 Mon Sep 17 00:00:00 2001
|
||||
From 4e5629423e384ec6289ee2d30b8d116711e3d6f1 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 0c9150bb58168e3ca429460085411edb4753922e Mon Sep 17 00:00:00 2001
|
||||
From 8218e835df14a006383339bc7dd8c351627c949c 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 5312daba0b87d7349c6b5bec953357e4a2fb1936 Mon Sep 17 00:00:00 2001
|
||||
From e31fccbb133df1a56306f8cb397d0c6d202157de 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 14cb6f445e4c6406ee097b9677e09a509c08f64b Mon Sep 17 00:00:00 2001
|
||||
From b7cdfc86bbb66455dea5c49e377e6afd584a6c03 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 264bebb0bdef72445662e4106ed060a531382c93 Mon Sep 17 00:00:00 2001
|
||||
From fad9230faaf57d43ce581cd1da8bd5a42683bf3a 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 0a48112076ab542b6ea03da1b76f1a6b6cf43bba Mon Sep 17 00:00:00 2001
|
||||
From 236f03fd398423d32ae0c479fe5ff9d92b5d4bf0 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 95866f6573526078aef2ce875ba9d803dec3acde Mon Sep 17 00:00:00 2001
|
||||
From ff3d35dd2451952191c9e838a04797d8f6a633d1 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 90e5c8a6e893bda4111cbeef22940b087b2c10e4 Mon Sep 17 00:00:00 2001
|
||||
From 877d47abc7a630a8151bf7ec61772cc220e5300d 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 35cc96cd930dfe9218b126f294d1d377d9d58a4d Mon Sep 17 00:00:00 2001
|
||||
From 1da79653648919d9478f967826396fb8c2de372f 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 a05a8a0ea43ef56165eb0a5898f518a45cfe39bc Mon Sep 17 00:00:00 2001
|
||||
From dec4af3b08047e49b23180adcb2fc6f40c25a421 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 0409a49a137b4ab02cd8a5f0112fef1a2df850c5 Mon Sep 17 00:00:00 2001
|
||||
From 627f759f437158f9d720b5f4a425d2bd1c8ce59e 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 7e5c3afbe8ef715c911be24a0767ab1f68bbad45 Mon Sep 17 00:00:00 2001
|
||||
From 5797e664b591fb4d282ebe72f972e82b343f053c 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 be132861f4ffd59a29bf7d94c310b4252efbc3d4 Mon Sep 17 00:00:00 2001
|
||||
From e1f2f3d909b6c9bb5931d970db5032fbaea3c7a9 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 741869893190cceb9af3b95f3b64bc759e575d06 Mon Sep 17 00:00:00 2001
|
||||
From a8fbcbf7201375a2f7e7e29e16101ee65900cad7 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 d7edbb872b6c46b1e6e1ef23cc30c777d382209d Mon Sep 17 00:00:00 2001
|
||||
From 6484d665139cc8a1d8e461d1b6a7581c1d0d3e84 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 58646dba94856610f38623481ce74f8dbcee0700 Mon Sep 17 00:00:00 2001
|
||||
From 2c4654c6bc1788f2032b5c60b87f2d607e3f2af7 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 67137ed17af92c039cc8af5b315b800a580cbe02 Mon Sep 17 00:00:00 2001
|
||||
From 234d315cea5739be7b2452c14b58d2fcc248df50 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 3cdfa86889cc0a789dbd7ad7ffa10fae1e09a36b Mon Sep 17 00:00:00 2001
|
||||
From 9494ca1930f51c5a2132cf00c2dd49f0aea7eac4 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
|
||||
@ -207,7 +207,7 @@ index 44420073edda..f1e0d0358206 100644
|
||||
fcopy_msg = (struct hv_fcopy_hdr *)&recv_buffer[
|
||||
sizeof(struct vmbuspipe_hdr) +
|
||||
diff --git a/drivers/hv/hv_kvp.c b/drivers/hv/hv_kvp.c
|
||||
index 5e1fdc8d32ab..70c28b8806de 100644
|
||||
index 2fd0f119a67b..820d4cd71fa9 100644
|
||||
--- a/drivers/hv/hv_kvp.c
|
||||
+++ b/drivers/hv/hv_kvp.c
|
||||
@@ -46,6 +46,19 @@
|
||||
@ -239,7 +239,7 @@ index 5e1fdc8d32ab..70c28b8806de 100644
|
||||
int kvp_srv_version;
|
||||
static enum {NEGO_NOT_STARTED,
|
||||
NEGO_IN_PROGRESS,
|
||||
@@ -639,28 +650,10 @@ void hv_kvp_onchannelcallback(void *context)
|
||||
@@ -640,28 +651,10 @@ void hv_kvp_onchannelcallback(void *context)
|
||||
sizeof(struct vmbuspipe_hdr)];
|
||||
|
||||
if (icmsghdrp->icmsgtype == ICMSGTYPE_NEGOTIATE) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b254222aafa88495653131b52136db249e6f3ee4 Mon Sep 17 00:00:00 2001
|
||||
From b27c6d4142be97d9ad37083cd37e84b488637907 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.
|
||||
@ -40,10 +40,10 @@ index f1e0d0358206..e0ce0753c568 100644
|
||||
fcopy_msg = (struct hv_fcopy_hdr *)&recv_buffer[
|
||||
sizeof(struct vmbuspipe_hdr) +
|
||||
diff --git a/drivers/hv/hv_kvp.c b/drivers/hv/hv_kvp.c
|
||||
index 70c28b8806de..a1adfe2cfb34 100644
|
||||
index 820d4cd71fa9..18c4deb39f41 100644
|
||||
--- a/drivers/hv/hv_kvp.c
|
||||
+++ b/drivers/hv/hv_kvp.c
|
||||
@@ -650,10 +650,14 @@ void hv_kvp_onchannelcallback(void *context)
|
||||
@@ -651,10 +651,14 @@ void hv_kvp_onchannelcallback(void *context)
|
||||
sizeof(struct vmbuspipe_hdr)];
|
||||
|
||||
if (icmsghdrp->icmsgtype == ICMSGTYPE_NEGOTIATE) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
From a0d3a53feff04590e63cbdb7d61689042ac27065 Mon Sep 17 00:00:00 2001
|
||||
From 53a0bdd86af94c97c5a18d23473a1c553fc55003 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 00f1c0c06d5203884c9f822b789bff100acde789 Mon Sep 17 00:00:00 2001
|
||||
From 184ccbec2fe73cc14bfc78b2c3e5c76208f87e85 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 b5113c9417921f118aeb397a22a22218477cd435 Mon Sep 17 00:00:00 2001
|
||||
From 061a2e433ea88fdff89abb0a8a34f4dff95d57b3 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 03361058c9f2d2d394606977f306c5e256b74522 Mon Sep 17 00:00:00 2001
|
||||
From 6f9c18d65d0bf081e161db998f6455bb2230d975 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 dc57918e995f4414eb9478d7887df8e1a776e301 Mon Sep 17 00:00:00 2001
|
||||
From 8e9dbefb21195ed228de7d4efd64de61b07008ef 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
|
||||
|
Loading…
Reference in New Issue
Block a user