mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
kernel: Update to 4.18.18/4.14.80/4.9.136/4.4.163
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
14233c2322
commit
cc544d1cf2
@ -263,21 +263,21 @@ endef
|
|||||||
#
|
#
|
||||||
ifeq ($(ARCH),x86_64)
|
ifeq ($(ARCH),x86_64)
|
||||||
$(eval $(call kernel,4.19.1,4.19.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.19.1,4.19.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.18.17,4.18.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.18.18,4.18.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.79,4.14.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.14.80,4.14.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.79,4.14.x,,-dbg))
|
$(eval $(call kernel,4.14.80,4.14.x,,-dbg))
|
||||||
$(eval $(call kernel,4.14.71,4.14.x,-rt,))
|
$(eval $(call kernel,4.14.71,4.14.x,-rt,))
|
||||||
$(eval $(call kernel,4.9.135,4.9.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.9.136,4.9.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.4.162,4.4.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.4.163,4.4.x,$(EXTRA),$(DEBUG)))
|
||||||
|
|
||||||
else ifeq ($(ARCH),aarch64)
|
else ifeq ($(ARCH),aarch64)
|
||||||
$(eval $(call kernel,4.19.1,4.19.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.19.1,4.19.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.79,4.14.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.14.80,4.14.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.71,4.14.x,-rt,))
|
$(eval $(call kernel,4.14.71,4.14.x,-rt,))
|
||||||
|
|
||||||
else ifeq ($(ARCH),s390x)
|
else ifeq ($(ARCH),s390x)
|
||||||
$(eval $(call kernel,4.19.1,4.19.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.19.1,4.19.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.79,4.14.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.14.80,4.14.x,$(EXTRA),$(DEBUG)))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Target for kernel config
|
# Target for kernel config
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm64 4.14.79 Kernel Configuration
|
# Linux/arm64 4.14.80 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM64=y
|
CONFIG_ARM64=y
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/s390 4.14.79 Kernel Configuration
|
# Linux/s390 4.14.80 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_MMU=y
|
CONFIG_MMU=y
|
||||||
CONFIG_ZONE_DMA=y
|
CONFIG_ZONE_DMA=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.14.79 Kernel Configuration
|
# Linux/x86 4.14.80 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.18.17 Kernel Configuration
|
# Linux/x86 4.18.18 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.4.162 Kernel Configuration
|
# Linux/x86 4.4.163 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.9.135 Kernel Configuration
|
# Linux/x86 4.9.136 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 21d63816cce340937723e14a45811bf2409fc4a0 Mon Sep 17 00:00:00 2001
|
From 824af4973550f26044af8ef4fde719d332e48998 Mon Sep 17 00:00:00 2001
|
||||||
From: Cheng-mean Liu <soccerl@microsoft.com>
|
From: Cheng-mean Liu <soccerl@microsoft.com>
|
||||||
Date: Tue, 11 Jul 2017 16:58:26 -0700
|
Date: Tue, 11 Jul 2017 16:58:26 -0700
|
||||||
Subject: [PATCH 01/21] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB
|
Subject: [PATCH 01/21] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From d4805418a2929e372fc32aa054b4159a20d8ac1b Mon Sep 17 00:00:00 2001
|
From 297f6dfb504f57b28a96376386e1d39ff35a210f Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:00 -0700
|
Date: Sun, 29 Oct 2017 12:21:00 -0700
|
||||||
Subject: [PATCH 02/21] hyper-v: trace vmbus_on_msg_dpc()
|
Subject: [PATCH 02/21] hyper-v: trace vmbus_on_msg_dpc()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 8f5c270c586bd471d9ca085f7c68e5f83dbeff8e Mon Sep 17 00:00:00 2001
|
From d70519b8dac0262ab174211775619f73e83ea263 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:01 -0700
|
Date: Sun, 29 Oct 2017 12:21:01 -0700
|
||||||
Subject: [PATCH 03/21] hyper-v: trace vmbus_on_message()
|
Subject: [PATCH 03/21] hyper-v: trace vmbus_on_message()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From daa0481032f9d934150597d9a0cf2759f20fc548 Mon Sep 17 00:00:00 2001
|
From b9b96187fc2270931a52bb4965418f59bdd39c2c Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:02 -0700
|
Date: Sun, 29 Oct 2017 12:21:02 -0700
|
||||||
Subject: [PATCH 04/21] hyper-v: trace vmbus_onoffer()
|
Subject: [PATCH 04/21] hyper-v: trace vmbus_onoffer()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 2f767ba3dce84b15924f36d05c2d17e6c7a28109 Mon Sep 17 00:00:00 2001
|
From 87e0c2cff03b96eb7a2baf3b93ceee8081af459c Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:03 -0700
|
Date: Sun, 29 Oct 2017 12:21:03 -0700
|
||||||
Subject: [PATCH 05/21] hyper-v: trace vmbus_onoffer_rescind()
|
Subject: [PATCH 05/21] hyper-v: trace vmbus_onoffer_rescind()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From cf4345a75364eb5cdfaf6d9e3cad8b6786656b5e Mon Sep 17 00:00:00 2001
|
From 21df24ff1226c63b9d53a81c4feee088c774a21c Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:04 -0700
|
Date: Sun, 29 Oct 2017 12:21:04 -0700
|
||||||
Subject: [PATCH 06/21] hyper-v: trace vmbus_onopen_result()
|
Subject: [PATCH 06/21] hyper-v: trace vmbus_onopen_result()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 7ae7f162dce9621114c1a315938c11a87693573d Mon Sep 17 00:00:00 2001
|
From faf55d1742e7af2bbc360ce0e683d2644690fccb Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:05 -0700
|
Date: Sun, 29 Oct 2017 12:21:05 -0700
|
||||||
Subject: [PATCH 07/21] hyper-v: trace vmbus_ongpadl_created()
|
Subject: [PATCH 07/21] hyper-v: trace vmbus_ongpadl_created()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 1dee7a8100fe6a30d0a0295ce6d19fac1e47f376 Mon Sep 17 00:00:00 2001
|
From ffbd4a59de2fac55a689926d28902338f6eac232 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:06 -0700
|
Date: Sun, 29 Oct 2017 12:21:06 -0700
|
||||||
Subject: [PATCH 08/21] hyper-v: trace vmbus_ongpadl_torndown()
|
Subject: [PATCH 08/21] hyper-v: trace vmbus_ongpadl_torndown()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 662a29a48ce8bdcd40419b0cbb446c00e9146944 Mon Sep 17 00:00:00 2001
|
From 8576a2ceaf97d1bd839bffc2b0edbff39c237dbb Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:07 -0700
|
Date: Sun, 29 Oct 2017 12:21:07 -0700
|
||||||
Subject: [PATCH 09/21] hyper-v: trace vmbus_onversion_response()
|
Subject: [PATCH 09/21] hyper-v: trace vmbus_onversion_response()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From efea0c680e9c9e006ae07191a0a880a25050d8c8 Mon Sep 17 00:00:00 2001
|
From 1e52a959351efffefbbc3f8ddaccf49f483c4b76 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:08 -0700
|
Date: Sun, 29 Oct 2017 12:21:08 -0700
|
||||||
Subject: [PATCH 10/21] hyper-v: trace vmbus_request_offers()
|
Subject: [PATCH 10/21] hyper-v: trace vmbus_request_offers()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 7308a333b03ac637f848a989c7917209b40f590b Mon Sep 17 00:00:00 2001
|
From 3ad9d4cb8718ed1d0dd410ed7270acc9b9916675 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:09 -0700
|
Date: Sun, 29 Oct 2017 12:21:09 -0700
|
||||||
Subject: [PATCH 11/21] hyper-v: trace vmbus_open()
|
Subject: [PATCH 11/21] hyper-v: trace vmbus_open()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 09a1a4a33c71b7bbaea729fdaf67698755f15ca6 Mon Sep 17 00:00:00 2001
|
From 867525d56305a717c8314cc1bc5de80a65ec759d Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:10 -0700
|
Date: Sun, 29 Oct 2017 12:21:10 -0700
|
||||||
Subject: [PATCH 12/21] hyper-v: trace vmbus_close_internal()
|
Subject: [PATCH 12/21] hyper-v: trace vmbus_close_internal()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From ceaa01572bd4c31f8ed79281c048475f51e70b3f Mon Sep 17 00:00:00 2001
|
From 3cfa702d10e0264ae405822c99562036b9f32895 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:11 -0700
|
Date: Sun, 29 Oct 2017 12:21:11 -0700
|
||||||
Subject: [PATCH 13/21] hyper-v: trace vmbus_establish_gpadl()
|
Subject: [PATCH 13/21] hyper-v: trace vmbus_establish_gpadl()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 439511704e71f97a64889963250e32eaf3fc7655 Mon Sep 17 00:00:00 2001
|
From 9b091b28566a5da4d497b01124797070820db112 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:12 -0700
|
Date: Sun, 29 Oct 2017 12:21:12 -0700
|
||||||
Subject: [PATCH 14/21] hyper-v: trace vmbus_teardown_gpadl()
|
Subject: [PATCH 14/21] hyper-v: trace vmbus_teardown_gpadl()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From d7c01cf0456ae14a4882204eb9f2be57c2e36a96 Mon Sep 17 00:00:00 2001
|
From 3c43fdcd9d7059ec9a6460945055f805196c96dc Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:13 -0700
|
Date: Sun, 29 Oct 2017 12:21:13 -0700
|
||||||
Subject: [PATCH 15/21] hyper-v: trace vmbus_negotiate_version()
|
Subject: [PATCH 15/21] hyper-v: trace vmbus_negotiate_version()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From e921710598561c5e5ea5f5e2950be371591778fe Mon Sep 17 00:00:00 2001
|
From efbd801ec49f25719b5efdc896586eb8259e1832 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:14 -0700
|
Date: Sun, 29 Oct 2017 12:21:14 -0700
|
||||||
Subject: [PATCH 16/21] hyper-v: trace vmbus_release_relid()
|
Subject: [PATCH 16/21] hyper-v: trace vmbus_release_relid()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From c7491da250b4e85425b72b9293e638f61da2c6d0 Mon Sep 17 00:00:00 2001
|
From c9ded8362ea19cc0c675a7b89ac76be0cb30b729 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:15 -0700
|
Date: Sun, 29 Oct 2017 12:21:15 -0700
|
||||||
Subject: [PATCH 17/21] hyper-v: trace vmbus_send_tl_connect_request()
|
Subject: [PATCH 17/21] hyper-v: trace vmbus_send_tl_connect_request()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 166d6d6c381f88510e2d3c9b0075e9a0e7088086 Mon Sep 17 00:00:00 2001
|
From f68583dc336e97fbe210469482160949b82f8666 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:16 -0700
|
Date: Sun, 29 Oct 2017 12:21:16 -0700
|
||||||
Subject: [PATCH 18/21] hyper-v: trace channel events
|
Subject: [PATCH 18/21] hyper-v: trace channel events
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From c236b4a71728ef5fef149dc10ba290d0caa8c70b Mon Sep 17 00:00:00 2001
|
From bd23bd3ffc97155ea8990616c2382e132b758f40 Mon Sep 17 00:00:00 2001
|
||||||
From: Christian Borntraeger <borntraeger@de.ibm.com>
|
From: Christian Borntraeger <borntraeger@de.ibm.com>
|
||||||
Date: Tue, 12 Dec 2017 09:08:35 +0100
|
Date: Tue, 12 Dec 2017 09:08:35 +0100
|
||||||
Subject: [PATCH 19/21] serial: forbid 8250 on s390
|
Subject: [PATCH 19/21] serial: forbid 8250 on s390
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 1549069a8f3b0b6536e7990538bff8b1cab52f8a Mon Sep 17 00:00:00 2001
|
From b7a3fee3072581df46d6065467b3f8f138ca64c4 Mon Sep 17 00:00:00 2001
|
||||||
From: Cathy Avery <cavery@redhat.com>
|
From: Cathy Avery <cavery@redhat.com>
|
||||||
Date: Tue, 31 Oct 2017 08:52:06 -0400
|
Date: Tue, 31 Oct 2017 08:52:06 -0400
|
||||||
Subject: [PATCH 20/21] scsi: storvsc: Allow only one remove lun work item to
|
Subject: [PATCH 20/21] scsi: storvsc: Allow only one remove lun work item to
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 011639fb8fbdfc130105218efccbf0f92b706cb6 Mon Sep 17 00:00:00 2001
|
From 28b267c9209d65d672d949ddaf7fc839405713d8 Mon Sep 17 00:00:00 2001
|
||||||
From: Long Li <longli@microsoft.com>
|
From: Long Li <longli@microsoft.com>
|
||||||
Date: Tue, 31 Oct 2017 14:58:08 -0700
|
Date: Tue, 31 Oct 2017 14:58:08 -0700
|
||||||
Subject: [PATCH 21/21] scsi: storvsc: Avoid excessive host scan on controller
|
Subject: [PATCH 21/21] scsi: storvsc: Avoid excessive host scan on controller
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 627f759f437158f9d720b5f4a425d2bd1c8ce59e Mon Sep 17 00:00:00 2001
|
From a21ba75838c8128797f740c81748b5c4e2b77997 Mon Sep 17 00:00:00 2001
|
||||||
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
||||||
Date: Thu, 2 Mar 2017 12:55:49 -0300
|
Date: Thu, 2 Mar 2017 12:55:49 -0300
|
||||||
Subject: [PATCH 01/14] tools build: Add test for sched_getcpu()
|
Subject: [PATCH 01/14] tools build: Add test for sched_getcpu()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 5797e664b591fb4d282ebe72f972e82b343f053c Mon Sep 17 00:00:00 2001
|
From 45d220126b2a1eff9a38049b26f23b5c001ac51f Mon Sep 17 00:00:00 2001
|
||||||
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
||||||
Date: Thu, 13 Oct 2016 17:12:35 -0300
|
Date: Thu, 13 Oct 2016 17:12:35 -0300
|
||||||
Subject: [PATCH 02/14] perf jit: Avoid returning garbage for a ret variable
|
Subject: [PATCH 02/14] perf jit: Avoid returning garbage for a ret variable
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From e1f2f3d909b6c9bb5931d970db5032fbaea3c7a9 Mon Sep 17 00:00:00 2001
|
From e421da3ea5b1635a2ff758d2ccb5f400f784ce1d Mon Sep 17 00:00:00 2001
|
||||||
From: Dexuan Cui <decui@microsoft.com>
|
From: Dexuan Cui <decui@microsoft.com>
|
||||||
Date: Sat, 23 Jul 2016 01:35:51 +0000
|
Date: Sat, 23 Jul 2016 01:35:51 +0000
|
||||||
Subject: [PATCH 03/14] hv_sock: introduce Hyper-V Sockets
|
Subject: [PATCH 03/14] hv_sock: introduce Hyper-V Sockets
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From a8fbcbf7201375a2f7e7e29e16101ee65900cad7 Mon Sep 17 00:00:00 2001
|
From 5a73eb662b7a366accc0f846f0581993cbabedea Mon Sep 17 00:00:00 2001
|
||||||
From: Rolf Neugebauer <rolf.neugebauer@gmail.com>
|
From: Rolf Neugebauer <rolf.neugebauer@gmail.com>
|
||||||
Date: Mon, 23 May 2016 18:55:45 +0100
|
Date: Mon, 23 May 2016 18:55:45 +0100
|
||||||
Subject: [PATCH 04/14] vmbus: Don't spam the logs with unknown GUIDs
|
Subject: [PATCH 04/14] vmbus: Don't spam the logs with unknown GUIDs
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 6484d665139cc8a1d8e461d1b6a7581c1d0d3e84 Mon Sep 17 00:00:00 2001
|
From 22b1d251ddc9031ff22eb69eae36f8f15aa39bfd Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sun, 6 Nov 2016 13:14:07 -0800
|
Date: Sun, 6 Nov 2016 13:14:07 -0800
|
||||||
Subject: [PATCH 05/14] Drivers: hv: utils: Fix the mapping between host
|
Subject: [PATCH 05/14] Drivers: hv: utils: Fix the mapping between host
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 2c4654c6bc1788f2032b5c60b87f2d607e3f2af7 Mon Sep 17 00:00:00 2001
|
From e2688d02fd065ab7d2e505017ab0aad6645c931f Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sun, 6 Nov 2016 13:14:10 -0800
|
Date: Sun, 6 Nov 2016 13:14:10 -0800
|
||||||
Subject: [PATCH 06/14] Drivers: hv: vss: Improve log messages.
|
Subject: [PATCH 06/14] Drivers: hv: vss: Improve log messages.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 234d315cea5739be7b2452c14b58d2fcc248df50 Mon Sep 17 00:00:00 2001
|
From febf38bdc709355113f36e2af8a5f1adeaa73d87 Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sun, 6 Nov 2016 13:14:11 -0800
|
Date: Sun, 6 Nov 2016 13:14:11 -0800
|
||||||
Subject: [PATCH 07/14] Drivers: hv: vss: Operation timeouts should match host
|
Subject: [PATCH 07/14] Drivers: hv: vss: Operation timeouts should match host
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 9494ca1930f51c5a2132cf00c2dd49f0aea7eac4 Mon Sep 17 00:00:00 2001
|
From b290f14b573ae7f2bb56bc54f4f9ac6e7c41cda2 Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sat, 28 Jan 2017 12:37:17 -0700
|
Date: Sat, 28 Jan 2017 12:37:17 -0700
|
||||||
Subject: [PATCH 08/14] Drivers: hv: vmbus: Use all supported IC versions to
|
Subject: [PATCH 08/14] Drivers: hv: vmbus: Use all supported IC versions to
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From b27c6d4142be97d9ad37083cd37e84b488637907 Mon Sep 17 00:00:00 2001
|
From 602a4c0fb762c346cf9f9a064cb6faf60cb4d1c5 Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sat, 28 Jan 2017 12:37:18 -0700
|
Date: Sat, 28 Jan 2017 12:37:18 -0700
|
||||||
Subject: [PATCH 09/14] Drivers: hv: Log the negotiated IC versions.
|
Subject: [PATCH 09/14] Drivers: hv: Log the negotiated IC versions.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 53a0bdd86af94c97c5a18d23473a1c553fc55003 Mon Sep 17 00:00:00 2001
|
From dafd3733860599d6b2a24faed750994971223cf1 Mon Sep 17 00:00:00 2001
|
||||||
From: Dexuan Cui <decui@microsoft.com>
|
From: Dexuan Cui <decui@microsoft.com>
|
||||||
Date: Sun, 26 Mar 2017 16:42:20 +0800
|
Date: Sun, 26 Mar 2017 16:42:20 +0800
|
||||||
Subject: [PATCH 10/14] vmbus: fix missed ring events on boot
|
Subject: [PATCH 10/14] vmbus: fix missed ring events on boot
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 184ccbec2fe73cc14bfc78b2c3e5c76208f87e85 Mon Sep 17 00:00:00 2001
|
From 5b69e5c350286877850fab64122b43575b7b8c31 Mon Sep 17 00:00:00 2001
|
||||||
From: Dexuan Cui <decui@microsoft.com>
|
From: Dexuan Cui <decui@microsoft.com>
|
||||||
Date: Wed, 29 Mar 2017 18:37:10 +0800
|
Date: Wed, 29 Mar 2017 18:37:10 +0800
|
||||||
Subject: [PATCH 11/14] vmbus: remove "goto error_clean_msglist" in
|
Subject: [PATCH 11/14] vmbus: remove "goto error_clean_msglist" in
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 061a2e433ea88fdff89abb0a8a34f4dff95d57b3 Mon Sep 17 00:00:00 2001
|
From c4606aa87b1bcfa345bfc514b63e82b035b07873 Mon Sep 17 00:00:00 2001
|
||||||
From: Dexuan Cui <decui@microsoft.com>
|
From: Dexuan Cui <decui@microsoft.com>
|
||||||
Date: Fri, 24 Mar 2017 20:53:18 +0800
|
Date: Fri, 24 Mar 2017 20:53:18 +0800
|
||||||
Subject: [PATCH 12/14] vmbus: dynamically enqueue/dequeue the channel on
|
Subject: [PATCH 12/14] vmbus: dynamically enqueue/dequeue the channel on
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 6f9c18d65d0bf081e161db998f6455bb2230d975 Mon Sep 17 00:00:00 2001
|
From 9911a757537dc868785ab96b37201ab9640894e2 Mon Sep 17 00:00:00 2001
|
||||||
From: Ido Schimmel <idosch@mellanox.com>
|
From: Ido Schimmel <idosch@mellanox.com>
|
||||||
Date: Mon, 10 Apr 2017 14:59:27 +0300
|
Date: Mon, 10 Apr 2017 14:59:27 +0300
|
||||||
Subject: [PATCH 13/14] bridge: implement missing ndo_uninit()
|
Subject: [PATCH 13/14] bridge: implement missing ndo_uninit()
|
||||||
@ -90,10 +90,10 @@ index 8e173324693d..1764de88483c 100644
|
|||||||
del_timer_sync(&br->gc_timer);
|
del_timer_sync(&br->gc_timer);
|
||||||
|
|
||||||
diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c
|
diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c
|
||||||
index 2136e45f5277..4c16e01031d4 100644
|
index 4bd57507b9a4..3c05d671ef37 100644
|
||||||
--- a/net/bridge/br_multicast.c
|
--- a/net/bridge/br_multicast.c
|
||||||
+++ b/net/bridge/br_multicast.c
|
+++ b/net/bridge/br_multicast.c
|
||||||
@@ -1898,8 +1898,6 @@ void br_multicast_dev_del(struct net_bridge *br)
|
@@ -1905,8 +1905,6 @@ void br_multicast_dev_del(struct net_bridge *br)
|
||||||
|
|
||||||
out:
|
out:
|
||||||
spin_unlock_bh(&br->multicast_lock);
|
spin_unlock_bh(&br->multicast_lock);
|
||||||
@ -102,7 +102,7 @@ index 2136e45f5277..4c16e01031d4 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
int br_multicast_set_router(struct net_bridge *br, unsigned long val)
|
int br_multicast_set_router(struct net_bridge *br, unsigned long val)
|
||||||
@@ -2354,6 +2352,11 @@ int br_multicast_init_stats(struct net_bridge *br)
|
@@ -2361,6 +2359,11 @@ int br_multicast_init_stats(struct net_bridge *br)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 8e9dbefb21195ed228de7d4efd64de61b07008ef Mon Sep 17 00:00:00 2001
|
From 3fd4cd1955336fae1adb75075bd54c9e3d010cb9 Mon Sep 17 00:00:00 2001
|
||||||
From: Xin Long <lucien.xin@gmail.com>
|
From: Xin Long <lucien.xin@gmail.com>
|
||||||
Date: Tue, 25 Apr 2017 22:58:37 +0800
|
Date: Tue, 25 Apr 2017 22:58:37 +0800
|
||||||
Subject: [PATCH 14/14] bridge: move bridge multicast cleanup to ndo_uninit
|
Subject: [PATCH 14/14] bridge: move bridge multicast cleanup to ndo_uninit
|
||||||
|
Loading…
Reference in New Issue
Block a user