kernel: Update to 4.15.10/4.14.27

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2018-03-15 10:49:31 +00:00
parent 9a5727f5e4
commit 28f1ae2e77
27 changed files with 33 additions and 33 deletions

View File

@@ -218,22 +218,22 @@ endef
# Debug targets only for latest stable and LTS stable
#
ifeq ($(ARCH),x86_64)
$(eval $(call kernel,4.15.9,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.26,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.26,4.14.x,,-dbg))
$(eval $(call kernel,4.15.10,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.27,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.27,4.14.x,,-dbg))
$(eval $(call kernel,4.14.18,4.14.x,-rt,))
$(eval $(call kernel,4.9.87,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.121,4.4.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,4.15.9,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.26,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.15.10,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.27,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.18,4.14.x,-rt,))
$(eval $(call kernel,4.9.87,4.9.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,4.15.9,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.26,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.15.10,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.27,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.26 Kernel Configuration
# Linux/arm64 4.14.27 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.14.26 Kernel Configuration
# Linux/s390 4.14.27 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.26 Kernel Configuration
# Linux/x86 4.14.27 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.9 Kernel Configuration
# Linux/arm64 4.15.10 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

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

View File

@@ -1,4 +1,4 @@
From 449e0e84b4db13ad44ac22b554060b89e886675e Mon Sep 17 00:00:00 2001
From 32882258de04031a9e6e9fd7e887ba4cb44f8d43 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/19] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB

View File

@@ -1,4 +1,4 @@
From 8a802507e3be115d0d9a262caf4d9a23cda85c66 Mon Sep 17 00:00:00 2001
From ad4ef30200f12aa261487865d26cf53dd773621f 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/19] hyper-v: trace vmbus_on_msg_dpc()

View File

@@ -1,4 +1,4 @@
From 9823ce98fbe834b4098617b3bc1bc894e3a75d1a Mon Sep 17 00:00:00 2001
From 0230ea645a34c80d17837a7434070b285b72c85b 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/19] hyper-v: trace vmbus_on_message()

View File

@@ -1,4 +1,4 @@
From 384874473e5ba0fb4ccad476f91068e768e026c9 Mon Sep 17 00:00:00 2001
From b22271be9d0d1e5253b3843655e399028af17b4a 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/19] hyper-v: trace vmbus_onoffer()

View File

@@ -1,4 +1,4 @@
From 36bf4a63f52d71bdb55c2092e17c81d7114a5f6a Mon Sep 17 00:00:00 2001
From 770e1985657043b375f5290f08b2d7ab30f23d0b 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/19] hyper-v: trace vmbus_onoffer_rescind()

View File

@@ -1,4 +1,4 @@
From 992dab46e03988520fb08d3b079dbdf4bfaa1895 Mon Sep 17 00:00:00 2001
From f294264e85111fa6717db328ffe6ad17e457a861 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/19] hyper-v: trace vmbus_onopen_result()

View File

@@ -1,4 +1,4 @@
From 928ceefd0c70246b967f5cea7438232549362350 Mon Sep 17 00:00:00 2001
From be90af98b5f2e485ea5fa03c0b8dca65363efdb7 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/19] hyper-v: trace vmbus_ongpadl_created()

View File

@@ -1,4 +1,4 @@
From 1fcc02127d917dfe02c0f51c644031b7db4feef0 Mon Sep 17 00:00:00 2001
From e9c3c69420c92bec6e76b3d80a2fccbe4949f5a5 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/19] hyper-v: trace vmbus_ongpadl_torndown()

View File

@@ -1,4 +1,4 @@
From 049c3097fb0810e08c65614138ea10907629d606 Mon Sep 17 00:00:00 2001
From eebe8dc4835d1e8d64efe5c52bcce7fcc5ebdf68 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/19] hyper-v: trace vmbus_onversion_response()

View File

@@ -1,4 +1,4 @@
From 75e7dce8fd3b4c82ac17a8e4e956d9e0e5603af4 Mon Sep 17 00:00:00 2001
From 06fd7944807e7757daf0d892fa91039ed7aca3ba 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/19] hyper-v: trace vmbus_request_offers()

View File

@@ -1,4 +1,4 @@
From c3f319809cf80fd73c94b6f539a2402b400aade0 Mon Sep 17 00:00:00 2001
From e1cd073f78523f60d516b1c4d820706197ef55dd 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/19] hyper-v: trace vmbus_open()

View File

@@ -1,4 +1,4 @@
From 8b850417d7393b124f70ec3587ef10099a1a7c1c Mon Sep 17 00:00:00 2001
From 19d12a26608ba3690674980530865374601fe929 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/19] hyper-v: trace vmbus_close_internal()

View File

@@ -1,4 +1,4 @@
From 685fe8604510f24ac7bcdefc61a01cc781ab6744 Mon Sep 17 00:00:00 2001
From d6518b0c258f8d9c80df7bae959db7b357bf3666 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/19] hyper-v: trace vmbus_establish_gpadl()

View File

@@ -1,4 +1,4 @@
From 355c723e7dc45ac030cf5f7cc72e8646b13ec66a Mon Sep 17 00:00:00 2001
From 8accf518f221dfc7d093bff53d40c76c2a4fea7f 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/19] hyper-v: trace vmbus_teardown_gpadl()

View File

@@ -1,4 +1,4 @@
From dcbc9bcf482ae36ec7d02cdbbd2775400f8dcaeb Mon Sep 17 00:00:00 2001
From 1a5e660a3c6b31b01442815e36581ae930db5b18 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/19] hyper-v: trace vmbus_negotiate_version()

View File

@@ -1,4 +1,4 @@
From 0da131104af0352678d7f0b6da527e9dbc5dfc17 Mon Sep 17 00:00:00 2001
From 54e520cf838ab5298fc68242e52ce6429f0ba22f 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/19] hyper-v: trace vmbus_release_relid()

View File

@@ -1,4 +1,4 @@
From 702129d36a9d4d2b31407ef96b6d6a5acfad2ca0 Mon Sep 17 00:00:00 2001
From d58b3cc08abcfd6bac3df3bd2a1902bf2e84fdd0 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/19] hyper-v: trace vmbus_send_tl_connect_request()

View File

@@ -1,4 +1,4 @@
From 229476e67920fa9856da91062539d04585188c5a Mon Sep 17 00:00:00 2001
From cadcba05f4caea37893151fa5acb85adffa17a4b 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/19] hyper-v: trace channel events

View File

@@ -1,4 +1,4 @@
From 942132e05281a1c62ce955cbb023dabe16f2d8b0 Mon Sep 17 00:00:00 2001
From 9e06e0b24b86d260ae98ddc5f85330b069e45ba5 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/19] serial: forbid 8250 on s390

View File

@@ -1,4 +1,4 @@
From 85762ddf6cc357c70b6854d8070104bc3e39c0f3 Mon Sep 17 00:00:00 2001
From 61dd4919cb8dc425fab54b1a4327c953195af1bd 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