kernel: Update to 4.20.13/4.19.26/4.14.104/4.9.161

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2019-03-01 08:03:55 +00:00
parent 731b796fa9
commit 5a1e83e639
46 changed files with 59 additions and 59 deletions

View File

@ -261,23 +261,23 @@ endef
# Debug targets only for latest stable and LTS stable
#
ifeq ($(ARCH),x86_64)
$(eval $(call kernel,4.20.12,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.25,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.103,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.103,4.14.x,,-dbg))
$(eval $(call kernel,4.20.13,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.26,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.104,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.104,4.14.x,,-dbg))
$(eval $(call kernel,4.14.87,4.14.x,-rt,))
$(eval $(call kernel,4.9.160,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.161,4.9.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,4.20.12,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.25,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.103,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.20.13,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.26,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.104,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.87,4.14.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,4.20.12,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.25,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.103,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.20.13,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.26,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.104,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.103 Kernel Configuration
# Linux/arm64 4.14.104 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.14.103 Kernel Configuration
# Linux/s390 4.14.104 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.103 Kernel Configuration
# Linux/x86 4.14.104 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.25 Kernel Configuration
# Linux/arm64 4.19.26 Kernel Configuration
#
#

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From 3ce7037efbfc8909070518e3ccf82f645039188e Mon Sep 17 00:00:00 2001
From a0801f2b63b1cff3afbe299a1748002609c59697 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 6770a3c4399a517548a6d4ebcd5b6992f7980e6a Mon Sep 17 00:00:00 2001
From 3390715b8f208dad4061be11e393802240c07eb9 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 fd1a09826310c0948df2a1ec5bda662dd0896983 Mon Sep 17 00:00:00 2001
From de7bdf70797592aaceea8077ee2602ca0a482f80 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()

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From 58dc1c2ee50df4a259a122c3d073107f9530ba1d Mon Sep 17 00:00:00 2001
From 56324cd62faf240b414b17c8b9e854fd336e06a2 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()

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From 7226a5d512069de7968bebb2b02a982ef04df355 Mon Sep 17 00:00:00 2001
From 9c3aed700d6db149f79887dd979d90472b931932 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()

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From e5c49659ede5ea862b456624410dbf0bce91b940 Mon Sep 17 00:00:00 2001
From 00bb62841426f46585944502c7e03a16316e9536 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 0c3415c43950b2cf9b0157a4e3f1dbbb74960b51 Mon Sep 17 00:00:00 2001
From 432554a262b1e7af0df45bbb4aee2a8e9e9c59ca 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()

View File

@ -1,4 +1,4 @@
From 9ce4e7fc98ebf811771f87eb20f1c51b596664a7 Mon Sep 17 00:00:00 2001
From 88ec5a2c2709a73d44529d5a3470e4ef95b0f95c 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()

View File

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

View File

@ -1,4 +1,4 @@
From 4b426e4aab4c6cba6ae5d1cd8b9ff75efbad8827 Mon Sep 17 00:00:00 2001
From aaf4527aff5ef426a68418a879b9130df1471015 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 eb53faec14b598cb03ca44bd7b042b44f8451a4c Mon Sep 17 00:00:00 2001
From 867e33faa49c2b04cb38ece2f92ebe96396d39ba 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 82694b8a23be3c1fdefe3229d76d8ee30ac19dd8 Mon Sep 17 00:00:00 2001
From c4f3489ec1e988fe9762aeed33a61872c80f5be2 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 6c92b331abe4811a6c6ba143f3ffb543415cb2f2 Mon Sep 17 00:00:00 2001
From 96f70f2b9e2e9dd66676d76c54b0df5d4e274257 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 7354a654bb5c9c7f298430571430d37b93e31d7d Mon Sep 17 00:00:00 2001
From f3d54845e1a05e60c755db34f86cfb87887aa9ef 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 d7875fb3824258c5c742b300b19beb55f0e2ed47 Mon Sep 17 00:00:00 2001
From 199c4577c6577e8e99ff22faad05fb395a4b9054 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 17bd9524bd39275a7cec60190f540d2afd6f99de Mon Sep 17 00:00:00 2001
From 7629ef57b13e3b5ac6eac8d34bd3f358b1aae169 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 cfc2f4bbf4f776d12e302bac5b45cb861508c974 Mon Sep 17 00:00:00 2001
From dce375d1a7b20e94059f25f607244b178179b4be 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 4c3ebb2b1f4a7a2baa9ee3091047972925e60667 Mon Sep 17 00:00:00 2001
From 74d44f4abb3f7cf3492be8985a0cd7ae43e412f5 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 2f8fde0033471fe2e9f78d51084c2749a9228c17 Mon Sep 17 00:00:00 2001
From fe7838b70b266ee4cd1a92bb08c62f5edddf7b12 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 0128d6c49673135b5b75df8badb1147b0dea6791 Mon Sep 17 00:00:00 2001
From 4efd35bfc9ee698d79f0b2dd00d70271fef2e6e8 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 1fd13cdaa2ec88ce91a23247f593cdb294018656 Mon Sep 17 00:00:00 2001
From 238ae1875155b900973374d738008f2f9359874e 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 fe1522c23c31f2a8d3e09eceff94828c789555c4 Mon Sep 17 00:00:00 2001
From 834be70bd37b94f1ce2e432d5ecd1bcab7f5ff2c 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 55d7c9188d518f6b8e30e6d3e8e639e316d71d52 Mon Sep 17 00:00:00 2001
From 9cb09d7bb8ecccdb7bf7a335643ffff2a46a92aa 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 f4244bb47cf4d9b5ea96d88fe9d6f00920bc0787 Mon Sep 17 00:00:00 2001
From 0c0d4a1a51bab0cc410ca670244c3c9fe289e85e 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 c3ecd3c5944e7c4caf3400880d28242b77802bbd Mon Sep 17 00:00:00 2001
From 3f71c515efc802e6ef4e5a926a343041561b29ca 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()
@ -90,10 +90,10 @@ index 8e173324693d..1764de88483c 100644
del_timer_sync(&br->gc_timer);
diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c
index 4bd57507b9a4..3c05d671ef37 100644
index 2136e45f5277..4c16e01031d4 100644
--- a/net/bridge/br_multicast.c
+++ b/net/bridge/br_multicast.c
@@ -1905,8 +1905,6 @@ void br_multicast_dev_del(struct net_bridge *br)
@@ -1898,8 +1898,6 @@ void br_multicast_dev_del(struct net_bridge *br)
out:
spin_unlock_bh(&br->multicast_lock);
@ -102,7 +102,7 @@ index 4bd57507b9a4..3c05d671ef37 100644
}
int br_multicast_set_router(struct net_bridge *br, unsigned long val)
@@ -2361,6 +2359,11 @@ int br_multicast_init_stats(struct net_bridge *br)
@@ -2354,6 +2352,11 @@ int br_multicast_init_stats(struct net_bridge *br)
return 0;
}

View File

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