mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
kernel: Update to 5.1.15/4.19.56/4.14.131/4.9.184
Note, this skips 4.14.130 and 4.9.183 as the diff is just one commit. Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
315ddf88e2
commit
472c7d944f
@ -251,21 +251,21 @@ endef
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,5.1.14,5.1.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.55,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.55,4.19.x,,-dbg))
|
||||
$(eval $(call kernel,5.1.15,5.1.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.56,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.56,4.19.x,,-dbg))
|
||||
$(eval $(call kernel,4.19.50,4.19.x,-rt,))
|
||||
$(eval $(call kernel,4.14.129,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.9.182,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.131,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.9.184,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,5.1.14,5.1.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.55,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.1.15,5.1.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.56,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.50,4.19.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,5.1.14,5.1.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.55,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.1.15,5.1.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.56,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
||||
# Target for kernel config
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.129 Kernel Configuration
|
||||
# Linux/x86 4.14.131 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.19.55 Kernel Configuration
|
||||
# Linux/arm64 4.19.56 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.19.55 Kernel Configuration
|
||||
# Linux/s390 4.19.56 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.19.55 Kernel Configuration
|
||||
# Linux/x86 4.19.56 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.9.182 Kernel Configuration
|
||||
# Linux/x86 4.9.184 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.1.14 Kernel Configuration
|
||||
# Linux/arm64 5.1.15 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 5.1.14 Kernel Configuration
|
||||
# Linux/s390 5.1.15 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.1.14 Kernel Configuration
|
||||
# Linux/x86 5.1.15 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
From ab83835ac22c5f006b23c2dead5a0e9ed0169341 Mon Sep 17 00:00:00 2001
|
||||
From 58625dc9e16edcc74de59c826eaeede1561cb38a 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 c9d048cbc6e96b9fa15cd21e0026eb3bd3610909 Mon Sep 17 00:00:00 2001
|
||||
From a15287c9fd695de96b3efc8b816033dae4de0288 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 c147cb9490a6aec1451261188a8898628560cadb Mon Sep 17 00:00:00 2001
|
||||
From c6cd4d3528a41f5607689dcfde40ecf0244a120f 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 9d197cfc877d2ae35c738abcb4d407dee21100db Mon Sep 17 00:00:00 2001
|
||||
From 4cc60c2041f4ad4db7f1d4b7c638c636ec460527 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 2af1fb33dde91c1d2046fe444a4a4cf6b807ad52 Mon Sep 17 00:00:00 2001
|
||||
From c1bda46c3d45267ae0426e72df47f113757f0388 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 5d9947bdaa14750c622b37ef6168bc85f832f646 Mon Sep 17 00:00:00 2001
|
||||
From 4db51f1ea0e28bae0176258dc96f3999a0dfd63f 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 3b1c1470e66ce8ac8a18ef15d416c41a75ff6493 Mon Sep 17 00:00:00 2001
|
||||
From f75b46234941e882ab1161b6aefa0460f470d1d4 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 0ff3d58ae9a2f796f732a8db88d04606f931ac42 Mon Sep 17 00:00:00 2001
|
||||
From d51ba23ab6bff03b93aaa6de3fd9b5c7463ae51c 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 ca0b9ad3fa5309aa160b2069441eede04f123034 Mon Sep 17 00:00:00 2001
|
||||
From c93c6e08cc6146f463c4f0e50ae0b16e5a39eea5 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 45983c6a40a83b77b2177c66d434e1c908d71a26 Mon Sep 17 00:00:00 2001
|
||||
From b332f592531de4f7c9e7580d70f7ffcdc37b7303 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 f18370ca20c54c40d8ae04d5531e3cc13aa3baf0 Mon Sep 17 00:00:00 2001
|
||||
From 8093220a773e17eda7d334225c7d48d8730c8591 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 85c03bb9dc6811db646e71932f7c9d36ce1e5dca Mon Sep 17 00:00:00 2001
|
||||
From a14ffe3ea0cd39944da2409266a7f7023b6fd74d 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 063842a00842fd4962de76a6ce95e07a5523c601 Mon Sep 17 00:00:00 2001
|
||||
From 63c83fd56775099e8bedc5d3699dec4d40ed434c 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 75a6d70743cbb80348492694087cb143aae304fd Mon Sep 17 00:00:00 2001
|
||||
From 65f4171d41b374a135b2959c9538a7f2f767d81e 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 e31a0c3104ae65b8b454b53de7872092ae185721 Mon Sep 17 00:00:00 2001
|
||||
From 8f85a292809e943bdd41c0a8f6384f846a6bd5c7 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 1ad24f3098857e3da5d31a3bbcf7c20cb3bacc28 Mon Sep 17 00:00:00 2001
|
||||
From 5f99faad295458e428c63512a2c3ce70bc292119 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 ad7b88fd3067ec7f9c1d4b10d99f18bfd53e3d1f Mon Sep 17 00:00:00 2001
|
||||
From 6c8e04075dccca5204a93f13a6d4769f4763f454 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 f4655f4e00331f60f585655f0d539b266015ec92 Mon Sep 17 00:00:00 2001
|
||||
From 4f3fddc13b03594a76c1bf744fe932dfe1c2eac0 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 8da458cf185e04d40db4841e99483d43af81633c Mon Sep 17 00:00:00 2001
|
||||
From 444512bb73f238724d025ce3a42b6dcf3640181f 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 d312eb97e5a31aabc2bc95e3630017817ff59d50 Mon Sep 17 00:00:00 2001
|
||||
From 1d08e01f10e973a6c768f6d42842cf5e26b51d4c 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 c8937ea9089fe31c464835864fbe93cc113ac668 Mon Sep 17 00:00:00 2001
|
||||
From 4cb8016a2358b52aa5026a5a5a3bf0e3ca385825 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 eddb63b70482026f191fd2fd7a0666606159ed6e Mon Sep 17 00:00:00 2001
|
||||
From d5540646b53aed764c83c0446d7cc0b58b40c95e 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 ba33339c5c21d70994acae3f631761029510f11e Mon Sep 17 00:00:00 2001
|
||||
From 22d1f0c0d1f81d6fadd7b7463ab49439526ea320 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 548433992e47a40ddb33fc23386bfd6dcd477039 Mon Sep 17 00:00:00 2001
|
||||
From bc5eb5f6195918b7814d1bc9f5fe73554998bdf6 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 c3730cc6c10056c0c40fe1f18f93ade1607c3b56 Mon Sep 17 00:00:00 2001
|
||||
From 87d636514e0750d7bdd4f4e0522d2777d9edb011 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 315e13dd25dedb2a163cced65de3fdc4025ffba1 Mon Sep 17 00:00:00 2001
|
||||
From bfefa360fd14fc9482510e06d7dcc580ba8d19f7 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 9839fd114c73e137b487642f4e58c2ce0d3d74a3 Mon Sep 17 00:00:00 2001
|
||||
From 544aac5cba60c602540eabb61bc57294b1e87154 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 f9035688195d2cf8bf6ff727b5778461a4a08ac0 Mon Sep 17 00:00:00 2001
|
||||
From 7058592fd8d3df9ebb3e7cf79374da2267405b1d 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 a29e09ce50413f6d536ef62adbdcf6b59b7d92bd Mon Sep 17 00:00:00 2001
|
||||
From 77a16dbbe566582b8eba7e7a9f457522e70ee187 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 045da479cb2b19f0ba88de175815649ac2f095fd Mon Sep 17 00:00:00 2001
|
||||
From 84edd46d534951acd525e68938ea0415f7cc3d6f 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 145ba67afc04fc96c08af5276b15519ae775a172 Mon Sep 17 00:00:00 2001
|
||||
From 7e4ee2bf8299d3126e015a5f0c0f799f19465acc 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 51d9a2f1d7a34d65ec1e96ad4ce05affdccb7aa0 Mon Sep 17 00:00:00 2001
|
||||
From 918957f7226e85f00d30e6f8e659faea9b277cfe 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 ae865917f279468eb40f0b0f2368fb7fabf09656 Mon Sep 17 00:00:00 2001
|
||||
From 386ca37b4386fcac1cb38d574a10b6f0a8d43bc5 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 0f7210e70a4adf2c64bece8b8a8839a421fb6cb0 Mon Sep 17 00:00:00 2001
|
||||
From f77590dfe3efd4b212fdda02c6580310095ac3c5 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 c8da3185cc805add3c8bb67a169e5c2cdc4475dd Mon Sep 17 00:00:00 2001
|
||||
From ca442ac85b317c5c0d8479e045bd59749ace3398 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