kernels: Update to 4.20.10/4.19.23/4.14.101/4.9.158

This skiks 4.20.9/4.19.22/4.14.100/4.9.157 because they
contained a bug. See:
https://lwn.net/Articles/779934/

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2019-02-23 13:20:03 +00:00
parent fee4e492fd
commit 0ebc73d57f
46 changed files with 56 additions and 56 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.8,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.21,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.99,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.99,4.14.x,,-dbg))
$(eval $(call kernel,4.20.10,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.23,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.101,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.101,4.14.x,,-dbg))
$(eval $(call kernel,4.14.87,4.14.x,-rt,))
$(eval $(call kernel,4.9.156,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.158,4.9.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,4.20.8,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.21,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.99,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.20.10,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.23,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.101,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.87,4.14.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,4.20.8,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.21,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.99,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.20.10,4.20.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.23,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.101,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.99 Kernel Configuration
# Linux/arm64 4.14.101 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.14.99 Kernel Configuration
# Linux/s390 4.14.101 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.99 Kernel Configuration
# Linux/x86 4.14.101 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.21 Kernel Configuration
# Linux/arm64 4.19.23 Kernel Configuration
#
#

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From 2c43c93b15dd7b2ad5b57356fd55381e98607552 Mon Sep 17 00:00:00 2001
From 2e36a94e9b47523464e8e0015fb377a501b95711 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 e0521eb84cf57dceae13149438b476adf6971dc9 Mon Sep 17 00:00:00 2001
From 33f553735ab592460bee021fff6d1268106347ac 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 282dcc5820b1a975f81a9a084de4b206510f9e77 Mon Sep 17 00:00:00 2001
From 6bc0294bf160e10902f6a2489d4466d9e847bd4e 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 bdd22eb8b575ae1237e7515a6109814335f07a6e Mon Sep 17 00:00:00 2001
From 93dafa46911628df25c8649680b2a33805685070 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 8bfd22120aeb11442ec2d7a4e1ec5e20bec41e5e Mon Sep 17 00:00:00 2001
From 8d8dfb13c55ff8af7d161a30a649f266fbe8b007 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 98c1bc9366e9f5d45c343e3837beb18b4949df2c Mon Sep 17 00:00:00 2001
From b3f9fd6cc77f01cb13a3febac8ef3b7e7a8f98f0 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 d8d9f151adf1b5d14362886b2deb5646814560a9 Mon Sep 17 00:00:00 2001
From 048c497c4d682a8f524f98aae833d974622ca0c7 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 085b52537c7b24401aa1cfe85fa4e1bd2f6e3bc2 Mon Sep 17 00:00:00 2001
From bcf1c36b5ec2887577516b288b35117c1800d0b2 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 077084070e49951076e7c2f413f138c7914b51ad Mon Sep 17 00:00:00 2001
From 1fe9e35584cee65a178dfdbb784cd55a3054a3cf 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 534a7e4a5242b383ebce9a1e176c27d5bdf12e53 Mon Sep 17 00:00:00 2001
From 2608047e8f8f6c492af5e714e14ac19106d32dc6 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 a25c15b95394a702cc4625e4bf4137e2a8c15cde Mon Sep 17 00:00:00 2001
From 34fad417878641e7e37b65e39bdf14c68cf45195 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 c471e79f44ad24c29b52ff7ec08c6f70fb9bc4d0 Mon Sep 17 00:00:00 2001
From d1396d0f94c316e2ed8bd454257fbaa16449e415 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 a6d5d8d47058ded722db52efdb49f55f2282c69a Mon Sep 17 00:00:00 2001
From 2713ffabb70c16862e984378b3a774f9c023b04b 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 2332d55554e9ac7dd0bb464f4fb1f9ba2443a0fd Mon Sep 17 00:00:00 2001
From c2b19969e4f894df00fac167ce63c732cbd6bb8d 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 080eff2e09a5b36cc7c983c3bc429b75274a1b97 Mon Sep 17 00:00:00 2001
From fb3b8c5ff8f3455d44d8787e72c09ce4431e82ca 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 2642a2682f54268c7fa54f5908d4520c3727c088 Mon Sep 17 00:00:00 2001
From 9af2ab5fe3b644463a31a36188ae0425d181bdd4 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 6a470f6cdd3c589cfcfae38643c564278e22c630 Mon Sep 17 00:00:00 2001
From 55de6550e61ea42094bec8ff03b7ca11085c86df 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 d2c368339ee0abd422ecbdeb2a0c727c5f879992 Mon Sep 17 00:00:00 2001
From 9335a4e3e7a8b29cc3bc3a5f18092e550fc7fc33 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 d909c54197ec0a96936f6af55bff6f6240f7a07d Mon Sep 17 00:00:00 2001
From b39c921037195fe2df00f65dbb895347142ac05e 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 51da82fc73d182cad19a5eb5a532bd2682eac271 Mon Sep 17 00:00:00 2001
From d4b68ab7cd54841c7589fe3de38f5874b8119c87 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 d53756950a7b95131d4fef24ac542e11f53d06be Mon Sep 17 00:00:00 2001
From b6c5f3e200c6ea33492a90aecbb9201de23d2cd0 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 c7b4908ad4b2e73d60dd8e6badc9fee41704c459 Mon Sep 17 00:00:00 2001
From dd3ae2a607bd33c6038396c3a82bf0d37679e4cc 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 c01c7620368010fc551269745017f27f75a693af Mon Sep 17 00:00:00 2001
From 75e07ea6eeecc79e71b72d4e735c0deab7df73cc 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 e4bf485fe975e1526cc6b67488b381ccda4e294a Mon Sep 17 00:00:00 2001
From 30af338694ba9f14731e015ed7ddb69a60d638d9 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 780123b0cae23883a6933f8cfb0402e4025f7bd1 Mon Sep 17 00:00:00 2001
From a44748432ca8a7f1cff14368375349a641b8055b 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 3a5268a498f5b54eee94283bde8212399017dbae Mon Sep 17 00:00:00 2001
From 886ad75af2aabe1464a46fc2c25c28f0812edb98 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 ceaccf6784b72432c1a6a938ef59b3117598edec Mon Sep 17 00:00:00 2001
From 37b8d6712646b64b4125f1a4dbcfea4e11b7710d 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 081db538e7913a841b2082d54a8e3726dd0b4cc8 Mon Sep 17 00:00:00 2001
From 31d8d55741fc005ba4b32fb9b866088d39f8b634 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 52816c446421d437ba2366f9626b63469bf777f3 Mon Sep 17 00:00:00 2001
From d7bd6dbd9ccec8f3ff7e92affc970b178d348b27 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 4b0a30b949e274350a768d167773e19602fda8b2 Mon Sep 17 00:00:00 2001
From 3c0be0212f46db1b7f611edfc5b9364414464a52 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 c65c40709fbbb25bb1ff077404ceb6974a70a5ad Mon Sep 17 00:00:00 2001
From 7fa85e96cc3569e28ca3b7205e65b2d56b5f7a27 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 8873c86d3cc016ab897e5ef2958971910c8e6c3e Mon Sep 17 00:00:00 2001
From e76bb0209f20fca525bc787dd00fcc9ee13420f3 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 d1d5b8f0f502577ec14a1d4e6559a4b57b741116 Mon Sep 17 00:00:00 2001
From 1d800d1cc5496ef4b21a34322b7fe27c2fd6319a 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 e7f09c3432874ca7857981f20b6affa49d3e697e Mon Sep 17 00:00:00 2001
From 9ababaa85736403335fefb4b3272801477b8b047 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 2912a13856b4bf089e666423f2d15fabecf37b3e Mon Sep 17 00:00:00 2001
From bd3ae2503bf3e826aa49fe9a2dc9eeb0e0f08c00 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