kernel: Update to 4.15.14/4.14.31/4.9.91/4.4.125

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
This commit is contained in:
Rolf Neugebauer 2018-03-30 13:29:03 +01:00
parent 7f12cb577a
commit 462961d5c9
43 changed files with 51 additions and 51 deletions

View File

@ -218,21 +218,21 @@ endef
# Debug targets only for latest stable and LTS stable
#
ifeq ($(ARCH),x86_64)
$(eval $(call kernel,4.15.13,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.30,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.30,4.14.x,,-dbg))
$(eval $(call kernel,4.15.14,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.31,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.31,4.14.x,,-dbg))
$(eval $(call kernel,4.14.24,4.14.x,-rt,))
$(eval $(call kernel,4.9.90,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.124,4.4.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.91,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.125,4.4.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,4.15.13,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.30,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.15.14,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.31,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.24,4.14.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,4.15.13,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.30,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.15.14,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.31,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.30 Kernel Configuration
# Linux/arm64 4.14.31 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.14.30 Kernel Configuration
# Linux/s390 4.14.31 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.30 Kernel Configuration
# Linux/x86 4.14.31 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.15.13 Kernel Configuration
# Linux/arm64 4.15.14 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.15.13 Kernel Configuration
# Linux/s390 4.15.14 Kernel Configuration
#
CONFIG_MMU=y
CONFIG_ZONE_DMA=y

View File

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

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.4.124 Kernel Configuration
# Linux/x86 4.4.125 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.90 Kernel Configuration
# Linux/x86 4.9.91 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y

View File

@ -1,4 +1,4 @@
From 1051c20333b3bf3548bc076ec73e24616073aa3e Mon Sep 17 00:00:00 2001
From 57eeb02febfdf8e518622033933c530231882000 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 99edef9244ff615b59b529ec0722aa18d693fe62 Mon Sep 17 00:00:00 2001
From 0a76952d210b52be8c9e9a67fc51e41ea2bc3353 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 d5289e56899f3e20307ed5a106468acbc46f0030 Mon Sep 17 00:00:00 2001
From b793c37c861660ee921fa8220f63b31d07e7db5f 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 0238cdd49ba3d09984e80a2edfacf64ec4790152 Mon Sep 17 00:00:00 2001
From ac5bbed849c43b23a3abf5482e497fef4aec19eb 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 ff2982c99592e3df33e85dfd214e48c1519a026a Mon Sep 17 00:00:00 2001
From 2607db9da89ac9469c34c515b0d72db6bc500fc1 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 c779dbd8086e39cf876ea9b489b59b0c2d4081ba Mon Sep 17 00:00:00 2001
From 3c7982133b307eb89abea39348fdfc9043fafac7 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 d46f33c1bd55592ff1450384daf97857b489569f Mon Sep 17 00:00:00 2001
From 8cf5489a1cc89fef7d8d7ef84469eeae8a0af8eb 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 6d12c7a58c10aa20631d1fb5f0b8232f1ffc1aa2 Mon Sep 17 00:00:00 2001
From addfbb44af0b633a4859db46e2cfaaf921ce941a 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 201def4d35e0de34a8ee44b76cb60056839529cd Mon Sep 17 00:00:00 2001
From fe27a352683e4a5628a4669c27ada3d0219b0c93 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 ac052073e19f29c1e6a36833cbb6b316caf9ea5c Mon Sep 17 00:00:00 2001
From 4861a8b79d8f7d26eb0e698aab6c2b2d42d72bcb 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 0c1f792098a9e4e47202915eebeff978f63da868 Mon Sep 17 00:00:00 2001
From 9c23ad5a5a7c4954c6c276c45a693a6508d2f431 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 f5f9d32dd34dba6a591b1caf3ee828bc807c7ca7 Mon Sep 17 00:00:00 2001
From 7d999d6a29e37e55068f7df2b8362829bf9481f0 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 f5978a5a39ee2148c6c96ffc688c487d86a3b101 Mon Sep 17 00:00:00 2001
From 5caa6997eb218986d4bf81a64bfbb17028321d92 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 d044111facc59a80adb66f97fea1d87f4bdab500 Mon Sep 17 00:00:00 2001
From 64f4f039754b39a6ac2d5d313a6f69e037875595 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 cde61b719630ad8d3ecac63f885e5c57a385d410 Mon Sep 17 00:00:00 2001
From 2c32ca9ad7c90193fa3af7ce24e9c99aeb02f756 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 697e4cc68e7b63a3233c6eb30f36208208ee50d6 Mon Sep 17 00:00:00 2001
From 33d68212b04a5042bc667ce1312b97e254cecfb0 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 9e529d571b4876a921e0ff39a3c5436d2baed9dc Mon Sep 17 00:00:00 2001
From 3827b75148ad9b65941b1a233e5ac08d8899af5d 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 4bf418adbfd527ea81db32230103061d1a687240 Mon Sep 17 00:00:00 2001
From 42014bcc23d2628e30639b2bf019fefbae285300 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 5a0eec7a6ff40bad7dba5f474a776b1923dd3c32 Mon Sep 17 00:00:00 2001
From cf07677161c5f502247a6a8714ca52d2493992c1 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 dcb8ec67959095a953f6efcd7bc1511c3bd52a05 Mon Sep 17 00:00:00 2001
From d483b358327749785513ad6ae17339efc6b994f7 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 c0a14227b5680337818bfa05fedb83b34c854082 Mon Sep 17 00:00:00 2001
From 5ed449f366b6f4d6680a851e29accdc0f4d24227 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 8b9865e826b816e07b2ef4015622efaae750f76d Mon Sep 17 00:00:00 2001
From 5f9bb33361d1eac28a4724933f74db2b12df5bbf 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] serial: forbid 8250 on s390

View File

@ -1,4 +1,4 @@
From bdaa161f38b78d627c64f79a26193b91153b4ee8 Mon Sep 17 00:00:00 2001
From 2570881f208cba39c5960a5093f5409ef080d324 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/12] tools build: Add test for sched_getcpu()

