kernel: Update to 4.18.15/4.14.77/4.9.134/4.4.161

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2018-10-20 14:16:28 +01:00
parent 40d223b654
commit 6b7b64fb08
44 changed files with 52 additions and 52 deletions

View File

@ -259,21 +259,21 @@ 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,4.18.14,4.18.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.18.15,4.18.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.76,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.77,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.76,4.14.x,,-dbg)) $(eval $(call kernel,4.14.77,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.133,4.9.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.9.134,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.160,4.4.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.4.161,4.4.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64) else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,4.18.14,4.18.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.18.15,4.18.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.76,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.77,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.18.14,4.18.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.18.15,4.18.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.76,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.77,4.14.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/arm64 4.14.76 Kernel Configuration # Linux/arm64 4.14.77 Kernel Configuration
# #
CONFIG_ARM64=y CONFIG_ARM64=y
CONFIG_64BIT=y CONFIG_64BIT=y

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/s390 4.14.76 Kernel Configuration # Linux/s390 4.14.77 Kernel Configuration
# #
CONFIG_MMU=y CONFIG_MMU=y
CONFIG_ZONE_DMA=y CONFIG_ZONE_DMA=y

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.76 Kernel Configuration # Linux/x86 4.14.77 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.18.14 Kernel Configuration # Linux/arm64 4.18.15 Kernel Configuration
# #
# #

View File

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

View File

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

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.4.160 Kernel Configuration # Linux/x86 4.4.161 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 4.9.133 Kernel Configuration # Linux/x86 4.9.134 Kernel Configuration
# #
CONFIG_64BIT=y CONFIG_64BIT=y
CONFIG_X86_64=y CONFIG_X86_64=y

View File

@ -1,4 +1,4 @@
From a5bbae650919a51fa6e04b5d92460c3c348c25fc Mon Sep 17 00:00:00 2001 From ce4b3ca332074f1a4b765361d03ac7a159713f5b 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 0e7b7c43bc3b203283b05383970894a4d2f93131 Mon Sep 17 00:00:00 2001 From b2436490b5e169f6083f6ebec2a34f23cb826e9d 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 780a24eb0ee0c449efbbbe394e8ab0f7c770a4f7 Mon Sep 17 00:00:00 2001 From fc8836263ba9173a0c9cb42aefad2fce0b9e71bb 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 2f335c7cfe8e4778642449618d88fb37711ff5d6 Mon Sep 17 00:00:00 2001 From d7b3ceddbd757751fb949c46d46e70d06e1946e6 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 fa5ed37739a83dbd33134fe353eb16d634dd3ac0 Mon Sep 17 00:00:00 2001 From 3420e7d549a82161853cde564e4b135963ad15bd 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 fb7f2c4ac947e83f04ee9e3879c961efa9e8d92d Mon Sep 17 00:00:00 2001 From 10c34181a97de64d6d9e60b19b2a5989e750def0 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 f04a016f53d497f4651fa0848f94b02410f326b6 Mon Sep 17 00:00:00 2001 From 00ed7f1df01059636d262296b662e532009c5f6c 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 a937184b272e926b54eeeff898905609b8ffd154 Mon Sep 17 00:00:00 2001 From 708daedd589ec30620bca0da1465cb76a317a970 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 c3281b198f06d4f806535f6346660b2f06c85770 Mon Sep 17 00:00:00 2001 From 7fc3539e600c0ea9364c901d77cdc5efc5e9d4e0 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 560ead0e33247bf3c1ccf42876fb3e2c189611c2 Mon Sep 17 00:00:00 2001 From 72d67bae2d38f8c315add50bbb5ead143054d179 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 a9ce8464b23d3731574470e136556c490ddf9caf Mon Sep 17 00:00:00 2001 From c3c33664f8de19b39df5e789472bd3d6e85db4b5 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 78679bf3d398c719191976d3e7064d90429b0e81 Mon Sep 17 00:00:00 2001 From 78545a95718edfe249ec204ef578cc2379340d95 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 276aa0e6f3c60ad78d93705a28efe20bb7150815 Mon Sep 17 00:00:00 2001 From 0c9150bb58168e3ca429460085411edb4753922e 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 996b77b4b49418e13f22bd4ba69aa5d521076d18 Mon Sep 17 00:00:00 2001 From 5312daba0b87d7349c6b5bec953357e4a2fb1936 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 3aecbac2acf7052d3f9d96a2bd8dabf83809639c Mon Sep 17 00:00:00 2001 From 14cb6f445e4c6406ee097b9677e09a509c08f64b 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 1ea29e2cdbcecd3842ad3ac351c0403d59da7511 Mon Sep 17 00:00:00 2001 From 264bebb0bdef72445662e4106ed060a531382c93 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 5240aea95d6d0bbb7f066142b77ee6ea98615349 Mon Sep 17 00:00:00 2001 From 0a48112076ab542b6ea03da1b76f1a6b6cf43bba 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 d2f64a0c3fe1403ce29890322f238310dad63f83 Mon Sep 17 00:00:00 2001 From 95866f6573526078aef2ce875ba9d803dec3acde 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 60baadfb0193ddcb548bed991568bb53cadd3d81 Mon Sep 17 00:00:00 2001 From 90e5c8a6e893bda4111cbeef22940b087b2c10e4 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 af2fbf235fc85b9b177b160701c0524515b9019d Mon Sep 17 00:00:00 2001 From 35cc96cd930dfe9218b126f294d1d377d9d58a4d 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 d90a5a4e5b5ff239cfc33a3f667bf14944379520 Mon Sep 17 00:00:00 2001 From a05a8a0ea43ef56165eb0a5898f518a45cfe39bc 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 adf0a2511ea17a1be537556890c4316bd6f6d259 Mon Sep 17 00:00:00 2001 From 0409a49a137b4ab02cd8a5f0112fef1a2df850c5 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 d274d736fd14baa0cd3d64518234661450822b75 Mon Sep 17 00:00:00 2001 From 7e5c3afbe8ef715c911be24a0767ab1f68bbad45 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 f3d2113e9a2057daa34812c967ba6f3c4c0ea534 Mon Sep 17 00:00:00 2001 From be132861f4ffd59a29bf7d94c310b4252efbc3d4 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 443fdc26f8225e9f9c626b70110a340319d06859 Mon Sep 17 00:00:00 2001 From 741869893190cceb9af3b95f3b64bc759e575d06 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 b85830baaa2c9cd61ae78f2ce8aa566764000eb7 Mon Sep 17 00:00:00 2001 From d7edbb872b6c46b1e6e1ef23cc30c777d382209d 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 c759e2fff50334ecfa6bbc9324566f8acac9e6c8 Mon Sep 17 00:00:00 2001 From 58646dba94856610f38623481ce74f8dbcee0700 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 800746dfde7857c19b9e57e4233d08ddb401cf68 Mon Sep 17 00:00:00 2001 From 67137ed17af92c039cc8af5b315b800a580cbe02 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 18763e37ab6f57689e857ac3c7d7cbb767246f41 Mon Sep 17 00:00:00 2001 From 3cdfa86889cc0a789dbd7ad7ffa10fae1e09a36b 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 5c4ed2de818ca6d01aad0cc0c7017dc922cf442a Mon Sep 17 00:00:00 2001 From b254222aafa88495653131b52136db249e6f3ee4 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 0198ee911b6a21ed8d30969547d67c6d6914fbe0 Mon Sep 17 00:00:00 2001 From a0d3a53feff04590e63cbdb7d61689042ac27065 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 88462aafab2e997403cdbd518c85d99873ed8617 Mon Sep 17 00:00:00 2001 From 00f1c0c06d5203884c9f822b789bff100acde789 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 b1bd421217488a3d29f6447358c0980b1b7ff62d Mon Sep 17 00:00:00 2001 From b5113c9417921f118aeb397a22a22218477cd435 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 6c0e03e01cb76d48bcc627e7ef72fe1aa0487b73 Mon Sep 17 00:00:00 2001 From 03361058c9f2d2d394606977f306c5e256b74522 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 2088233e0c97cc51d8f77d6c0ea1f4df03adcf86 Mon Sep 17 00:00:00 2001 From dc57918e995f4414eb9478d7887df8e1a776e301 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