kernel: Update to 5.3.17/4.19.90/4.14.159/4.9.206

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2019-12-17 20:39:09 +00:00
parent c84b79d9b0
commit 81c148a3c4
48 changed files with 123 additions and 92 deletions

View File

@ -252,22 +252,22 @@ endef
# Debug targets only for latest stable and LTS stable
#
ifeq ($(ARCH),x86_64)
$(eval $(call kernel,5.3.2,5.3.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.3.17,5.3.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.2.18,5.2.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.76,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.76,4.19.x,,-dbg))
$(eval $(call kernel,4.19.90,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.90,4.19.x,,-dbg))
$(eval $(call kernel,4.19.59,4.19.x,-rt,))
$(eval $(call kernel,4.14.146,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.194,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.159,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.206,4.9.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,5.3.2,5.3.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.76,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.3.17,5.3.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.90,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.59,4.19.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,5.3.2,5.3.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.76,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.3.17,5.3.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.90,4.19.x,$(EXTRA),$(DEBUG)))
endif
# Target for kernel config

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From 3c7bc05d5065dc1e85dd68121b0c5c38710bb08d Mon Sep 17 00:00:00 2001
From f53d6836a90272d8fbfd5c5adb9252c3b46bdb24 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
@ -24,5 +24,5 @@ index 145f242c7c90..e360610911f3 100644
enum ars_masks {
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From fbcba5c082a3655f60b84dd8f0c2b4987c7935e1 Mon Sep 17 00:00:00 2001
From ca2a66078ec2f0212f325b3fc62005134897c5d6 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()
@ -107,5 +107,5 @@ index 1fd812ed679b..70f857441399 100644
WARN_ONCE(1, "unknown msgtype=%d\n", hdr->msgtype);
goto msg_handled;
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From 2d553b36eefa521b4ddfd8eb0c70b123b6a06cf8 Mon Sep 17 00:00:00 2001
From effe9ec6be69b23643e6e590cde8c4d9f2954431 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()
@ -45,5 +45,5 @@ index 9c2772922c76..d432aba5df8a 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From d9630d59a6bede3594fa4324a8e9b7874d71924b Mon Sep 17 00:00:00 2001
From c38b58e7deb05c8b20e7a74d6a95ae5d0e9ada0e 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()
@ -76,5 +76,5 @@ index d432aba5df8a..488b873b563e 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From 00681d8ea42dfb03fce36214f191b04612ae9651 Mon Sep 17 00:00:00 2001
From cb59752ba173d41f736ee315569727d8ebc22f3b 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()
@ -47,5 +47,5 @@ index 488b873b563e..dbbed1d1f327 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From 4e25334bd8f5d0fb208c70c08a9530d557f1c013 Mon Sep 17 00:00:00 2001
From bb02c8a77a5ab506114942a00df133aaa16af119 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()
@ -56,5 +56,5 @@ index dbbed1d1f327..9757c19d1c08 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From ad12256d5c8c093696d8597144ab758350440b84 Mon Sep 17 00:00:00 2001
From 360e15dadba3f904326a0a90fb82d0e77de4f7be 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()
@ -56,5 +56,5 @@ index 9757c19d1c08..20734b7b341b 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From 1cea2fca0971008afcb1a8423bb84dfbc716e402 Mon Sep 17 00:00:00 2001
From 60ee680388a3aa5cabc11781d40c43fd826d32fd 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()
@ -47,5 +47,5 @@ index 20734b7b341b..84c08cdf7235 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From 76949543cab14c60af497ee344d35eae74d88aaa Mon Sep 17 00:00:00 2001
From b2bb017d06494dac6da28df4b0375ac153eb236f 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()
@ -51,5 +51,5 @@ index 84c08cdf7235..2a046547107f 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From a6a5dd0698493eab9f7ee2df0f7a83bc5db526e6 Mon Sep 17 00:00:00 2001
From 89a75030466d358126e39b017ed85a81d7ec6cc9 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()
@ -51,5 +51,5 @@ index 2a046547107f..566ac0f2fe56 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From 27bdf3364285c00c4ca2eef40a9812536ec91986 Mon Sep 17 00:00:00 2001
From 0bd830ee90ea0044e82281b9838bfe064a011ea1 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()
@ -66,5 +66,5 @@ index 566ac0f2fe56..38fedb803bd8 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From 4b56edfb63aa25872a595bb297eece4b6636d399 Mon Sep 17 00:00:00 2001
From 0104ceb8cc484a22476fc8cac0e07b2de34eb1b1 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()
@ -54,5 +54,5 @@ index 38fedb803bd8..302bd4e964f0 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From 283cb3cb8abd520805c5d4301e9f250bd5f6b7b6 Mon Sep 17 00:00:00 2001
From a6d315eecdfdd08ee31fe127127ed76d996c87ac 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()
@ -92,5 +92,5 @@ index 302bd4e964f0..978e70bdc7c5 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From b7865932e502b66d65c564d808fc921e89c1af0f Mon Sep 17 00:00:00 2001
From 44d0336c3bcc677675fa82c598bf9f560b85dc1a 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()
@ -57,5 +57,5 @@ index 978e70bdc7c5..cd33a52ef27f 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From 4b8ac79d0fbaa90ce6ef6930a57f791249368f2a Mon Sep 17 00:00:00 2001
From ff4d95226c54a17a76c8179f72635b7cf64d16f5 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()
@ -66,5 +66,5 @@ index cd33a52ef27f..f06284d64a8c 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From db90305eb0ecefda4979e1032756822807166da5 Mon Sep 17 00:00:00 2001
From 9cd76edb4608c726899969df76d8b460c7711732 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()
@ -64,5 +64,5 @@ index f06284d64a8c..f0e437c3522f 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From 3b990c6b1760e7bdd0b9f19f32f85e8beb608601 Mon Sep 17 00:00:00 2001
From 61ddfdcfb69573b684efe950e9c4a95da0d4de65 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()
@ -70,5 +70,5 @@ index f0e437c3522f..5382d9630306 100644
#define TRACE_INCLUDE_PATH .
#undef TRACE_INCLUDE_FILE
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From 53e66b9f58db4928bee9381d84145b676ce41fb2 Mon Sep 17 00:00:00 2001
From 3544cc8fe73cf221fc17064be476af9f47ab56ff 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
@ -97,5 +97,5 @@ index 70f857441399..14288a2958d0 100644
case HV_CALL_ISR:
vmbus_channel_isr(channel);
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From e7ae5563ed324e44e906efdd837fdfb363b81961 Mon Sep 17 00:00:00 2001
From 03fa65540dd750a1cb875145615303fd7492b94e 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
@ -31,5 +31,5 @@ index a5c0ef1e7695..16b1496e6105 100644
---help---
This selects whether you want to include the driver for the standard
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From c8c2007faec8cdae12332150e9152220376eca60 Mon Sep 17 00:00:00 2001
From ba73d346b0dd3efc44de486866fca2daa1959026 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
@ -128,5 +128,5 @@ index 5adeb1e4b186..405b5da45fa1 100644
storvsc_dev_remove(dev);
scsi_host_put(host);
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From 0374f857e31afa749bfa9625a9aeb059ca3a2930 Mon Sep 17 00:00:00 2001
From 0fd3df7b47b6cac9b9d46329c0fef1dd7ebe6e0c 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
@ -106,5 +106,5 @@ index 405b5da45fa1..7b9173eebdd7 100644
ret = scsi_add_host(host, &device->device);
if (ret != 0)
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From c3770da814783f82f86d36673fd19e4ebde6bf54 Mon Sep 17 00:00:00 2001
From 8b83a2f6ef2fa898161f3a7766e1c0da9adb54ba Mon Sep 17 00:00:00 2001
From: Arnaldo Carvalho de Melo <acme@redhat.com>
Date: Mon, 4 Feb 2019 15:48:03 -0300
Subject: [PATCH 1/2] perf symbols: Add fallback definitions for
@ -18,6 +18,7 @@ Cc: Nick Clifton <nickc@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lkml.kernel.org/n/tip-03cg3gya2ju4ba2x6ibb9fuz@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
(cherry picked from commit 843cf70ed29a7fb51f1e796c1d6e1ba3620250ac)
---
tools/perf/util/symbol-elf.c | 14 ++++++++++++++
1 file changed, 14 insertions(+)

View File

@ -1,4 +1,4 @@
From 01d3d9d51e7036eb0f83cfc874b5d6daf18a146f Mon Sep 17 00:00:00 2001
From 73f20f50d9204abcff0ff18c6abf09c8643cb8a5 Mon Sep 17 00:00:00 2001
From: Matt Redfearn <matt.redfearn@mips.com>
Date: Wed, 3 Jan 2018 09:57:30 +0000
Subject: [PATCH 2/2] include/uapi/linux/swab: Fix potentially missing

View File

@ -1,4 +1,4 @@
From 17a77c300e05d7b842d08d751d7736f8dd2213e0 Mon Sep 17 00:00:00 2001
From 564a87a65b31d2ca32417d0bd2f47aa6ba3d423a 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()
@ -146,5 +146,5 @@ index 8b39e8086c2d..d0c7526db145 100644
int is_printable_array(char *p, unsigned int len);
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From ba7ea1dd864393d6f117d483d4580135463ab6d3 Mon Sep 17 00:00:00 2001
From 3c894cd46a6b7bd5f98e5743715c8bfeb5169992 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
@ -53,7 +53,7 @@ Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/util/jitdump.c b/tools/perf/util/jitdump.c
index 95f0884aae02..f3ed3c963c71 100644
index 7e2e8aa95467..e85918002f13 100644
--- a/tools/perf/util/jitdump.c
+++ b/tools/perf/util/jitdump.c
@@ -581,7 +581,7 @@ static int
@ -66,5 +66,5 @@ index 95f0884aae02..f3ed3c963c71 100644
while ((jr = jit_get_next_entry(jd))) {
switch(jr->prefix.id) {
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From 6b9b21602623cc8d2994f05105a2abb813060e31 Mon Sep 17 00:00:00 2001
From 603411799a1a9f7f2ff930b96de3412ba13f1994 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
@ -42,7 +42,7 @@ Origin: https://patchwork.kernel.org/patch/9244467/
create mode 100644 net/hv_sock/af_hvsock.c
diff --git a/MAINTAINERS b/MAINTAINERS
index 98ee40591a9b..0df158872765 100644
index fcaab221553e..d01243fa8acf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5853,7 +5853,9 @@ F: drivers/pci/host/pci-hyperv.c
@ -1787,5 +1787,5 @@ index 000000000000..331d3759f5cb
+MODULE_DESCRIPTION("Hyper-V Sockets");
+MODULE_LICENSE("Dual BSD/GPL");
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From f338a855223068b08d0ddb1345a82075c0ca41ef Mon Sep 17 00:00:00 2001
From 88a3e7768563e2cc69cac3989baf3e3dc8179f0a 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
@ -26,5 +26,5 @@ index 9360cdce740e..d838074e9add 100644
}
--
2.23.0
2.24.0

View File

@ -0,0 +1,30 @@
From 88a3e7768563e2cc69cac3989baf3e3dc8179f0a 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
With Hyper-V sockets device types are introduced on the fly. The pr_info()
then prints a message on every connection, which is way too verbose. Since
there doesn't seem to be an easy way to check for registered services,
disable the pr_info() completely.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
---
drivers/hv/channel_mgmt.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index 9360cdce740e..d838074e9add 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -192,7 +192,6 @@ static u16 hv_get_dev_type(const struct vmbus_channel *channel)
if (!uuid_le_cmp(*guid, vmbus_devs[i].guid))
return i;
}
- pr_info("Unknown GUID: %pUl\n", guid);
return i;
}
--
2.24.0

