kernel: Update to 5.1.5/5.0.19/4.19.46/4.14.122/4.9.179

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2019-05-26 19:52:34 +01:00
parent 3c983a78e8
commit 747138ca72
45 changed files with 54 additions and 54 deletions

View File

@ -251,22 +251,22 @@ endef
# Debug targets only for latest stable and LTS stable # Debug targets only for latest stable and LTS stable
# #
ifeq ($(ARCH),x86_64) ifeq ($(ARCH),x86_64)
$(eval $(call kernel,5.1.4,5.1.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,5.1.5,5.1.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.0.18,5.0.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,5.0.19,5.0.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.45,4.19.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.19.46,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.45,4.19.x,,-dbg)) $(eval $(call kernel,4.19.46,4.19.x,,-dbg))
$(eval $(call kernel,4.19.25,4.19.x,-rt,)) $(eval $(call kernel,4.19.25,4.19.x,-rt,))
$(eval $(call kernel,4.14.121,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.122,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.178,4.9.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.9.179,4.9.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64) else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,5.1.4,5.1.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,5.1.5,5.1.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.45,4.19.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.19.46,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.25,4.19.x,-rt,)) $(eval $(call kernel,4.19.25,4.19.x,-rt,))
else ifeq ($(ARCH),s390x) else ifeq ($(ARCH),s390x)
$(eval $(call kernel,5.1.4,5.1.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,5.1.5,5.1.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.45,4.19.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.19.46,4.19.x,$(EXTRA),$(DEBUG)))
endif endif
# Target for kernel config # Target for kernel config

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.121 Kernel Configuration # Linux/x86 4.14.122 Kernel Configuration
# #
CONFIG_64BIT=y CONFIG_64BIT=y
CONFIG_X86_64=y CONFIG_X86_64=y

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.19.45 Kernel Configuration # Linux/arm64 4.19.46 Kernel Configuration
# #
# #

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/s390 4.19.45 Kernel Configuration # Linux/s390 4.19.46 Kernel Configuration
# #
# #

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.19.45 Kernel Configuration # Linux/x86 4.19.46 Kernel Configuration
# #
# #

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.9.178 Kernel Configuration # Linux/x86 4.9.179 Kernel Configuration
# #
CONFIG_64BIT=y CONFIG_64BIT=y
CONFIG_X86_64=y CONFIG_X86_64=y

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 5.0.18 Kernel Configuration # Linux/x86 5.0.19 Kernel Configuration
# #
# #

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.1.4 Kernel Configuration # Linux/arm64 5.1.5 Kernel Configuration
# #
# #

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/s390 5.1.4 Kernel Configuration # Linux/s390 5.1.5 Kernel Configuration
# #
# #

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 5.1.4 Kernel Configuration # Linux/x86 5.1.5 Kernel Configuration
# #
# #

View File

@ -1,4 +1,4 @@
From 24c482836fed472d66e622e4d23f17d585c793a9 Mon Sep 17 00:00:00 2001 From 39cba3a77843127e90b14d7bca7f671f9426fa1a 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

View File

@ -1,4 +1,4 @@
From db9d95e449a81e627b41e66189dbedcda0242a21 Mon Sep 17 00:00:00 2001 From b23dfd0c1476076d8e42c2eacb14f7a527d33a61 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()

View File

@ -1,4 +1,4 @@
From e2a48601b42fc8d3fd6b0c192e1a928e3298aa89 Mon Sep 17 00:00:00 2001 From 5bc028794d22c5a81b66ac930837a6badd826843 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()

View File

@ -1,4 +1,4 @@
From 44f8391edc49b1c895b0af2bd28412de22ea2e75 Mon Sep 17 00:00:00 2001 From 849444bdbabfd91caeadc074e2aac03bf8adcdfd 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()

View File

@ -1,4 +1,4 @@
From 4af623cd410a3e2af2bff5607675bbdd6e22c9ec Mon Sep 17 00:00:00 2001 From e60a8111f448ec4d9294a2a05c2b42b1497e0ea5 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()

View File

@ -1,4 +1,4 @@
From d1a4a84ff3219abcf8beb0105de538b9f5ec11d0 Mon Sep 17 00:00:00 2001 From 8cf7e7faac49a4c29f98866e588880e20126d1c4 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()

View File

@ -1,4 +1,4 @@
From 02da1037b4be7fc936c48831f1def78eeadf9207 Mon Sep 17 00:00:00 2001 From 4537d0cc845c0dbcbb1604f33eaa30c627fd1ee0 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()

View File

@ -1,4 +1,4 @@
From de0e8ccfaf69e2b0d2faf3ce2a72790ab54084e5 Mon Sep 17 00:00:00 2001 From eef70a77b188373226a7e9e7efbc11f6a14cb96a 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()

View File

@ -1,4 +1,4 @@
From 72721fab1c31aac7982c056819a51468027d457d Mon Sep 17 00:00:00 2001 From 069d657c5c333c789c57ecfdb75fd79240166b10 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()

View File

@ -1,4 +1,4 @@
From 17584c94f13ed951657fa406e9dd2ae2fd2bc93b Mon Sep 17 00:00:00 2001 From 2789d77d8feb60442d39357d7a39b8bb21316bfb 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()

View File

@ -1,4 +1,4 @@
From eda80a8d983ef2c3dc0f900edcbc00dab840df03 Mon Sep 17 00:00:00 2001 From f94f9b1e6334e8a0b1d645894615b0446a8ce2a6 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()

View File

