kernel: Update to 4.18.7/4.14.69/4.9.126/4.4.155

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2018-09-15 16:02:40 +01:00
parent a503f8c3f3
commit c33c14d810
44 changed files with 74 additions and 74 deletions

View File

@ -259,21 +259,21 @@ endef
# Debug targets only for latest stable and LTS stable
#
ifeq ($(ARCH),x86_64)
$(eval $(call kernel,4.18.6,4.18.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.68,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.68,4.14.x,,-dbg))
$(eval $(call kernel,4.18.7,4.18.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.69,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.69,4.14.x,,-dbg))
$(eval $(call kernel,4.14.63,4.14.x,-rt,))
$(eval $(call kernel,4.9.125,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.154,4.4.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.126,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.155,4.4.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,4.18.6,4.18.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.68,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.18.7,4.18.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.69,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.63,4.14.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,4.18.6,4.18.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.68,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.18.7,4.18.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.69,4.14.x,$(EXTRA),$(DEBUG)))
endif
# Target for kernel config

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.14.68 Kernel Configuration
# Linux/arm64 4.14.69 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From 7ffa862347e6a2fb8424c55f77f6d47821a7c6db Mon Sep 17 00:00:00 2001
From 67961bc880e2a0c341b0bde0975db77c54fac123 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()
@ -16,10 +16,10 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 7 insertions(+)
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index 1939c0ca3741..3917d7267a99 100644
index 1700b4e7758d..dcf901222333 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -1169,6 +1169,8 @@ void vmbus_onmessage(void *context)
@@ -1175,6 +1175,8 @@ void vmbus_onmessage(void *context)
hdr = (struct vmbus_channel_message_header *)msg->u.payload;
size = msg->header.payload_size;

View File

@ -1,4 +1,4 @@
From 03fe58d55d3eed580e5fe0424755cdf99f4dffd7 Mon Sep 17 00:00:00 2001
From 1a245258507ff27edfa71997bbcb801ec4d6d629 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()
@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 39 insertions(+)
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index 3917d7267a99..fbc97bf81665 100644
index dcf901222333..2287948d7d41 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -806,6 +806,8 @@ static void vmbus_onoffer(struct vmbus_channel_message_header *hdr)

View File

@ -1,4 +1,4 @@
From a36a1f9256a5fd896cc679900060a9977b67e414 Mon Sep 17 00:00:00 2001
From e22dfdeb4f06baa095704186aece6d1c2fdd37ad 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()
@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 10 insertions(+)
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index fbc97bf81665..f6c8da0d0867 100644
index 2287948d7d41..05dbd99f7b6b 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -849,6 +849,8 @@ static void vmbus_onoffer_rescind(struct vmbus_channel_message_header *hdr)

View File

@ -1,4 +1,4 @@
From 28066c50d67ff667b8d74fe6a9424ad1ac076505 Mon Sep 17 00:00:00 2001
From 923a859d365895dcb939e99d6a7c1f7355bab30e 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()
@ -15,10 +15,10 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 19 insertions(+)
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index f6c8da0d0867..3e2753cf1d9e 100644
index 05dbd99f7b6b..176a7bc13967 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -979,6 +979,8 @@ static void vmbus_onopen_result(struct vmbus_channel_message_header *hdr)
@@ -985,6 +985,8 @@ static void vmbus_onopen_result(struct vmbus_channel_message_header *hdr)
result = (struct vmbus_channel_open_result *)hdr;

View File

@ -1,4 +1,4 @@
From e6bba1977e90c6f45aba836c7399aeb01029a319 Mon Sep 17 00:00:00 2001
From b963a3ce864850933cf4d78db1be7b763aefecf0 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()
@ -15,10 +15,10 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 19 insertions(+)
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index 3e2753cf1d9e..802d7692d7dd 100644
index 176a7bc13967..3fc3532df1d5 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -1025,6 +1025,8 @@ static void vmbus_ongpadl_created(struct vmbus_channel_message_header *hdr)
@@ -1031,6 +1031,8 @@ static void vmbus_ongpadl_created(struct vmbus_channel_message_header *hdr)
gpadlcreated = (struct vmbus_channel_gpadl_created *)hdr;

