kernel: Update to 5.1.9/4.19.50/4.14.125

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2019-06-16 21:51:59 +01:00
parent ea23fecdee
commit c77ef1560f
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.8,5.1.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.49,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.49,4.19.x,,-dbg))
$(eval $(call kernel,5.1.9,5.1.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.50,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.50,4.19.x,,-dbg))
$(eval $(call kernel,4.19.37,4.19.x,-rt,))
$(eval $(call kernel,4.14.124,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.125,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.180,4.9.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,5.1.8,5.1.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.49,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.1.9,5.1.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.50,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.37,4.19.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,5.1.8,5.1.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.49,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.1.9,5.1.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.50,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.124 Kernel Configuration
# Linux/x86 4.14.125 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.49 Kernel Configuration
# Linux/arm64 4.19.50 Kernel Configuration
#
#

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From db6663a2d7b3d1488cb91494901b82ae7f1714fc Mon Sep 17 00:00:00 2001
From 3c1bc75a63ffed570626d4240c7b6333ce41211f 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 3815a5d0a4e3fb549d750e2108647dfad8714403 Mon Sep 17 00:00:00 2001
From 4392500cd5974e18229179e73f0a6db1434f6ac6 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 1f904a1aeb23a05a011f3eb028f81c99d7c7d2cc Mon Sep 17 00:00:00 2001
From 4d2d8f6107b9d585ae8c3c933c983269cf5522cb 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 001a396a211849a927e9a48a31538c4ddf1f9f18 Mon Sep 17 00:00:00 2001
From 2f6d50e43c959759d0eba6f33cdb5a8ce4a0618f 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 3fb82cac10001c8ce98c674ecba17f8707771433 Mon Sep 17 00:00:00 2001
From 3b5bb0fe0403d12b44c785efad4aaa34ec6116f6 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 a0809872302d8be5caefdcfb18a1ee0448e97561 Mon Sep 17 00:00:00 2001
From dcc3bffcb5782193a3c8bc1dfa163d00d2bcf9ec 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 01bb2874ff13022e50bfa7cab1e2a34e9cb745cf Mon Sep 17 00:00:00 2001
From 7ab3cd2937a2e099287bbbae5ceb8870284aad1a 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 4fe2b1b588f37320fe9a3779f6426206d810395d Mon Sep 17 00:00:00 2001
From 981b041bdf1b7a754ee91a957551e2d3d735b78a 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 b33a62bd945417b0e33192eb4465cb670b25f2d5 Mon Sep 17 00:00:00 2001
From 20f7403a4887158126fbcc4d40d42161ca023d96 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 13622f92562f16fd1b2627bd416eb52aaab2b070 Mon Sep 17 00:00:00 2001
From 9221846b45ddac127d64349f0763797a34dd25ed 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 a8540f6dcdf96eb2e5a58507e7a0f433f297fcac Mon Sep 17 00:00:00 2001
From 36b09d46c6d92abff1ba6ab75a0c505cb5556cca 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 c427da390eaaf58d7bff212ac63e9b1e336b029f Mon Sep 17 00:00:00 2001
From 47bf0a7376618b2c4813b5191b73855d9e7d8c67 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 b68b080fd2a546b949b76a0b6b14179fe65f0566 Mon Sep 17 00:00:00 2001
From 3ea1ca84b0e4e36b4a82210f69a86a7b245ed940 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 3878d2c04890cf807c0423333d16605b3c31d147 Mon Sep 17 00:00:00 2001
From f7736bb9588cc27dc094c2e1aed035d649a72987 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 856539c9c15270aea112222a5f1a87784059683f Mon Sep 17 00:00:00 2001
From 61619735ea04eb46f139da88cf029ffe7a3b26c7 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 e65f3aef9af092a36dd206d146bb1a805f8572fa Mon Sep 17 00:00:00 2001
From fb98c7d0d15baa8ffa96678b2d4903e18a6554d8 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 b7333b49da851e17e932d7f5db5eefe9da2997c9 Mon Sep 17 00:00:00 2001
From bce75fac8b0ebd99e1389a92681c0f657d42bbd9 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 91cefdc6b2c64a8a455f49c45813ff785da823a5 Mon Sep 17 00:00:00 2001
From fa61765a867350faa39ba4eb6c612e3c343588e5 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 b7ea3b8386744400528a39966b35eecfae6faab1 Mon Sep 17 00:00:00 2001
From d460efff87b97087cf9606d2bb2bc5320e04339d 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 d70a7806e5cf3740b900ed08b8d95dbaae3242aa Mon Sep 17 00:00:00 2001
From 0f4b2c4a1917ae69ad35fd0abc87d8c420809bba 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 ca898a912a45829e905ccb9f3e3fb552946f847d Mon Sep 17 00:00:00 2001
From 0d814c9a4a55a4277726c4004a36fff3ef363489 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