kernel: Update to 4.16.6/4.14.38/4.9.97/4.4.130

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2018-04-30 10:34:12 +01:00
parent 521c875a96
commit 262b25f874
43 changed files with 51 additions and 51 deletions

View File

@ -171,7 +171,7 @@ RUN printf "KERNEL_SOURCE=${KERNEL_SOURCE}\n" > /out/kernel-source-info
# perf
# Skip for 4.4.x (the compile is broken and tedious to fix) and 4.9.x (the
# compile broke with 4.9.96)
# compile broke with 4.9.97)
RUN if [ "${KERNEL_SERIES}" != "4.4.x" ] && [ "${KERNEL_SERIES}" != "4.9.x" ]; then \
mkdir -p /build/perf && \
make -C tools/perf LDFLAGS=-static O=/build/perf && \

View File

@ -218,21 +218,21 @@ endef
# Debug targets only for latest stable and LTS stable
#
ifeq ($(ARCH),x86_64)
$(eval $(call kernel,4.16.5,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.37,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.37,4.14.x,,-dbg))
$(eval $(call kernel,4.16.6,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.38,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.38,4.14.x,,-dbg))
$(eval $(call kernel,4.14.34,4.14.x,-rt,))
$(eval $(call kernel,4.9.96,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.129,4.4.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.97,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.130,4.4.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,4.16.5,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.37,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.16.6,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.38,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.34,4.14.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,4.16.5,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.37,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.16.6,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.38,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.37 Kernel Configuration
# Linux/arm64 4.14.38 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.16.5 Kernel Configuration
# Linux/x86 4.16.6 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.129 Kernel Configuration
# Linux/x86 4.4.130 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.96 Kernel Configuration
# Linux/x86 4.9.97 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y

View File

@ -1,4 +1,4 @@
From 6a4580a8f841452793c9b70514cd5c851ea6d06b Mon Sep 17 00:00:00 2001
From 7e7ebb31fee7a977f4e7c4adffa4db066cc723a3 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 91ea7857e64e1c208291cbaffaaa9c76a74f23df Mon Sep 17 00:00:00 2001
From ea5aaf092b2181be383d62648a811ab3a998e05f 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 20bb37a37c1e7173f15eb4f2edc77ca012f1e4d7 Mon Sep 17 00:00:00 2001
From 305783a745b17d6da23fa2d89b08d7f90ed443f7 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 9e7cc02f901a0662840f65aac43a73ca22c8e3d5 Mon Sep 17 00:00:00 2001
From c6d267cd6dca2e2473207f89a241978815b070f9 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 aa534effa6c4008ecfd63c74ffc2271d1d30699c Mon Sep 17 00:00:00 2001
From 46c2131e03e02166928a23e2190b0db4fbfed820 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 b0db35174806a66ed343594a783500c3bdc27fc3 Mon Sep 17 00:00:00 2001
From 059abf770b1e31795f51e4a851fa294b1d2dc372 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 78991a71014bc2d43148ecc9e271df75dbaaf437 Mon Sep 17 00:00:00 2001
From 9084ac1b5586413a9070584692c824fd79b706da 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 30911a8a04fc6bbc9e3c4c62867dea9384a12d9f Mon Sep 17 00:00:00 2001
From 8d8981b2cbaf114f73a85c6421f0449a29420689 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 dc79c51c57dcedd94a84a38e6f9b1e74cee5dfbe Mon Sep 17 00:00:00 2001
From 65c87420f07ff18faa76f97e4df5a88b074e7baf 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 39f6bd2a0da0b9f7e579f0f2444309fb77b77455 Mon Sep 17 00:00:00 2001
From 537d79b5ee6f1c49e563013b6a3cd2a5863d5fec 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 d5de8402ddbb12796865ecf453d580aa8d46277a Mon Sep 17 00:00:00 2001
From 6b3be25eb1ea43be7525b25a202633e909b13dad 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 c958a904e9104e3020cefd105236b9af13e88276 Mon Sep 17 00:00:00 2001
From 7e75b85e62e4d431f6bf58bd6dd3840c8b0dd37a 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 fad3a5f9b58c500cf31fbd7989facb6f646b6136 Mon Sep 17 00:00:00 2001
From 8e155b9a945d88b549facd4ea94d70d167ddabb7 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 8974b650cc85fc5380d03c791d73ccb920764766 Mon Sep 17 00:00:00 2001
From f3ccbffd73a6e5ea4a45e484c8931c8d5f5b549e 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 3eea90cdeacbdf5e94a5d19e1986a6e8c854ddc5 Mon Sep 17 00:00:00 2001
From c4ccb912be5408a7bcc346f84956474dd344c56c 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 37b7609d9c06c57ef259c56c15f7304c42dd1ce2 Mon Sep 17 00:00:00 2001
From 1ee91ebee9b5a436aaa1cac7b86f9b7aaf968924 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 160649c419d59993a2fb044f51dd6ada1c3b4c2e Mon Sep 17 00:00:00 2001
From 15b4fc0a35c7307df523db45fdb39e6c7f0f3c70 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 f402b6725a519c7a84ba21e3f9aad80a4ab3c868 Mon Sep 17 00:00:00 2001
From 44512d9fecdc718606ffccf57cc50d5b8a2d17f8 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 5378939cc45a722acd06e6aa6d3147de8e7f19fb Mon Sep 17 00:00:00 2001
From 312ba12e127663fd761aa14df2aa51de698a44d8 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 5148ee24e2796559f948f0c097ffac9af18caa66 Mon Sep 17 00:00:00 2001
From 77e3426757e39a6dfe9d84c2ded2ac0e37b5a8e0 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 f9bd40847b504b13872139ab98b5aad69837f471 Mon Sep 17 00:00:00 2001
From 6af71e13698e2c02776c54fe94f9d209a7408245 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 198a1b2e05f7a1bde5669d2e7e90efc75ff8480a Mon Sep 17 00:00:00 2001
From c2e1fb6b2872979fa8567b5bb253c9eee7eb9d96 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 57b7b58e7459689703796e778d3c3bc5dd96359c Mon Sep 17 00:00:00 2001
From 114b8cd232cd991e1709d689f8c916697925446b 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 864c1832d9d7c60e9b74c47b0bc04ae541cc70bd Mon Sep 17 00:00:00 2001
From 536e31d7bb2d15f08518e606b2d99e328ed5e46f 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 88643675e93f38c7e0b63f2dba5aa4d596bd5f47 Mon Sep 17 00:00:00 2001
From 05b7bbe8903b72b763297b27eae02f504d570216 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 2b5ed16f462f73026ff1cabb6eec1eb49e9e060f Mon Sep 17 00:00:00 2001
From d184265eaccae53196d9f773541946b4ecd10fa4 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 c7b9796acfdb5937e2eb07826b900853dec4f8cc Mon Sep 17 00:00:00 2001
From 8448bbff18f47086815f9389d0ae0ec66b26f726 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 af1cb37e69622eb376ecaf87b73a0f386b6b70fa Mon Sep 17 00:00:00 2001
From d70675d72da53094009df56857a821a52480d28e 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 60ffdc6b833dcbc18cdc59751ade1e5425b2e44d Mon Sep 17 00:00:00 2001
From d537ca325a06837eb3810652d1ab76918f525cfd 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 9b5a2abbc687d39ca5df8a8d84a7be09f14248c1 Mon Sep 17 00:00:00 2001
From 23909a4422818d8c3139a6b013d958daa1714afe 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 95920d991f673af49120a2c8b1fd25683a4a6986 Mon Sep 17 00:00:00 2001
From 3dd76ee135af5338db73711974366f0717a12490 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 33704444e2a377614b8a419757ff494100121c75 Mon Sep 17 00:00:00 2001
From 17eb6999cd8104cd1b98714615749e857a9407b9 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 ae18ff6401ce598d6c024c8c0d8cad980249b07e Mon Sep 17 00:00:00 2001
From 4295f1e0e3b69ac1e8fbb03cdf974895bbde022a 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