mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
kernel: Update to 4.19.13/4.14.92/4.9.148
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
2b826be453
commit
8ba5e2416d
@ -262,21 +262,21 @@ endef
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,4.19.12,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.90,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.90,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.19.13,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.91,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.91,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.14.78,4.14.x,-rt,))
|
||||
$(eval $(call kernel,4.9.147,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.9.148,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.4.169,4.4.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,4.19.12,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.90,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.13,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.91,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.78,4.14.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,4.19.12,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.90,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.13,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.91,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
||||
# Target for kernel config
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.14.90 Kernel Configuration
|
||||
# Linux/arm64 4.14.91 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.14.90 Kernel Configuration
|
||||
# Linux/s390 4.14.91 Kernel Configuration
|
||||
#
|
||||
CONFIG_MMU=y
|
||||
CONFIG_ZONE_DMA=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.90 Kernel Configuration
|
||||
# Linux/x86 4.14.91 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.19.12 Kernel Configuration
|
||||
# Linux/arm64 4.19.13 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.19.12 Kernel Configuration
|
||||
# Linux/s390 4.19.13 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.19.12 Kernel Configuration
|
||||
# Linux/x86 4.19.13 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.9.147 Kernel Configuration
|
||||
# Linux/x86 4.9.148 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 5d3ca2c565a8ab6e7ed167f6febcd27d3a760368 Mon Sep 17 00:00:00 2001
|
||||
From 7f306beb029c075d8d13aa88fb955d17ae999b21 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 65b71280680880287f5efb6484d1d3f4eaa7cd63 Mon Sep 17 00:00:00 2001
|
||||
From 1308266aeaf25b9d3fcd3a987d5c2fea571a65a4 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()
|
||||
@ -94,10 +94,10 @@ index a166de6efd99..02f13e803a8b 100644
|
||||
* Timeout for services such as KVP and fcopy.
|
||||
*/
|
||||
diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
|
||||
index 2cd134dd94d2..9687e462fd43 100644
|
||||
index 4218a616f1d3..cc76a795b555 100644
|
||||
--- a/drivers/hv/vmbus_drv.c
|
||||
+++ b/drivers/hv/vmbus_drv.c
|
||||
@@ -833,6 +833,8 @@ void vmbus_on_msg_dpc(unsigned long data)
|
||||
@@ -853,6 +853,8 @@ void vmbus_on_msg_dpc(unsigned long data)
|
||||
|
||||
hdr = (struct vmbus_channel_message_header *)msg->u.payload;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 328f427f0740b1e47b4b6b19545af057f91c6df8 Mon Sep 17 00:00:00 2001
|
||||
From d30d7d31cd9b40af68d2c879c0de1756f9641d9e 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 e169af86131d97e03158e905e4d3423d78922450 Mon Sep 17 00:00:00 2001
|
||||
From 99563e070fdff1fcdb239a77405e4203c655ab01 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 eb8df0f352287ba75a9fef79435cfaab262b1fb4 Mon Sep 17 00:00:00 2001
|
||||
From d064a4019b5ee23575c4b04af13426a465ec9510 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 38802f5833f9655c78c177bc6bd8588d5c99777e Mon Sep 17 00:00:00 2001
|
||||
From 4098b1157970451011960bef63af8d0a00832dc4 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 5da9e75bf288f23013ff2426af0e1c1489c55e78 Mon Sep 17 00:00:00 2001
|
||||
From 939cda98ee25ae10ab9486fd63028cb84cfd28bd 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 aa0895955712d5acb8f190345c7ad08950936be2 Mon Sep 17 00:00:00 2001
|
||||
From 289f2d86d0355735b08b3e15aa5a3899a2f85419 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 9a6db9e6bb36218aa584eea99240f4a38acf75f9 Mon Sep 17 00:00:00 2001
|
||||
From 83f036f14df5e48474c3f6d3c9b31efc112f0875 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 dc6129387f2e73199b3e2a05760ae21d7073ed51 Mon Sep 17 00:00:00 2001
|
||||
From 7b6c838ae74268d5982028fd97bb6c688a7afc77 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 7077104ffac0cffd393a1abbbf99c1996838a87e Mon Sep 17 00:00:00 2001
|
||||
From dde008b80b5250c6ca3d7853ea80c3822a30a4af 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 9da047a1ff6a4d0303be40a7fc6c31fc09aca034 Mon Sep 17 00:00:00 2001
|
||||
From 304ad4e9ad3e6ae09a0f888964925c368e245fbf 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 dff94b7581cc7a20f5f7f92beb38e00f109afa0d Mon Sep 17 00:00:00 2001
|
||||
From e9eb7446b669315a2674eddc579d41730ac57e05 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 cc1650d2b9cdc3bf38464057ea4660e29df2f5cf Mon Sep 17 00:00:00 2001
|
||||
From b1af44f29f8c377192c2318f3dd8b604e2335f46 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 b1239b23cb3fa2709cc6826c60e1ca2c131bf0f2 Mon Sep 17 00:00:00 2001
|
||||
From 70055af1237534186a06af5117a5078b8e25e580 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 2bc3bafc6b88bb21a578f65a2f5e714f3d8a94bd Mon Sep 17 00:00:00 2001
|
||||
From 54520cacae7cb482709bd7448e9daef501a01c9f 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 a6bc4240b40dada7124f6c6d072ab3a100b39fd5 Mon Sep 17 00:00:00 2001
|
||||
From 2207340f5fe9623a8f74732de65c866e3600a5a3 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 a871d2979b16093c0a4b8cdc7249a2f811be96a4 Mon Sep 17 00:00:00 2001
|
||||
From fed6dc196057dd42d565e1e3448b8b93668a0edb 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
|
||||
@ -84,10 +84,10 @@ index 5382d9630306..d635ee95b20d 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
|
||||
index 9687e462fd43..27d5efd696ad 100644
|
||||
index cc76a795b555..678e82ddd514 100644
|
||||
--- a/drivers/hv/vmbus_drv.c
|
||||
+++ b/drivers/hv/vmbus_drv.c
|
||||
@@ -944,6 +944,8 @@ static void vmbus_chan_sched(struct hv_per_cpu_context *hv_cpu)
|
||||
@@ -964,6 +964,8 @@ static void vmbus_chan_sched(struct hv_per_cpu_context *hv_cpu)
|
||||
if (channel->rescind)
|
||||
continue;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 97da2c7d3243385fe5b45e0a36d524dca8da0052 Mon Sep 17 00:00:00 2001
|
||||
From 1b27221895fda625ae4b9f96c1072878d1e3e44e 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 85bdf72c9e559b9f92206e8677826662c470fc44 Mon Sep 17 00:00:00 2001
|
||||
From 1a7a747b826b0a16b359d39d16abaf8b42d5d49b 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 baaa82e3ed2c683311e44c12d03bb8060207580d Mon Sep 17 00:00:00 2001
|
||||
From 64777002480740eef628605434ed4198e765e6eb 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 d01ebe8c45a075820248ca88ebf9aa4b46000401 Mon Sep 17 00:00:00 2001
|
||||
From f7235b60a3747a4b2ea5bc1f99526936bee78f5f 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 8c6c9a46071b8cd445e2f5cdb8fb673dac9ede10 Mon Sep 17 00:00:00 2001
|
||||
From be7d2c135c32e0bd60c470e76ee5a63bdf9311d4 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 c8c47f17b42033d0c5108cb5a49efd3d74d025aa Mon Sep 17 00:00:00 2001
|
||||
From bc52bb2e2aed38c97d04db7c51293103ca5e8433 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 a82ddcde266c99b1ee05380121f13678c98e1bd3 Mon Sep 17 00:00:00 2001
|
||||
From bb2fbdb18c320dcf0671b5e7b42bf0fe0c1144fe 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 7710b4847f48713d193a70a0de7e63af5e007fda Mon Sep 17 00:00:00 2001
|
||||
From c8bc447737be4e6574b8bcaa15e6bf7098574b14 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 42c238c484b451a9714db28cef4a8ee580cc1f62 Mon Sep 17 00:00:00 2001
|
||||
From 73a8a393f7776bb06369e8c088b0f91c94858e4a 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 451c18cad95f9a2ea4373738127246c5ea0ce6e2 Mon Sep 17 00:00:00 2001
|
||||
From 21c8f686eab034f3acb4be298fe5891ba6610df8 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 180b07fbace1dc5498c7dffcaa07f2cdbfe3bdc6 Mon Sep 17 00:00:00 2001
|
||||
From 3d01b868d204895dc6802fe5d88e29de88e9e69e 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 c57b1b3279176a688aca550affb1e3945dcaf0c5 Mon Sep 17 00:00:00 2001
|
||||
From 7f275465054c59dab0cdc791bc30d8d09f42aa85 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 54e2b58cb95009cd748b45eeb28229ac82ddbc29 Mon Sep 17 00:00:00 2001
|
||||
From 06c53d76fad6af2815419358b7485e30b47fc366 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 d09cfbbf6634891ccb3c4af3ad0f608a968e067d Mon Sep 17 00:00:00 2001
|
||||
From 99665ccd2f6f47305807e4280f9336ebc34820b3 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 5ed16f7e947a9a8b634edbe48c6f3fd960cd9a62 Mon Sep 17 00:00:00 2001
|
||||
From 8b47927467191c37a81ed11c3f75274974bcf800 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 41db1cc6a6be272cd46c53d5d9c3a60c107b9c56 Mon Sep 17 00:00:00 2001
|
||||
From a807e9f033da4047928de72eefbf9cb512b5c486 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 cfc0872ee582ec66872c9cca964e876b1595b794 Mon Sep 17 00:00:00 2001
|
||||
From 3c74f3cebcdfd1f452008f9a400b1b78299efe5c 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