kernel: Update to 5.0.15/4.19.42/4.14.118/4.9.175

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2019-05-12 11:51:30 +01:00
parent 7cb1d40a4a
commit 7bebc0fae5
44 changed files with 52 additions and 52 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.0.14,5.0.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.41,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.41,4.19.x,,-dbg))
$(eval $(call kernel,5.0.15,5.0.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.42,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.42,4.19.x,,-dbg))
$(eval $(call kernel,4.19.25,4.19.x,-rt,))
$(eval $(call kernel,4.14.117,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.174,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.118,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.175,4.9.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,5.0.14,5.0.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.41,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.0.15,5.0.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.42,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.25,4.19.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,5.0.14,5.0.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.41,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.0.15,5.0.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.42,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.117 Kernel Configuration
# Linux/x86 4.14.118 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.41 Kernel Configuration
# Linux/arm64 4.19.42 Kernel Configuration
#
#

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From 992f6fbd61c879ca596d6c94ce3f588294c45d3b Mon Sep 17 00:00:00 2001
From 7b8c22137d55040830e1c06e36d76f9756fb6c79 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 54dcc222255c5fcda1a838b718dd0f874b908958 Mon Sep 17 00:00:00 2001
From 759f38d3d46fdb39dcd7c8ade7f678a006fc96fb 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 eb4c2c11192b531761da35164f322bd61a7607bf Mon Sep 17 00:00:00 2001
From 3296e86a52dd72aa05aa17ebfec99c1f0b77c23e 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 1df531c1dd126fca5b197af75a50a09127141d50 Mon Sep 17 00:00:00 2001
From d006566eed2ace1b7f59ff06928bd66b5ddda520 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 c1b42fe2f19316a7b8599a5fef654ee393cd1007 Mon Sep 17 00:00:00 2001
From 0307646636cd69c7fc93c1176f60020873e39037 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 85f9fd2e7a77eeaba91c8c3aafae8ae2536f6001 Mon Sep 17 00:00:00 2001
From 6486709c482851f50ec13bfb4cddb29fab716d48 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 5a479d57411e8ee3a9971126a8001a279c9d6b9a Mon Sep 17 00:00:00 2001
From dfc391e5e9449b1ef40061878933d93a2be22a6e 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 33ac73eec582f8802dcee5a0e9310c2e900db5a7 Mon Sep 17 00:00:00 2001
From 61553451755ae48103c9713715f21b9a3ad34ae3 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 05d858ab4e729defd256f2ff71e7e6fe0f060fd8 Mon Sep 17 00:00:00 2001
From 537d8cc82c5345b39f66b64bb6aee2e397b98df1 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 e3e727a59d86bf8759dfa387a9f09827abcb68a2 Mon Sep 17 00:00:00 2001
From 06a63ade9a6946e21b933355292af17fb84a4541 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 c6553646d73a4c1fed42b7ab61843eb4f3dc3c24 Mon Sep 17 00:00:00 2001
From 940ff262abf6786806e4bb394c3eb9e162b42e2b 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 ecbcd2b6310f8bbc60d8317d199b848278ccd7bc Mon Sep 17 00:00:00 2001
From ce11cd8e7fc3a52fd782c652f0d22c296ed0b176 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 9e902c4001295bae1028e299491bfdac9facb5a0 Mon Sep 17 00:00:00 2001
From e6b828944c5846bf93e740da063ee1816f4e9f9e 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 ee041c5561b926ced0462b5c241a26b28d9cc30e Mon Sep 17 00:00:00 2001
From 3a8ef0215dc4ed24b59cb4d0e44fa9747cf47e0c 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 7b604c4c72b15bb2053aae0974b65fdb4507316b Mon Sep 17 00:00:00 2001
From afa8f05215c11b0157d0b94c3c0b3da31b8e62ca 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 5f7a5fe7bf7ab13b2713d5cf7326d37bd46516ff Mon Sep 17 00:00:00 2001
From 89c67e4acababaf025f2c5941f950ae53cc9c54b 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 2f8ed0159d2da508980d7875149d034823556f02 Mon Sep 17 00:00:00 2001
From d224d810aa36b19eefb2881a8223d0d3eefaf0da 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 dcebda0eec2bbc2297ef9361b7de7b67cb25bd81 Mon Sep 17 00:00:00 2001
From 5fbeb22da3071d0fb7ca85730c0ebabd7a817843 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 3e2906dcf9126761f0600107c36b42ae5a861625 Mon Sep 17 00:00:00 2001
From 6ee8d886b197a674b1148805a6bdd2d6ef7c3618 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 69da8bc08b734376d93c97a52625c0231f44738a Mon Sep 17 00:00:00 2001
From 667790b565dd92f3936390a04ac695d399fe167e 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 0144b44f60317d0672af1a01dac3dfd670dd4c4e Mon Sep 17 00:00:00 2001
From fd81a5ad8e5f47309dd388519d2a156cd603e6db 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 261b7e523171a4edc26dbfd64ffa70ca3be9511e Mon Sep 17 00:00:00 2001
From b12e32d1f65218d63ec60e822645e032acb42d32 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 b7ebaafa76a1ed07500c1252184e35994a6835ce Mon Sep 17 00:00:00 2001
From 74387e349de2e9f80e7c9b14ddf7f8e12f06b6ee 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 5a077a6a60195f66e0a8cb76c9090b0c0cbd18b1 Mon Sep 17 00:00:00 2001
From 2a70284cef5fa75af1de364d1c5d6c46753c12f8 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 9f4fb682b8c73cf30eb268f3b71406a33ab9aeb7 Mon Sep 17 00:00:00 2001
From 05dec8efc1a81a877d9103d30e4e9cc501e85ab1 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 ca2f2fb587def7bcbc402d6a3dcb9e44228536ea Mon Sep 17 00:00:00 2001
From 4234ff8873563199b215c1bab4c5b0ad2fd0eee4 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 a63a2cc9862eb720ca317f4ada188cad4d4a9442 Mon Sep 17 00:00:00 2001
From 5afd06c08c2cf26c7ad3a7a16a57a2d0ae3435c0 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 5c75d2509b5cfc2e8353f236c9dae86375b5b736 Mon Sep 17 00:00:00 2001
From 14828b401189faef1081249c469839e68f156008 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 0a3195b8a886d0a2f441e545fce642dabad702fd Mon Sep 17 00:00:00 2001
From c15e0457ed3c7e4fb5bd07edf6b9737dbe4c1952 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 7a53a8622d214e10e2d84c9e792966e004cee6f1 Mon Sep 17 00:00:00 2001
From 37f07295af5ab620480f9a4f1a41cfe7dd933d12 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 842b4bf9175d9a9b12ae911916f5ba9e0d992c4f Mon Sep 17 00:00:00 2001
From d2bf4a7fcba3d25d916c9a807baed889de92d624 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 d8baf26d13a632780fa905c0f553d9b0699ca10f Mon Sep 17 00:00:00 2001
From f93c4a56f1834d768bf6ea3ec2269c62eef6ca69 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 88031b48935ab7e9ae3d9747d4976c21f1e6c92a Mon Sep 17 00:00:00 2001
From 715eb7cb569fc8e04779558fe1ec6c96c28b075a 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 36517b8ec36159577ac4db5384178717205234b8 Mon Sep 17 00:00:00 2001
From 0e99357195254a8307ac5cbfba7e60ad700b298c 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 f7e3066908666cd19202976e9fba745f367d5cad Mon Sep 17 00:00:00 2001
From 894fcfb3e8eb8d39fc4d167253fab06add796f3e 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