View File

@ -1,4 +1,4 @@
From eb2686bb2aa2e456940abb318c784516328f5413 Mon Sep 17 00:00:00 2001
From bdbd6f43eda1ef9a4b2dcc9faede661abc868afe 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/12] perf jit: Avoid returning garbage for a ret variable

View File

@ -1,4 +1,4 @@
From 9b58eb9163817d3ff65820e76ede8951c17e225e Mon Sep 17 00:00:00 2001
From 0a694ef430b042aeda3164d20d3edbb67210312d 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/12] hv_sock: introduce Hyper-V Sockets

View File

@ -1,4 +1,4 @@
From 91a85d552cd43c071de9ac0d2a02d99ba2c03183 Mon Sep 17 00:00:00 2001
From 759a72b13279b1ca5f0763063b0498da41cca02c 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/12] vmbus: Don't spam the logs with unknown GUIDs

View File

@ -1,4 +1,4 @@
From 952a4c92e61ff976cd41afa95d02126e3720cc15 Mon Sep 17 00:00:00 2001
From 78584f9af1299053bdc01599fa1d4e247c320db0 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/12] Drivers: hv: utils: Fix the mapping between host

View File

@ -1,4 +1,4 @@
From 7f8372ec8e08cd721f55d406deaaccb24b213878 Mon Sep 17 00:00:00 2001
From 880bad1426f534d447a5fd730afd7d98e9c7bb27 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/12] Drivers: hv: vss: Improve log messages.

View File

@ -1,4 +1,4 @@
From eab39011f8dff96355588f3c31cbf2370558234f Mon Sep 17 00:00:00 2001
From 748258b36f80963d84c8c0e577ff123f1667525a 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/12] Drivers: hv: vss: Operation timeouts should match host

View File

@ -1,4 +1,4 @@
From f0668b5f5a87ad2f68b962d7555ab87c1adaf801 Mon Sep 17 00:00:00 2001
From 9f2d2e884613254a9390d5cdd3b95f2a4328f651 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/12] Drivers: hv: vmbus: Use all supported IC versions to

View File

@ -1,4 +1,4 @@
From f3229d27cd989be115f24d5669af377f8e073e99 Mon Sep 17 00:00:00 2001
From c46be15607a9893fe8f113822c87d19d7d1230fb 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/12] Drivers: hv: Log the negotiated IC versions.

View File

@ -1,4 +1,4 @@
From 57b0d7a4f7ded9818e3f268b01eb57c71854ac00 Mon Sep 17 00:00:00 2001
From 1f323177554f8948f3002060f693a9a20c888dbd 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/12] vmbus: fix missed ring events on boot

View File

@ -1,4 +1,4 @@
From 3499111ec86b7d99a7a9c575dc8449cb1f090003 Mon Sep 17 00:00:00 2001
From f136f0a549604f76f8116f0547dc0c838504168f 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/12] vmbus: remove "goto error_clean_msglist" in

View File

@ -1,4 +1,4 @@
From 25cb696768b0069dba78ebc0ca740387e9ac145b Mon Sep 17 00:00:00 2001
From 47196e3ed2696fcecb6ca903e2dd1967ce7b6af3 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/12] vmbus: dynamically enqueue/dequeue the channel on