@ -1,4 +1,4 @@
From 32bf47354c12fd1d08b5788569645b2a4d144f60 Mon Sep 17 00:00:00 2001 From adff08f2173c03e4bc604253867645af7599c1fa 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()

View File

@ -1,4 +1,4 @@
From fadd5aae78bdb0368e9956c8ff39cd261213ab0a Mon Sep 17 00:00:00 2001 From 4431262434a62c220e446fda7ac08bab85a59c63 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()

View File

@ -1,4 +1,4 @@
From 26584d07239b0c91e52b58968ab037c6724da281 Mon Sep 17 00:00:00 2001 From 89316e03f7c60f4a9db3c4e65db2928473825ea3 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()

View File

@ -1,4 +1,4 @@
From 8f964542c9aac74110b6b5768bd3e9d8e6892284 Mon Sep 17 00:00:00 2001 From be2f05cadddf735381d9f80e7cca796e603777fb 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()

View File

@ -1,4 +1,4 @@
From 310c37c43b172ab0e86d344f0af061dbc5da4ac9 Mon Sep 17 00:00:00 2001 From cbed869a3d33b0d5caeb0d06be794e3a7635f309 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()

View File

@ -1,4 +1,4 @@
From 70c94bfc7f996f32da66c9c87af48fa4a65e0304 Mon Sep 17 00:00:00 2001 From 2af92282e2c9f3c4fdcf0b4e1ae927060ad0aac9 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()

View File

@ -1,4 +1,4 @@
From 04a0cbc3405bf1681006c71a28727a78f8dd1815 Mon Sep 17 00:00:00 2001 From 10b98917e19d030c71e77e18e5230f261184b248 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

View File

@ -1,4 +1,4 @@
From 015cbea3617ae30aa94813017d08242f5056d6aa Mon Sep 17 00:00:00 2001 From 674ecd1224ab1774612557594b376dd5e754ace8 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

View File

@ -1,4 +1,4 @@
From f17b873f2afa702dc6ffdb612cee9dc95f76182b Mon Sep 17 00:00:00 2001 From 878f0294810c291a018ccb61e5b69afe76737735 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

View File

@ -1,4 +1,4 @@
From b1a3cd42ecfed983cfa4ad398a2412ac24df3cc0 Mon Sep 17 00:00:00 2001 From 3f25b752ad38d519d4d6099689f835ffdee12fb2 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

View File

@ -1,4 +1,4 @@
From 91e5babaa9c1494b514449b70e7c0b4d817fe985 Mon Sep 17 00:00:00 2001 From 81c16b91df39bf1046571fb773ba59de057f51df 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()

View File

@ -1,4 +1,4 @@
From d67b72010920007eb02039e9cb81bffdbad6a579 Mon Sep 17 00:00:00 2001 From 4e9b097867fbde13d9008304316d9c5e233e19f6 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

View File

@ -1,4 +1,4 @@
From 06698568f6394e6bb2635379082c9a3aba1442ff Mon Sep 17 00:00:00 2001 From ab7973196600ae7b669d6250c6a6c866dfe7f4e2 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

View File

@ -1,4 +1,4 @@
From 97dd698c85be61556a9876f5b1963727ba61c989 Mon Sep 17 00:00:00 2001 From 94e5f06cb466f805510b848fd72630f75edb49e5 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

View File

@ -1,4 +1,4 @@
From 074e0255f7e1687e596a2526d6f8c3e502f18fed Mon Sep 17 00:00:00 2001 From b99cc2b4509c3b8684644f343f9568bdf7a60a67 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

View File

@ -1,4 +1,4 @@
From 9301a22dbd1afdfb2a570199195923ccf42e0f1b Mon Sep 17 00:00:00 2001 From 672c53d12385e16af470662f88ddcaf8e14d255d 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.

View File

@ -1,4 +1,4 @@
From 414a4e7361dc9e3f56507a5764f744770f43d87d Mon Sep 17 00:00:00 2001 From b4c4a8fc58133226046664d7c3bd9f17d5165fd1 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

View File

@ -1,4 +1,4 @@
From a6f69367667752b06a4fd272109462c9664f28a5 Mon Sep 17 00:00:00 2001 From 37dcdc44419bb27c7e181ba2cddd54da5a0cc191 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

View File

@ -1,4 +1,4 @@
From 0d5e268676d8a742db9bdaf2f7dff5e1b7210128 Mon Sep 17 00:00:00 2001 From e07f79000ac04928af10bef5ab72e37a151544e9 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.

View File

@ -1,4 +1,4 @@
From b15bdba5611602c71f00ecb0db7543d94487ad1e Mon Sep 17 00:00:00 2001 From a3882c1dcd83d648d40aad52505f51000eb3cddf 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

View File

@ -1,4 +1,4 @@
From 337509ea47b50a36ca986fb5f10c13159d75bba1 Mon Sep 17 00:00:00 2001 From f2e6ee357d27592e6aadebf99461322bfcb33c1f 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

View File

@ -1,4 +1,4 @@
From b9e385e92d4ca5cb457b26f20e7bc90f06aa860e Mon Sep 17 00:00:00 2001 From 17efe8f04a8b007369061ef0226347e9834a0e8b 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

View File

@ -1,4 +1,4 @@
From 578fad90a153f8e77bd751cf0b4b6969d8ce71f9 Mon Sep 17 00:00:00 2001 From 6f4dfa775163b292563161d9e0265b9704dbc1ff 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()

View File

@ -1,4 +1,4 @@
From a28cce525c0a2a8b5cc6e329c8f6f416b11bb0e7 Mon Sep 17 00:00:00 2001 From 85bd5fe45435c221d02c53a6358922edd3f9b98d 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