kernel: Update to 4.20.14/4.19.37/4.14.105/4.9.162

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2019-03-07 20:37:42 +00:00
parent 7d31ea1135
commit 00b0abcf59
46 changed files with 56 additions and 56 deletions

View File

@ -259,23 +259,23 @@ endef
# Debug targets only for latest stable and LTS stable
#
ifeq ($(ARCH),x86_64)
$(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.19.26,4.19.x,,-dbg))
$(eval $(call kernel,4.20.14,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.27,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.27,4.19.x,,-dbg))
$(eval $(call kernel,4.19.25,4.19.x,-rt,))
$(eval $(call kernel,4.14.104,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.161,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.105,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.162,4.9.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(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.20.14,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.27,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.25,4.19.x,-rt,))
$(eval $(call kernel,4.14.104,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.105,4.14.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),s390x)
$(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.20.14,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.27,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.105,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.104 Kernel Configuration
# Linux/arm64 4.14.105 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.14.104 Kernel Configuration
# Linux/s390 4.14.105 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.104 Kernel Configuration
# Linux/x86 4.14.105 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.26 Kernel Configuration
# Linux/arm64 4.19.27 Kernel Configuration
#
#

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From a0801f2b63b1cff3afbe299a1748002609c59697 Mon Sep 17 00:00:00 2001
From e909f18a04a34bf69a1e308ce3d5aecdfba7d82a 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 3390715b8f208dad4061be11e393802240c07eb9 Mon Sep 17 00:00:00 2001
From afc7b3f2cd10b047c4df9b13d24d4062fa20a511 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 de7bdf70797592aaceea8077ee2602ca0a482f80 Mon Sep 17 00:00:00 2001
From c22ee78fe7aac8595e395672de6ebd600bc95e7f 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 7530a3e9b521e9facd813cb54e325eac7182de12 Mon Sep 17 00:00:00 2001
From 7e194943ffebd089e269d30ca482e5ecf7edafa7 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 c4a7f38f2528cd306e276ad008616ee018a27d52 Mon Sep 17 00:00:00 2001
From db828d7a8f1ab8b1576be5dffec38087f1824795 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 a623b1a34db9ce058380898ae2581ee349a8d942 Mon Sep 17 00:00:00 2001
From ca8e2761ec93414ae51deb33851c44894a8298f8 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 56324cd62faf240b414b17c8b9e854fd336e06a2 Mon Sep 17 00:00:00 2001
From 544d3ca88da299371f320e45db2d46d8e858c2c1 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 9a6f3eeae4dfa83be796ec385b028159e53fd8d1 Mon Sep 17 00:00:00 2001
From 7ee3bd5dfbd138483ec2a933231393cb78c1c8c7 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 add3ea5abd3de7a0a50334da8972ac9a1c69e1bd Mon Sep 17 00:00:00 2001
From 820d9fe69caf0c866d26559a0e0ca922fd410930 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 c7601ed38fccdaf3f394c87d7c7cb37fb5ab4367 Mon Sep 17 00:00:00 2001
From 25e11adf9ec649f14ba419c6220bb7752f42c147 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 9c3aed700d6db149f79887dd979d90472b931932 Mon Sep 17 00:00:00 2001
From edbe2a59020a3cc6373b10e9c397a6034d563483 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 c532f204d71c619c877c25615f87ebdca69a9db6 Mon Sep 17 00:00:00 2001
From 3237f7112b68aa20cbcf4a8015141d9fad13ae0b 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 bceaa5f86f9b988259e559b8c4359fcda91ace35 Mon Sep 17 00:00:00 2001
From 8ab0c53ccbf723e56e2e76749e9430e3e767a529 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 92cc7a11d26fea010597872f29387ebada331fde Mon Sep 17 00:00:00 2001
From ebbd3458a09e56f5e43361a7953d2b13e8ba49fd 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 00bb62841426f46585944502c7e03a16316e9536 Mon Sep 17 00:00:00 2001
From 103f7f03340714c79361cfaaedb2e1d79306f426 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 432554a262b1e7af0df45bbb4aee2a8e9e9c59ca Mon Sep 17 00:00:00 2001
From 177230a838cc4c5234a54f7a99131ca55440e199 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 88ec5a2c2709a73d44529d5a3470e4ef95b0f95c Mon Sep 17 00:00:00 2001
From 09749073a782eb9f7365981aeffead7b4e92202d 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 4f02478b696722d437f6346a4aeedd66ada62794 Mon Sep 17 00:00:00 2001
From 87a9d6e803cab799f59f1f178a526e5b3d0067c3 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 aaf4527aff5ef426a68418a879b9130df1471015 Mon Sep 17 00:00:00 2001
From 8e8abd0e7a258591cb14b75bcde54df1830afffa 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 867e33faa49c2b04cb38ece2f92ebe96396d39ba Mon Sep 17 00:00:00 2001
From e6edd27d2a399b6930a5797856635464ea1d4b5c 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 c4f3489ec1e988fe9762aeed33a61872c80f5be2 Mon Sep 17 00:00:00 2001
From 5161da369171f628961d58b1fe837efb33adc175 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 96f70f2b9e2e9dd66676d76c54b0df5d4e274257 Mon Sep 17 00:00:00 2001
From 6375cdc67e8a5d27b7e0d11c13cc9d6f42ea3829 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 f3d54845e1a05e60c755db34f86cfb87887aa9ef Mon Sep 17 00:00:00 2001
From 14c0f4a30d6ef70f6a18bc27d5f7292e4eaf02aa 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 199c4577c6577e8e99ff22faad05fb395a4b9054 Mon Sep 17 00:00:00 2001
From 10f0ce943e07c17111f2bf537bdcd62812bff087 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 7629ef57b13e3b5ac6eac8d34bd3f358b1aae169 Mon Sep 17 00:00:00 2001
From fb4c33c38add399d76995bba216e6a8d6fad6b3e 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 dce375d1a7b20e94059f25f607244b178179b4be Mon Sep 17 00:00:00 2001
From cab2dbfaf0c8a9f8596a71afb28195677b741bd3 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 74d44f4abb3f7cf3492be8985a0cd7ae43e412f5 Mon Sep 17 00:00:00 2001
From 93a7d33ad4f5f5e25ef393506d062b809a429da5 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 fe7838b70b266ee4cd1a92bb08c62f5edddf7b12 Mon Sep 17 00:00:00 2001
From 2658759e12a430b29ce06d719ac122a3bd6495c5 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 4efd35bfc9ee698d79f0b2dd00d70271fef2e6e8 Mon Sep 17 00:00:00 2001
From b81d56e445090f88ba598a2bd66000a93646c9b6 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 238ae1875155b900973374d738008f2f9359874e Mon Sep 17 00:00:00 2001
From 3655eee3976909240f5d25d73196dd2217f1ca7b 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 834be70bd37b94f1ce2e432d5ecd1bcab7f5ff2c Mon Sep 17 00:00:00 2001
From 7b9a09c24398242aee7dcd24e1910c759ddae552 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 9cb09d7bb8ecccdb7bf7a335643ffff2a46a92aa Mon Sep 17 00:00:00 2001
From edde7618da3d2c12b3c50022fb36a149175f99a9 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 0c0d4a1a51bab0cc410ca670244c3c9fe289e85e Mon Sep 17 00:00:00 2001
From 0af26084bb5f4dadf33524f4020ab462776d4cc8 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 3f71c515efc802e6ef4e5a926a343041561b29ca Mon Sep 17 00:00:00 2001
From 0e602d0cd7c8aeb223f43fa1f959c9dde5d2dac8 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 ccfb459c9411a209611c529797ee269e3eb3b1e3 Mon Sep 17 00:00:00 2001
From c90805950986e541b71a67ca7682bb2afe545840 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