kernel: Update to 4.19.11/4.14.89/4.9.146/4.4.168

Note this skips 4.19.10. The diff is pretty small.

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2018-12-19 22:24:04 +00:00
parent 581e924e13
commit 4ae342c097
44 changed files with 52 additions and 52 deletions

View File

@ -262,21 +262,21 @@ endef
# Debug targets only for latest stable and LTS stable
#
ifeq ($(ARCH),x86_64)
$(eval $(call kernel,4.19.9,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.88,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.88,4.14.x,,-dbg))
$(eval $(call kernel,4.19.11,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.89,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.89,4.14.x,,-dbg))
$(eval $(call kernel,4.14.78,4.14.x,-rt,))
$(eval $(call kernel,4.9.145,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.167,4.4.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.146,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.168,4.4.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,4.19.9,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.88,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.11,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.89,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.78,4.14.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,4.19.9,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.88,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.11,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.89,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.88 Kernel Configuration
# Linux/arm64 4.14.89 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.14.88 Kernel Configuration
# Linux/s390 4.14.89 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.88 Kernel Configuration
# Linux/x86 4.14.89 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.9 Kernel Configuration
# Linux/arm64 4.19.11 Kernel Configuration
#
#

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From a033a484eabae063d9d57f083ed9fab1e1b14de5 Mon Sep 17 00:00:00 2001
From 81bb859205b4a121c26b5aca4f54fcfae34ace3e 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 b62d0b3b7fc10c2f3acf62065e8032c22dcc91e0 Mon Sep 17 00:00:00 2001
From 7f1255f3329714f856178c2711ebf334370d6a06 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 d3d8e28283141b6b059326e3da73150dccf1da43 Mon Sep 17 00:00:00 2001
From 2c62a4b3bfca283c8cc187f038bed18550862824 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 c3f03ae21b76a70e35c4c848cd737f1944f952b3 Mon Sep 17 00:00:00 2001
From 7f6e1dd36d3ca990bac57f44977ae57a62301814 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 601d341d8df2a3de762d80afa0c47728c15e94eb Mon Sep 17 00:00:00 2001
From bb3a7f5e150258903ee262e8a91873bd68394b16 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 8c48ae5442b62f8cb8a615c26db90d162b9d1409 Mon Sep 17 00:00:00 2001
From 1432ccf34722756e3381215ecdfe00baa5f8c16b 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 e9e272b7d0384b54372eacef98e45008073c5616 Mon Sep 17 00:00:00 2001
From 5b3975821abfc74abdebc84c7e1cc4c9df7c81df 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 6f1dd61dcdfe1428826a9bdea42190836dcbb223 Mon Sep 17 00:00:00 2001
From fd149af11bee82efa6af6dbdd4cacbe4b38eaf03 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 8c3ab59b60e32c6fa27bcab78f4247eba62c66f2 Mon Sep 17 00:00:00 2001
From ea8d71492ca7880f1f681c9a14441844d69726d3 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 5ec4ab33943e6c154e3f80ae3587e14666b79c96 Mon Sep 17 00:00:00 2001
From 75c15dd8dc12ab095ed84d0ece4f21ff1bde8af7 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 3fde22b0435cfc87f50547a2bf01063087bb569e Mon Sep 17 00:00:00 2001
From fbb35d8ba6d1ac57bd75d72e86ae1de445351d30 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 e74aac28ca9e728585c1dafd407ba0983f5a4140 Mon Sep 17 00:00:00 2001
From a63d48c041f5ef48e715aa83a13fa243725061a4 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 ac75c9c08fba19f2e254b6f6fb86ae9bbcbc11f8 Mon Sep 17 00:00:00 2001
From f135f8aeac416a7303580cc2d93afbb9a7b19a14 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 50c2740f477b81e1a3f8c15ee991017a345a7bca Mon Sep 17 00:00:00 2001
From a7526016823857b554f83f5ce12e50a1c841104e 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 3300f45223944b320270b677c5b1884ca94dc659 Mon Sep 17 00:00:00 2001
From 8d23310770c577d8b1172f2da7ddf240d08eaac4 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 cc9f244107ea5b3f0245c0fc4e1a726cbfb496f2 Mon Sep 17 00:00:00 2001
From 014e9ff7bfc501914ca54d5f2963a92cd4e9f692 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 f6322b98e4281d6c1fdc6226aa12e067f1c25bab Mon Sep 17 00:00:00 2001
From 3f836dd9b1f6fa32d89679d033938924e7a88cdb 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 07301f0c95f77a6af090f843277f797945a224d0 Mon Sep 17 00:00:00 2001
From 531302f49e145244aba495bc18fadc2fe08a1fc9 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 563cdda487e16cd17973d166a3c03075dc5d4247 Mon Sep 17 00:00:00 2001
From 98f1f0570b4231f007e3ade2fc2c2e7e66128b29 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 e5fa06f029aa7eb7af0e77d9534872b94c8efd78 Mon Sep 17 00:00:00 2001
From e0fcabcc4795b5f67b59a693991b179262342a0a 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 6394c1e25caf289cae3bfe8d69d12810c345cabe Mon Sep 17 00:00:00 2001
From ffecd9d4d3aa48b7b6d64dcd96200a1ddb2b348e 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 447d8c4653d81e7358ce4ebb7df6e9a11e11d26b Mon Sep 17 00:00:00 2001
From e301c97e074c394b8161ae11470aa90374ac447c 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 d101fdc766a813e8406ce7002c169de296c6f4b4 Mon Sep 17 00:00:00 2001
From 4e953359322bca1cd65ced6e6ba7e397e9de8406 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 d102c7ef7f736c35cf82e2732d2253d1148e23df Mon Sep 17 00:00:00 2001
From ca65c9afd72ff56df9e284494e794290902c54ca 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 4035d888ca2b8d2a013cd9a8a94407026aed0284 Mon Sep 17 00:00:00 2001
From c42616b43608ea2412763655b9125bfa357b38e2 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 4f4cccf74d4ac0c6b39ac576c2bf80d9d611999f Mon Sep 17 00:00:00 2001
From 89c83844eebd9f7d38d741ba1b6e448c328c7692 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 83d0c0a0721e0cca423e44b943b3c57e36b517fb Mon Sep 17 00:00:00 2001
From 2c5a03300be9be203366b4d8e9e1ddb186f65a90 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 b8a12a77a016845a4ad4b25d16aff27ee0bdd72b Mon Sep 17 00:00:00 2001
From 6ecfe50934feea89d304acd19844e0af3520a5e6 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 f9921db72337e88d49fb8a2e33cd3f744c164d1b Mon Sep 17 00:00:00 2001
From a12a079b53f99a0abacb76f56b4e796eae2f6b8c 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 cf64bf8842001b437bc2805075d4a2d50db97377 Mon Sep 17 00:00:00 2001
From ea7f046463c5b52fab336d7e9b05be0fbad7aede 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 6c2ca02c457076554dd5d87b91b90a7ebc234015 Mon Sep 17 00:00:00 2001
From 3d8c1857504847d2ed07b462924192b6086ee897 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 b8f2a0fe6c497c899764e5948de3ca4f0db1001e Mon Sep 17 00:00:00 2001
From 68b41956e2e9b037140c48515ec16547c1793f2d 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 4053ad7c7163caafa204efb33fa4b08cf8479f20 Mon Sep 17 00:00:00 2001
From 8093bde24f0bce6c5ebd856f5000e796434c7c6e 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 325b1550275d085cb05312f07d5af6c8ce7c7645 Mon Sep 17 00:00:00 2001
From 036397c172d8d3a0b2909e77b4b507c6d1c4630c 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 28ee2849c620d15522a3b5eb4ee7164713614557 Mon Sep 17 00:00:00 2001
From 5a37c0a2e8e35228076a8550fde8abbbb7517c1e 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