kernel: Update to 5.1.14/4.19.55/4.14.129

This skips 5.1.13 and 4.19.54 because the diff was
a single commit.

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2019-06-30 18:13:54 +01:00
parent 54f54f0791
commit 380a05e416
29 changed files with 36 additions and 36 deletions

View File

@ -251,21 +251,21 @@ endef
# Debug targets only for latest stable and LTS stable
#
ifeq ($(ARCH),x86_64)
$(eval $(call kernel,5.1.12,5.1.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.53,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.53,4.19.x,,-dbg))
$(eval $(call kernel,5.1.14,5.1.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.55,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.55,4.19.x,,-dbg))
$(eval $(call kernel,4.19.50,4.19.x,-rt,))
$(eval $(call kernel,4.14.128,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.129,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.182,4.9.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,5.1.12,5.1.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.53,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.1.14,5.1.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.55,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.50,4.19.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,5.1.12,5.1.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.53,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.1.14,5.1.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.55,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.128 Kernel Configuration
# Linux/x86 4.14.129 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.53 Kernel Configuration
# Linux/arm64 4.19.55 Kernel Configuration
#
#

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From a41292a2e23ad4540ad331ce97ba27cb86d97d12 Mon Sep 17 00:00:00 2001
From ab83835ac22c5f006b23c2dead5a0e9ed0169341 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 6226f6a89561c11557a52460a46fe3936cc272d7 Mon Sep 17 00:00:00 2001
From c9d048cbc6e96b9fa15cd21e0026eb3bd3610909 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 72a2200af1fd0303d828d8beebe5577bb4598c23 Mon Sep 17 00:00:00 2001
From c147cb9490a6aec1451261188a8898628560cadb 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 272494bd00af6115c7b638a11850b8702e6c3c6a Mon Sep 17 00:00:00 2001
From 9d197cfc877d2ae35c738abcb4d407dee21100db 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 818a1725e2bd8bc66e2156f6d648268504cac4b1 Mon Sep 17 00:00:00 2001
From 2af1fb33dde91c1d2046fe444a4a4cf6b807ad52 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 a7000e4b67cc5a0f65b8c7283eb215965e7271f0 Mon Sep 17 00:00:00 2001
From 5d9947bdaa14750c622b37ef6168bc85f832f646 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 6e0c0ae6e84a18fc2a94e7e7eb27c5f3af35d5a4 Mon Sep 17 00:00:00 2001
From 3b1c1470e66ce8ac8a18ef15d416c41a75ff6493 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 030bb13a471bea156789b1d8b433f95e6780316b Mon Sep 17 00:00:00 2001
From 0ff3d58ae9a2f796f732a8db88d04606f931ac42 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 7d2f2146877f135e7b9376a447e4dcb1b3260467 Mon Sep 17 00:00:00 2001
From ca0b9ad3fa5309aa160b2069441eede04f123034 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 94ae249de2acc1e12a1f100b7300ef111fd944fe Mon Sep 17 00:00:00 2001
From 45983c6a40a83b77b2177c66d434e1c908d71a26 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 494177b31512633698d66440ea97f3c60a60cfc8 Mon Sep 17 00:00:00 2001
From f18370ca20c54c40d8ae04d5531e3cc13aa3baf0 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 13ac31cba51c30e75b622359541799a617c9e31b Mon Sep 17 00:00:00 2001
From 85c03bb9dc6811db646e71932f7c9d36ce1e5dca 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 57ec11dd4759e92831a76f95f5ecdfad16cd0349 Mon Sep 17 00:00:00 2001
From 063842a00842fd4962de76a6ce95e07a5523c601 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 287d73d73bed1a821b2663051f98586f4d0ebc91 Mon Sep 17 00:00:00 2001
From 75a6d70743cbb80348492694087cb143aae304fd 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 a622de4f104ba89097f69c006122348bf26d4b07 Mon Sep 17 00:00:00 2001
From e31a0c3104ae65b8b454b53de7872092ae185721 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 fa1371e7c1725fa2a42f61e7ccd2de36a7813e55 Mon Sep 17 00:00:00 2001
From 1ad24f3098857e3da5d31a3bbcf7c20cb3bacc28 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 cf757506ed73479ec3340b7632c8a34a98813cd3 Mon Sep 17 00:00:00 2001
From ad7b88fd3067ec7f9c1d4b10d99f18bfd53e3d1f 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 8c233d3a409acb1d8920b16a8e56d9d08acdc9cf Mon Sep 17 00:00:00 2001
From f4655f4e00331f60f585655f0d539b266015ec92 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 4c90c3304278171feec3401d7aaa28cd3c09f697 Mon Sep 17 00:00:00 2001
From 8da458cf185e04d40db4841e99483d43af81633c 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 29aa866bbb1594d92a4fd0697dda1a27c1774af7 Mon Sep 17 00:00:00 2001
From d312eb97e5a31aabc2bc95e3630017817ff59d50 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 c09bbd95239588074bd7ac50f19aad84fc0b139d Mon Sep 17 00:00:00 2001
From c8937ea9089fe31c464835864fbe93cc113ac668 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