kernel: Update to 4.14.11/4.9.74/4.4.109

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2018-01-03 11:03:52 +00:00
parent ff91872969
commit 7abc1df0ad
20 changed files with 37 additions and 37 deletions

View File

@ -204,11 +204,11 @@ endef
# Build Targets
# Debug targets only for latest stable and LTS stable
#
$(eval $(call kernel,4.14.10,4.14.x,$(EXTRA)))
$(eval $(call kernel,4.14.10,4.14.x,-dbg))
$(eval $(call kernel,4.9.73,4.9.x,$(EXTRA)))
$(eval $(call kernel,4.9.73,4.9.x,-dbg))
$(eval $(call kernel,4.4.108,4.4.x,$(EXTRA)))
$(eval $(call kernel,4.14.11,4.14.x,$(EXTRA)))
$(eval $(call kernel,4.14.11,4.14.x,-dbg))
$(eval $(call kernel,4.9.74,4.9.x,$(EXTRA)))
$(eval $(call kernel,4.9.74,4.9.x,-dbg))
$(eval $(call kernel,4.4.109,4.4.x,$(EXTRA)))
# Target for kernel config
kconfig: | sources

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From 0612a5fac6d0bb6cc95d77615d758bda20c921c2 Mon Sep 17 00:00:00 2001
From d331596358013b47ed193c90131b3c7c088a33aa 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] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB (page
@ -24,5 +24,5 @@ index 3f03567631cb..e63c201ed1ef 100644
enum ars_masks {
--
2.11.1
2.15.0

View File

@ -1,4 +1,4 @@
From b07573c35c998a0c8c439ca29826932a800fa9bd Mon Sep 17 00:00:00 2001
From b5a4c0aa8fcf0bf42ac50d491525491a60582469 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()
@ -146,5 +146,5 @@ index 43899e0d6fa1..c3b180254f91 100644
int is_printable_array(char *p, unsigned int len);
--
2.11.1
2.15.0

View File

@ -1,4 +1,4 @@
From 6c814aeb7f87e7477ea78f9210c5b1f0f9b43672 Mon Sep 17 00:00:00 2001
From f9aa135e5a5c4dc37748891b8229bcea64ed1cb4 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
@ -66,5 +66,5 @@ index 95f0884aae02..f3ed3c963c71 100644
while ((jr = jit_get_next_entry(jd))) {
switch(jr->prefix.id) {
--
2.11.1
2.15.0

View File

@ -1,4 +1,4 @@
From 9711696acc9857dfb5c4193b9c4e73cbc6a67a9f Mon Sep 17 00:00:00 2001
From 3e83e404578360194777568b48e75c9b250b6088 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
@ -1787,5 +1787,5 @@ index 000000000000..331d3759f5cb
+MODULE_DESCRIPTION("Hyper-V Sockets");
+MODULE_LICENSE("Dual BSD/GPL");
--
2.11.1
2.15.0

View File

@ -1,4 +1,4 @@
From 92381897e1e548881d2577382d8ac8a9beab8fa5 Mon Sep 17 00:00:00 2001
From 21fb510b8d0decf1e92cab681f9643a535b0ea2d 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
@ -26,5 +26,5 @@ index d8bc4b910192..8df02f3ca0b2 100644
}
--
2.11.1
2.15.0

View File

@ -1,4 +1,4 @@
From fb1cc39e6e422665b6a082b6f17d60722c30a1ad Mon Sep 17 00:00:00 2001
From 8ee697626562dd1388e9538ada66b960293212ae 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
@ -44,5 +44,5 @@ index bcd06306f3e8..e7707747f56d 100644
}
--
2.11.1
2.15.0

View File

@ -1,4 +1,4 @@
From 19c760aa5dc9fcaa86d3b8e7e91b97dd4368527e Mon Sep 17 00:00:00 2001
From a0a6bbf56253f8bdbc8cb5413fcf879522c35b1b 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.
@ -101,5 +101,5 @@ index a6707133c297..5c95ba1e2ecf 100644
return 0;
}
--
2.11.1
2.15.0

View File

@ -1,4 +1,4 @@
From 94b5cf9284f0161b068f07ee530e306e5ce8114e Mon Sep 17 00:00:00 2001
From 7c3f36e67976da4bcc2b940243940231d83fcaf6 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
@ -44,5 +44,5 @@ index 5c95ba1e2ecf..eee238cc60bd 100644
rc = hvutil_transport_send(hvt, vss_msg, sizeof(*vss_msg), NULL);
if (rc) {
--
2.11.1
2.15.0

View File

@ -1,4 +1,4 @@
From 1fcecaf13c869c43892f1ed01da1d68f523c2128 Mon Sep 17 00:00:00 2001
From 58e4441b90374d4db11033c9673b322756a48ac2 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
@ -488,5 +488,5 @@ index c9af8369b4f7..7df9eb8f0cf7 100644
void hv_event_tasklet_disable(struct vmbus_channel *channel);
void hv_event_tasklet_enable(struct vmbus_channel *channel);
--
2.11.1
2.15.0

View File

@ -1,4 +1,4 @@
From ebaa44c2e0a775ccf0570eb7d6ef4c6f5426c895 Mon Sep 17 00:00:00 2001
From c444dac1e8f9978298cded0ef8f3a3e68fdd947f 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.
@ -114,5 +114,5 @@ index f3797c07be10..89440c2eb346 100644
hb_srv_version & 0xFFFF);
}
--
2.11.1
2.15.0

View File

@ -1,4 +1,4 @@
From 0d3e110b3a5edd395209903658d0db58f1d3ee43 Mon Sep 17 00:00:00 2001
From 7a4bb0fc6a6762d18b7174c446aa8c8d69d1febf 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
@ -52,5 +52,5 @@ index e7949b64bfbc..2fe024e86209 100644
void hv_process_channel_removal(struct vmbus_channel *channel, u32 relid)
--
2.11.1
2.15.0

View File

@ -1,4 +1,4 @@
From 70980b34f8978c77dfdd0b7b564f40920ca53585 Mon Sep 17 00:00:00 2001
From 111071b57236a5b1d028a6de29cfc1c8e2bb03db 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
@ -56,5 +56,5 @@ index 1606e7f08f4b..1caed01954f6 100644
vmbus_teardown_gpadl(newchannel, newchannel->ringbuffer_gpadlhandle);
kfree(open_info);
--
2.11.1
2.15.0

View File

@ -1,4 +1,4 @@
From f4304d8ec6a18730dac8106c08fafef45402ea62 Mon Sep 17 00:00:00 2001
From 985cdb27a3eb8676913bdafda0fc9fa89aebf7cc 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
@ -173,5 +173,5 @@ index 7df9eb8f0cf7..a87757cf277b 100644
void vmbus_setevent(struct vmbus_channel *channel);
--
2.11.1
2.15.0