View File

@ -1,4 +1,4 @@
From d31745ffe6fd294b6a0ec1c38662e335ea42ce3b Mon Sep 17 00:00:00 2001
From eeb0dec2777fb87ff9d1c4f8401d876866edaea7 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
@ -44,5 +44,5 @@ index bcd06306f3e8..e7707747f56d 100644
}
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From e765e94d4335fee21c0dca3a4ac20dec770dca9d Mon Sep 17 00:00:00 2001
From a784af34e3903106e3097e7cb43c53f5e26b8e58 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.
@ -101,5 +101,5 @@ index a6707133c297..5c95ba1e2ecf 100644
return 0;
}
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From 6412b3bfdac129e4e62c182ec6a4cec3c64fe980 Mon Sep 17 00:00:00 2001
From 8f30ce837fd4cc521dfc071ceba5bd0030645f3d 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
@ -44,5 +44,5 @@ index 5c95ba1e2ecf..eee238cc60bd 100644
rc = hvutil_transport_send(hvt, vss_msg, sizeof(*vss_msg), NULL);
if (rc) {
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From fdfa4866994cfc544851d7085ed3b39a556b5a5f Mon Sep 17 00:00:00 2001
From efb4cdb8f07aec5a3f9d8495b896bb48fbba08e1 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
@ -488,5 +488,5 @@ index c9af8369b4f7..7df9eb8f0cf7 100644
void hv_event_tasklet_disable(struct vmbus_channel *channel);
void hv_event_tasklet_enable(struct vmbus_channel *channel);
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From 49e3ddf800107a4fcc3e4f8e0373079d081d1218 Mon Sep 17 00:00:00 2001
From 4ececf204f51b6789d273f56ef4011272eb6286a 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.
@ -114,5 +114,5 @@ index f3797c07be10..89440c2eb346 100644
hb_srv_version & 0xFFFF);
}
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From bf0ed2692a4796ce35367e14fddec97b2463b59a Mon Sep 17 00:00:00 2001
From 9437b5fd5eb5570a82f7c79672007240ba866966 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
@ -52,5 +52,5 @@ index 095dd37367de..effac8042dc6 100644
void hv_process_channel_removal(struct vmbus_channel *channel, u32 relid)
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From c98c3655be61af27cf994e5dba911ff26af2d064 Mon Sep 17 00:00:00 2001
From 59bdf5a956bb431016fb00b135952d62ab8017af 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
@ -56,5 +56,5 @@ index 784c45484825..fb94b96e8469 100644
vmbus_teardown_gpadl(newchannel, newchannel->ringbuffer_gpadlhandle);
kfree(open_info);
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From 7b6787f8bc86977a87c95673e52b413cf1651d44 Mon Sep 17 00:00:00 2001
From b42442dd3866916eaa11904b9d92b35bec5231c7 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
@ -173,5 +173,5 @@ index 7df9eb8f0cf7..a87757cf277b 100644
void vmbus_setevent(struct vmbus_channel *channel);
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From 40cd1e7778fffa2cabee6a7704765e32b6ab6ccc Mon Sep 17 00:00:00 2001
From 6dbc83e7d8729d2af84a769107e1c02963407fc9 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()
@ -138,5 +138,5 @@ index 1b63177e0ccd..417edbe7b8b2 100644
{
return 0;
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From ce669b46aa8b07d21955fcdbb9e4a0022b635d5b Mon Sep 17 00:00:00 2001
From 41661998f27ab61e9b5a134375ecb8c007c57c11 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
@ -105,5 +105,5 @@ index 191b1f23c160..93d08d1b039e 100644
br_sysfs_delbr(br->dev);
--
2.23.0
2.24.0

View File

@ -1,4 +1,4 @@
From 8d4b24575143777bf185e659c280be2cec3ff9b0 Mon Sep 17 00:00:00 2001
From b0d01878810994958fccb117030fefb250f9f949 Mon Sep 17 00:00:00 2001
From: Matt Redfearn <matt.redfearn@mips.com>
Date: Wed, 3 Jan 2018 09:57:30 +0000
Subject: [PATCH] include/uapi/linux/swab: Fix potentially missing