View File

@ -1,4 +1,4 @@
From 163dd4f9d52b094ba102dd7790878d1c18f9e4e1 Mon Sep 17 00:00:00 2001
From ef14d81a1309c9bb7be3c4e5f168acebba6d03c9 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()
@ -15,10 +15,10 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 10 insertions(+)
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index 802d7692d7dd..329e7f6491a4 100644
index 3fc3532df1d5..2112d4cb2583 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -1075,6 +1075,8 @@ static void vmbus_ongpadl_torndown(
@@ -1081,6 +1081,8 @@ static void vmbus_ongpadl_torndown(
gpadl_torndown = (struct vmbus_channel_gpadl_torndown *)hdr;

View File

@ -1,4 +1,4 @@
From 33a53e9c10c863f2977ccbcbb38c8b3c6022131f Mon Sep 17 00:00:00 2001
From e71c5d8057ec7ae21ac22f246299d9bba516bea7 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()
@ -15,10 +15,10 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 14 insertions(+)
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index 329e7f6491a4..b3a9b3119197 100644
index 2112d4cb2583..63ede57c0376 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -1120,6 +1120,9 @@ static void vmbus_onversion_response(
@@ -1126,6 +1126,9 @@ static void vmbus_onversion_response(
unsigned long flags;
version_response = (struct vmbus_channel_version_response *)hdr;

View File

@ -1,4 +1,4 @@
From d56dc47eac99308f8310dc21ddb395f57242a655 Mon Sep 17 00:00:00 2001
From 1f8e472a2db241294aed5dafa2fa684183d486df 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()
@ -15,10 +15,10 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index b3a9b3119197..4c36029595e7 100644
index 63ede57c0376..78d900d0709a 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -1217,9 +1217,11 @@ int vmbus_request_offers(void)
@@ -1223,9 +1223,11 @@ int vmbus_request_offers(void)
msg->msgtype = CHANNELMSG_REQUESTOFFERS;

View File

@ -1,4 +1,4 @@
From 2792b9243aff1eb1bb0672a2c4320e0da9f80a12 Mon Sep 17 00:00:00 2001
From 6edf2088be6b1ca564e089f812b831f489950f8f 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()
@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 29 insertions(+)
diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c
index 05964347008d..b562a7fb4c42 100644
index d96b09fea835..4df21aaf448e 100644
--- a/drivers/hv/channel.c
+++ b/drivers/hv/channel.c
@@ -185,6 +185,8 @@ int vmbus_open(struct vmbus_channel *newchannel, u32 send_ringbuffer_size,

View File

@ -1,4 +1,4 @@
From b87b46719ca55ce53465a36c76bda90f2123e98e Mon Sep 17 00:00:00 2001
From 8e622bf25644682f55dc2976724c343eab1db6b8 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()
@ -15,10 +15,10 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 17 insertions(+)
diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c
index b562a7fb4c42..70babce00ddc 100644
index 4df21aaf448e..6754725f0ea9 100644
--- a/drivers/hv/channel.c
+++ b/drivers/hv/channel.c
@@ -591,6 +591,8 @@ static int vmbus_close_internal(struct vmbus_channel *channel)
@@ -601,6 +601,8 @@ static int vmbus_close_internal(struct vmbus_channel *channel)
ret = vmbus_post_msg(msg, sizeof(struct vmbus_channel_close_channel),
true);

View File

@ -1,4 +1,4 @@
From ebd9c776ac31d6c740b9d93d6e5ef8cc101b4fc0 Mon Sep 17 00:00:00 2001
From d428e25ac4c615e4172a33c85d35ed98d14fa3b3 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()
@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 48 insertions(+)
diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c
index 70babce00ddc..a7ac16c091a9 100644
index 6754725f0ea9..55ff0d59d9c9 100644
--- a/drivers/hv/channel.c
+++ b/drivers/hv/channel.c
@@ -435,6 +435,9 @@ int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer,

View File

@ -1,4 +1,4 @@
From 3ab88f530ef89ca2d54a8d7bc17aa8a6f25d6e0c Mon Sep 17 00:00:00 2001
From 44bcdb023a5141699a361da6b0fbfa25cc69f890 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()
@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 20 insertions(+)
diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c
index a7ac16c091a9..ba4b4eceb563 100644
index 55ff0d59d9c9..7026a78a0d47 100644
--- a/drivers/hv/channel.c
+++ b/drivers/hv/channel.c
@@ -519,6 +519,8 @@ int vmbus_teardown_gpadl(struct vmbus_channel *channel, u32 gpadl_handle)

View File

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

View File

@ -1,4 +1,4 @@
From def1767b4278be73dee219c258e0f36da0482cd0 Mon Sep 17 00:00:00 2001
From f82da9c02de8804c842bb088bf79d1e9a6f5bc2e 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()
@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index 4c36029595e7..181f00c60be0 100644
index 78d900d0709a..a2caa521c536 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -374,12 +374,15 @@ static void percpu_channel_deq(void *arg)

View File

@ -1,4 +1,4 @@
From 2451899ec62e2973131a26e111a6dfcdaaa7d763 Mon Sep 17 00:00:00 2001
From 63e22aa84fee75970d629428f82010c3b33a99a5 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()
@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 26 insertions(+), 1 deletion(-)
diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c
index ba4b4eceb563..218d16c7fbae 100644
index 7026a78a0d47..fb22ae642dbb 100644
--- a/drivers/hv/channel.c
+++ b/drivers/hv/channel.c
@@ -236,13 +236,18 @@ int vmbus_send_tl_connect_request(const uuid_le *shv_guest_servie_id,

View File

@ -1,4 +1,4 @@
From 1ff76cb7f496291e61eb5b592b5fe7977e695d7b Mon Sep 17 00:00:00 2001
From b6293ff1db892e1116bdebcbb0d166e7e15d5a47 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
@ -24,7 +24,7 @@ Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
4 files changed, 29 insertions(+)
diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c
index 218d16c7fbae..262ffbafeb52 100644
index fb22ae642dbb..1ad9e41e3192 100644
--- a/drivers/hv/channel.c
+++ b/drivers/hv/channel.c
@@ -43,6 +43,8 @@ void vmbus_setevent(struct vmbus_channel *channel)

View File

@ -1,4 +1,4 @@
From 5e14e02e85801635f69bdfd84d65f489c2184383 Mon Sep 17 00:00:00 2001
From 378e66c510f1649a2e09667fed05da4f47567977 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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From 5fd6750b81e73b4c5206a4709b263a1dd69287b6 Mon Sep 17 00:00:00 2001
From 9a824232a32ac7280c2953dccfcb4f5e30a6a9ae 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

View File

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

View File

@ -1,4 +1,4 @@
From 79f84ba6a2c606a4c2dd40bd6401d9ba95fed232 Mon Sep 17 00:00:00 2001
From 228ac931e4a88cd7f2d205ae436c711676a4130e 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.

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From 24a091fd9fc828d6e46a2ed7d6147ffcf377f8c7 Mon Sep 17 00:00:00 2001
From 9579b357633300ceab6b48f59ac77efbd4b9aed3 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

View File

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

View File

@ -1,4 +1,4 @@
From 09becdd784c0295e9f9d70677e18d262b7c15d45 Mon Sep 17 00:00:00 2001
From 000a94632c36e76b556278b0708f606ecaa2ced7 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()

View File

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