mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
kernel: Update to 4.20.4/4.19.17/4.14.95/4.9.152
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
9a2d651407
commit
f85b16e0bd
@ -261,23 +261,23 @@ endef
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,4.20.3,4.20.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.16,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.94,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.94,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.20.4,4.20.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.17,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.95,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.95,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.14.87,4.14.x,-rt,))
|
||||
$(eval $(call kernel,4.9.151,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.9.152,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,4.20.3,4.20.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.16,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.94,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.20.4,4.20.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.17,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.95,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.87,4.14.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,4.20.3,4.20.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.16,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.94,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.20.4,4.20.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.17,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.95,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
||||
# Target for kernel config
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.14.94 Kernel Configuration
|
||||
# Linux/arm64 4.14.95 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.14.94 Kernel Configuration
|
||||
# Linux/s390 4.14.95 Kernel Configuration
|
||||
#
|
||||
CONFIG_MMU=y
|
||||
CONFIG_ZONE_DMA=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.94 Kernel Configuration
|
||||
# Linux/x86 4.14.95 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.19.16 Kernel Configuration
|
||||
# Linux/arm64 4.19.17 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.19.16 Kernel Configuration
|
||||
# Linux/s390 4.19.17 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.19.16 Kernel Configuration
|
||||
# Linux/x86 4.19.17 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.20.3 Kernel Configuration
|
||||
# Linux/arm64 4.20.4 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.20.3 Kernel Configuration
|
||||
# Linux/s390 4.20.4 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.20.3 Kernel Configuration
|
||||
# Linux/x86 4.20.4 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.9.151 Kernel Configuration
|
||||
# Linux/x86 4.9.152 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 254d225d26ab5ba86bd4c4f7eda040307ab5f5d9 Mon Sep 17 00:00:00 2001
|
||||
From fcda7c3205c0a52b29a62c7b889a2e8505adbc97 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 bbe07dd99e2b74cb9c2b955b1d98d76d9d77aafb Mon Sep 17 00:00:00 2001
|
||||
From 1d51850156e16dca7e2f24f67a262819c3d27ef0 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 6640266ecda886ac383de2909667ed0348617aac Mon Sep 17 00:00:00 2001
|
||||
From c7efecdd5adaa75401553c185bd3b7420be8ad20 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 d96459fbd56b85eb002d5be9a65b0113a82046fb Mon Sep 17 00:00:00 2001
|
||||
From d5d43faa91d5c49bb5a0d2afcac28b3d87d6fb2d 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 fe6118606b87ce3160d2fbdc52d0d0d8446b4edd Mon Sep 17 00:00:00 2001
|
||||
From 8cd2a3f0d67b01c020d460e4763383fa5e1fb411 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 165133fda29b614d256604602dd167677d880858 Mon Sep 17 00:00:00 2001
|
||||
From 4851fb7807448d50f696740ecb98dc60433f69f5 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 2466106c630bfafabab91fa17c2e60e43b131b1f Mon Sep 17 00:00:00 2001
|
||||
From 690e88fd38b835c303e9088616e71af829647389 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 e655d2bc3623e917fa73c987e3ee6503b0f3ac1c Mon Sep 17 00:00:00 2001
|
||||
From 75daad76b1215f2ffb944e4d83fc1127de14a5ba 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 d85ff91bb3e2d4869bbc7dcf3e3e82e17cd643d1 Mon Sep 17 00:00:00 2001
|
||||
From 45cb8cebc045d71da8dcd4036a075b8146be5771 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 0550194a53de19e8702ca6d3ded45d3c16d4799e Mon Sep 17 00:00:00 2001
|
||||
From aacd42b06a100adad9d8a6986a99c785d4e5bfc9 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 a2d3af2b66b115b643f432ffe49221bef831c8fe Mon Sep 17 00:00:00 2001
|
||||
From 2b04d827b72b56876cf6d3425781177996a19e0e 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 f0a0079c2d72cfe1ce4079347bacb15c97e3ec81 Mon Sep 17 00:00:00 2001
|
||||
From 83fa96985cfde3a8bd5188393f5dad67cb7a291b 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 d9eee82403d4cef12d183cf2d9d01d52f7b98a4d Mon Sep 17 00:00:00 2001
|
||||
From 56973cb45b5ef8559473352dc365c077ae559338 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 e26399afe1ae6d42be22cd1bd1f5c1f2066708ee Mon Sep 17 00:00:00 2001
|
||||
From 1e5b7805cc96d9462c754f685b1b12d10fa1d33b 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 fd60d76a64a9efc81116292def605086e1ac4c80 Mon Sep 17 00:00:00 2001
|
||||
From e5c94b04d9325190d933ea2168c43ac29d9472a3 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 d1f15b9c047d1bd6ba06b2be44b87a4add60a18d Mon Sep 17 00:00:00 2001
|
||||
From bf53cb4e48749e73b69a6819900bb8b38b9a3ece 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 c4581247fa48c554ced6f15bf271f716aa70d376 Mon Sep 17 00:00:00 2001
|
||||
From 228475a17332bb0f1b3fc6b7a3af2e5d7f1ecf68 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 bdfc1541cc7d072fe626b7fd98fd45b3fdb2d78b Mon Sep 17 00:00:00 2001
|
||||
From a83111a74ce27dcd8da8e6a3ef7e77f2ce7891c8 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 685197a9c7841175d06c6b2fed7caa53aec2f29c Mon Sep 17 00:00:00 2001
|
||||
From 713030e8781cdef3e8bf5e6872a3012772c6c22d 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 d93f8a179f0afce8f145be059709085d01658625 Mon Sep 17 00:00:00 2001
|
||||
From 459ec0afc0d48ecd66a31c25db023a4c913c8a03 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 456a4863d4851306f22f3449818951ad6aeb1638 Mon Sep 17 00:00:00 2001
|
||||
From 79f0d44e9b9d334d98b2cb977f6069f51b956c00 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 dd8e00202f2c3c9ceedc679b336a2b8af65c5795 Mon Sep 17 00:00:00 2001
|
||||
From 259b36614dce397f6e8a48232a183171e5e60743 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 b3977dfe79b7ff01bfc26ccf8477bda20608db3a Mon Sep 17 00:00:00 2001
|
||||
From 9f9a63eecc79db33c9de30584e1d01bc7c324792 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 420224f6b81ac00482aa640c386b341ae1b4f145 Mon Sep 17 00:00:00 2001
|
||||
From 955c1dc52c2cb58b95028206dfd0be8ff4133af6 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 2b88b9662a3b5c0ed7ff795876ac633ee3fc7e28 Mon Sep 17 00:00:00 2001
|
||||
From 8df0a6d6f770a79dc0e6820c0f2c2c099c1084d7 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 c0925df3c7c842326238587892b8624aa0e56ef4 Mon Sep 17 00:00:00 2001
|
||||
From 2fa70540d2ce54d95b2bd1a46441914dc7aa8f04 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 d495f4e42e58bae04adca0d0707c6aa0619363eb Mon Sep 17 00:00:00 2001
|
||||
From 5c1590e36bf588aa4d8a6cfec7a7558229f5a897 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 750e55512fe42a8a98f4e008359b3b26be0b4c8b Mon Sep 17 00:00:00 2001
|
||||
From fdc5dfd41cd17ce894a6ffff5aff8d97131eb376 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 dd4c8fbbd67094364d0e023eb08c353a36c9d698 Mon Sep 17 00:00:00 2001
|
||||
From b701f78b7ab8fd59328572a49e83d16833d826d7 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 da8ba3d61bc5bc26d9edeadd43aa52dcd838f267 Mon Sep 17 00:00:00 2001
|
||||
From 74bcb56bae4eeeb430d08a67dd3a2cecc8c51999 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 6938ea7b608d8cf961ce2f52d9a300290ac22bcb Mon Sep 17 00:00:00 2001
|
||||
From 4b10c0b20d43891a8b51f6e05a966fa90b91b1d9 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 6fe37b01b533acbe21b1af9df37a5dc1bf002f15 Mon Sep 17 00:00:00 2001
|
||||
From 19d1f7f7400ca4af52ca73796b51af1e01a72d0b 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 1a2f96818b40e2bcf3c5b36b6e1147764a4ef13b Mon Sep 17 00:00:00 2001
|
||||
From 0f59da3e5550ddda57654d338675a28f9a274f8d 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 7ec6a397c1bb3ac986e66bc11da791e7d81bbb1e Mon Sep 17 00:00:00 2001
|
||||
From 333b8b31860f7e6e7c6dc7e848a05e94d42d27bb 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 fe164d6f37234cfb492633e92b25b2bc9b84d952 Mon Sep 17 00:00:00 2001
|
||||
From fa9474afbcfd6727292b18662dfc13acd739071f 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