mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
kernel: Update to 5.02/4.20.16/5/19.29/4.14.107/4.9.164
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
aed0401150
commit
0a8d501c41
@ -251,24 +251,24 @@ endef
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,5.0.1,5.0.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.20.15,4.20.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.28,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.28,4.19.x,,-dbg))
|
||||
$(eval $(call kernel,5.0.2,5.0.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.20.16,4.20.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.29,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.29,4.19.x,,-dbg))
|
||||
$(eval $(call kernel,4.19.25,4.19.x,-rt,))
|
||||
$(eval $(call kernel,4.14.106,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.9.163,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.107,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.9.164,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,5.0.1,5.0.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.20.15,4.20.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.28,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.0.2,5.0.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.20.16,4.20.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.29,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.25,4.19.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,5.0.1,5.0.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.20.15,4.20.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.28,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.0.2,5.0.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.20.16,4.20.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.29,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
||||
# Target for kernel config
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.106 Kernel Configuration
|
||||
# Linux/x86 4.14.107 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.19.28 Kernel Configuration
|
||||
# Linux/arm64 4.19.29 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.19.28 Kernel Configuration
|
||||
# Linux/s390 4.19.29 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.19.28 Kernel Configuration
|
||||
# Linux/x86 4.19.29 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.20.15 Kernel Configuration
|
||||
# Linux/arm64 4.20.16 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.20.15 Kernel Configuration
|
||||
# Linux/s390 4.20.16 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.20.15 Kernel Configuration
|
||||
# Linux/x86 4.20.16 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.9.163 Kernel Configuration
|
||||
# Linux/x86 4.9.164 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.0.1 Kernel Configuration
|
||||
# Linux/arm64 5.0.2 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 5.0.1 Kernel Configuration
|
||||
# Linux/s390 5.0.2 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.0.1 Kernel Configuration
|
||||
# Linux/x86 5.0.2 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
From ab708b1a8fba9737b110b585c88418025d0dc960 Mon Sep 17 00:00:00 2001
|
||||
From c8582b1902438e871cfc5484b088b4491bc51119 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 47c7eb52d374069366086a0eddffda6a0d6c8d23 Mon Sep 17 00:00:00 2001
|
||||
From 2454de7273bf1db9413b11f5b6819f999253571a 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 7175f36108ad7422d86e5a2b59e3094405821d34 Mon Sep 17 00:00:00 2001
|
||||
From 4b9ba3d5a797cc7bd915e3725cd8eeca9b182896 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 7c53584445a755653d40b19cefd81254c42c9cce Mon Sep 17 00:00:00 2001
|
||||
From 4ed8a8f435d161088bef64e19aed8a81de06c40e 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 9652c04112092ae830ea90b635ad6ce9a9d7e069 Mon Sep 17 00:00:00 2001
|
||||
From 00ead208272f320173e8e9b289a757ba271ea23e 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 5d36cd31e3020490793dcd3f95412621dab0b7b0 Mon Sep 17 00:00:00 2001
|
||||
From 5d71157d58856c352cffe294b1ae306944627f0c 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 05ce06d577a841d248dab75b0fb7525871126042 Mon Sep 17 00:00:00 2001
|
||||
From 5e0844f0af062325b8ccfe1c02ece28029b98c18 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 26702607e1a22604106ff20eea09ea4fb353bb33 Mon Sep 17 00:00:00 2001
|
||||
From fdd6b30ef3410539444e0c6a1bb670a41ea0a381 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 c129c31791bad97e241115b0ebaef12f4fd2a71f Mon Sep 17 00:00:00 2001
|
||||
From e5e05ff94c1c45cadd1eb5e0bf2105e5e0324fb3 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 d2324aa225a4a14a47e45d3f147d3ef495842425 Mon Sep 17 00:00:00 2001
|
||||
From b419213dfca6a11377da2f332363682a37a5a93f 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 6e7b00911e97de6b7eca5570416864794e8428b6 Mon Sep 17 00:00:00 2001
|
||||
From 76a65bd06385a447962245383ee29c87ac043a6d 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 4dd6d680b08929c2d83d7ee29087c5ea7b9add1c Mon Sep 17 00:00:00 2001
|
||||
From 5ac1c108b4a8687e54679b7821f431439cf55ac8 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 b2002da78c618d3eddc97acd6776d042805e30e1 Mon Sep 17 00:00:00 2001
|
||||
From d93a52c0fefd134a6e65589013afb887b0fb25b5 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 977ca569d5872cd4e728fc54451cfdafc80f39cd Mon Sep 17 00:00:00 2001
|
||||
From 02e1442a460d3db13be386fabb83685707a9b04e 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 e8d67b075c817df6b1ac76627fc66cf02347e390 Mon Sep 17 00:00:00 2001
|
||||
From c2da06da537db099be0625d538b6140a759c272e 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 4c850cdf1971c38e86b8d52a2fd054ad168d89bb Mon Sep 17 00:00:00 2001
|
||||
From 9fb8f4fbd9694939d3729a52e77e88ba543f7510 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 8ebb8e53b00c6e24853a6f53f7a4db6ec3ee00d8 Mon Sep 17 00:00:00 2001
|
||||
From 42b69c3e3874c85798174fc42ef6da78ad18fb69 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 a4e32fd492d35c0fd7554d30269e94426861bbe1 Mon Sep 17 00:00:00 2001
|
||||
From 0c3ca42b627d75c8d8a409ac4107b3f9b109f92f 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 0d8ac1d9bb7a77bd18488d0d0d5034c615e8d997 Mon Sep 17 00:00:00 2001
|
||||
From 3b7360a8e31a6eb2933418e24d6c554b274b57bb 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 4c808bdeaffb5a5733971d0f856dd17e932163df Mon Sep 17 00:00:00 2001
|
||||
From 28bb9fc488315a27b036a46d7fb67eb62083b0b1 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 62a09430b4536425cd25310af344317f9bfeefc4 Mon Sep 17 00:00:00 2001
|
||||
From 6b4ee235403bea2b3f0a286e9b7f58e973f6928a 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 3e57a2f05403769375458bf77b842edff499ab80 Mon Sep 17 00:00:00 2001
|
||||
From cf7ebdf659ee5817dadca3b244b053e0263502df 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 d8526563b85cf90bb9c8ba40cf337e2a50518a7a Mon Sep 17 00:00:00 2001
|
||||
From 88374d1eabbc5b4d66e015f90085cb1fd8e967d1 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 724222fcaa49ed403c3642af20ec8082caa1e6b2 Mon Sep 17 00:00:00 2001
|
||||
From 7f311f3ee3cb794b07880cbcbf07205b4b7b3547 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 6806875d93b4ffcd8364742799a2ad54926aeaeb Mon Sep 17 00:00:00 2001
|
||||
From a75e512e789f20dbe788cedc2fe946f9a77045c6 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 bba1a166b5b359f1268fd441d5a62db0a6f7e7c3 Mon Sep 17 00:00:00 2001
|
||||
From 6240e9eb43a1fd96470455f53cf95a55cc295369 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 d9385a53f12f40939a94efa98bfb276b0359bd71 Mon Sep 17 00:00:00 2001
|
||||
From b4a869b3fc0e00b5a08f3282295e001d047d8da6 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 8944773abb3294a2c7f6edec0f3566a9febee1ba Mon Sep 17 00:00:00 2001
|
||||
From bfd4cdf00effb21011acac0ef5715f7196c31ca0 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 dff65c43de7c2fb06cd2491bf90785cd350a671e Mon Sep 17 00:00:00 2001
|
||||
From ddc870b691a0330f7902ea4521f947fac0c10c8a 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 cb5e81167762b2c97d1dc3c04eb6de17b953d04b Mon Sep 17 00:00:00 2001
|
||||
From d97d43569fb51b22199fe6227922f62cdf8062bd 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 a8b227fa1491f83ffd06771be0d97ee18f2273cc Mon Sep 17 00:00:00 2001
|
||||
From 47e1e2328d47b5a2b504688df2ff6ebcbccc4284 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 419f251f5f94b89784179be15a45387370364424 Mon Sep 17 00:00:00 2001
|
||||
From a1647301fe05cfbf12249f3e193c1669148c5ed1 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 bec940a4672bb0490d2559fadcc19af847b12eb0 Mon Sep 17 00:00:00 2001
|
||||
From 3c22d699db81a2e6de9662cb099b4f8ee0813a19 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 34684ca0fec3e1a2b8a47f5d1c1d548992c22209 Mon Sep 17 00:00:00 2001
|
||||
From e41271315cf722eb71d014ad34990757d1511d31 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 99a9c1945766cd16811db1a7c69993537ce1c265 Mon Sep 17 00:00:00 2001
|
||||
From b94f51fa5d77d60532563b3166a6616128561609 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