kernel: Update to 5.03/4.20.17/4.19.30/4.14.108/4.9.165

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2019-03-24 23:18:39 +00:00
parent f3e7087114
commit edb8c29e8e
47 changed files with 58 additions and 58 deletions

View File

@ -251,24 +251,24 @@ 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.0.2,5.0.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,5.0.3,5.0.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.20.16,4.20.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.20.17,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.29,4.19.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.19.30,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.29,4.19.x,,-dbg)) $(eval $(call kernel,4.19.30,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.107,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.108,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.164,4.9.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.9.165,4.9.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64) else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,5.0.2,5.0.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,5.0.3,5.0.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.20.16,4.20.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.20.17,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.29,4.19.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.19.30,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.0.2,5.0.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,5.0.3,5.0.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.20.16,4.20.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.20.17,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.29,4.19.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.19.30,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.107 Kernel Configuration # Linux/x86 4.14.108 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.29 Kernel Configuration # Linux/arm64 4.19.30 Kernel Configuration
# #
# #

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.9.164 Kernel Configuration # Linux/x86 4.9.165 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 5.0.2 Kernel Configuration # Linux/arm64 5.0.3 Kernel Configuration
# #
# #

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From c8582b1902438e871cfc5484b088b4491bc51119 Mon Sep 17 00:00:00 2001 From 8509e07ed9bf9ed26c31757afce583080c0d4707 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 2454de7273bf1db9413b11f5b6819f999253571a Mon Sep 17 00:00:00 2001 From 783bae61d666c8990e6a6dba384ccb41a0b5a6f8 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 4b9ba3d5a797cc7bd915e3725cd8eeca9b182896 Mon Sep 17 00:00:00 2001 From 6bfcdeafd534635bbcfee41f10371ed5f65d01fc 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 4ed8a8f435d161088bef64e19aed8a81de06c40e Mon Sep 17 00:00:00 2001 From 61d6ccfc3cafb6cf063bf5886fc67a0d94735a2f 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 00ead208272f320173e8e9b289a757ba271ea23e Mon Sep 17 00:00:00 2001 From ab92270592609dd742a7d4c6fcac3897fd8029f1 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 5d71157d58856c352cffe294b1ae306944627f0c Mon Sep 17 00:00:00 2001 From c840ad26d7b77ef17836ba4e0fac85a086804e54 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 5e0844f0af062325b8ccfe1c02ece28029b98c18 Mon Sep 17 00:00:00 2001 From 596e6047c6553f78fe42e7515ee913241c0a52d0 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 fdd6b30ef3410539444e0c6a1bb670a41ea0a381 Mon Sep 17 00:00:00 2001 From 3fe468cd95d1365deb09f8811f3cf6f44c8e78f8 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 e5e05ff94c1c45cadd1eb5e0bf2105e5e0324fb3 Mon Sep 17 00:00:00 2001 From 2a4f9f40883fc5c28aedea8cf81d73e5d5a85597 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 b419213dfca6a11377da2f332363682a37a5a93f Mon Sep 17 00:00:00 2001 From b496b1e2c9d774731ee3152865632b187ac83264 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 76a65bd06385a447962245383ee29c87ac043a6d Mon Sep 17 00:00:00 2001 From 1951557351eda320537002bc74604f1c1fa2cbd3 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 5ac1c108b4a8687e54679b7821f431439cf55ac8 Mon Sep 17 00:00:00 2001 From 9393d4f0cf37f3a07928e4d028c021701f61548b 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 d93a52c0fefd134a6e65589013afb887b0fb25b5 Mon Sep 17 00:00:00 2001 From 8db6d399a1ff63d435ce575e91cb24328ab8cf0f 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 02e1442a460d3db13be386fabb83685707a9b04e Mon Sep 17 00:00:00 2001 From 691890d16fdd0a1a6f5be93b32602023d1c4b2f6 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 c2da06da537db099be0625d538b6140a759c272e Mon Sep 17 00:00:00 2001 From 076ff56378a4d0ed2259c1dca9c18287540e53a6 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 9fb8f4fbd9694939d3729a52e77e88ba543f7510 Mon Sep 17 00:00:00 2001 From cbabe0a6480d3c9a48fb19d97b1b7a7742230a67 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 42b69c3e3874c85798174fc42ef6da78ad18fb69 Mon Sep 17 00:00:00 2001 From 5618e8b4361bd904eb5b8be774f78b0046e57c35 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 0c3ca42b627d75c8d8a409ac4107b3f9b109f92f Mon Sep 17 00:00:00 2001 From be40225c1cf0a6e2340b57d41d6e6c5e22ecfacf 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 3b7360a8e31a6eb2933418e24d6c554b274b57bb Mon Sep 17 00:00:00 2001 From 2ff2ec82d2451fa84f73ac00423d847f00372fc0 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 28bb9fc488315a27b036a46d7fb67eb62083b0b1 Mon Sep 17 00:00:00 2001 From b53c2ed478499af110424837b223084fcf8666ee 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 6b4ee235403bea2b3f0a286e9b7f58e973f6928a Mon Sep 17 00:00:00 2001 From adb81fe96d80713368ccf699e14cdecc7bf65109 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 cf7ebdf659ee5817dadca3b244b053e0263502df Mon Sep 17 00:00:00 2001 From dd92c0f100b603aa7c7dafb94730bf339c4c218c 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 88374d1eabbc5b4d66e015f90085cb1fd8e967d1 Mon Sep 17 00:00:00 2001 From 992ecb8f036782ea5072f22365d8a5fecac7a3c2 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 7f311f3ee3cb794b07880cbcbf07205b4b7b3547 Mon Sep 17 00:00:00 2001 From 36364a1f014fa62c060965b5be37e4a9bccb2ebb 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 a75e512e789f20dbe788cedc2fe946f9a77045c6 Mon Sep 17 00:00:00 2001 From 18121a02d977b5b6591c18922f45b3a5065f6924 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 6240e9eb43a1fd96470455f53cf95a55cc295369 Mon Sep 17 00:00:00 2001 From d98321f42360f8bc65e63d49e6b630949988b5e7 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 b4a869b3fc0e00b5a08f3282295e001d047d8da6 Mon Sep 17 00:00:00 2001 From aaf1e2fefd662c40b939ec71515b2f3fa76bbd40 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 bfd4cdf00effb21011acac0ef5715f7196c31ca0 Mon Sep 17 00:00:00 2001 From ef7b8d5a3840bd25d1df8dde9d68411cbf80d1f6 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 ddc870b691a0330f7902ea4521f947fac0c10c8a Mon Sep 17 00:00:00 2001 From 33b11eb425d0370807126f1bbd243110ee8a0433 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 d97d43569fb51b22199fe6227922f62cdf8062bd Mon Sep 17 00:00:00 2001 From d786369816882dc44a73fd62e996f57c58a1ae48 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 47e1e2328d47b5a2b504688df2ff6ebcbccc4284 Mon Sep 17 00:00:00 2001 From 57474f76ccdba0210616e8dd06e00b2979131026 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 a1647301fe05cfbf12249f3e193c1669148c5ed1 Mon Sep 17 00:00:00 2001 From d6b850791488172617fb2a573ec57732631142c0 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 3c22d699db81a2e6de9662cb099b4f8ee0813a19 Mon Sep 17 00:00:00 2001 From 6f9dce9e45ccbf0208f819cb99a60fa70ee49a89 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 e41271315cf722eb71d014ad34990757d1511d31 Mon Sep 17 00:00:00 2001 From dc470217414a32f840e4d01103e177e04f04ce1a 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 b94f51fa5d77d60532563b3166a6616128561609 Mon Sep 17 00:00:00 2001 From a2cad42e83b88a664b57363100118f00a4623608 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