kernel: Update to 4.13.8/4.9.57/4.4.93

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-10-22 16:46:21 +01:00
parent b4d2d36866
commit 12b8d9d6bd
34 changed files with 51 additions and 51 deletions

View File

@ -172,11 +172,11 @@ endef
# Build Targets
# Debug targets only for latest stable and LTS stable
#
$(eval $(call kernel,4.13.7,4.13.x,$(EXTRA)))
$(eval $(call kernel,4.13.7,4.13.x,-dbg))
$(eval $(call kernel,4.9.56,4.9.x,$(EXTRA)))
$(eval $(call kernel,4.9.56,4.9.x,-dbg))
$(eval $(call kernel,4.4.92,4.4.x,$(EXTRA)))
$(eval $(call kernel,4.13.8,4.13.x,$(EXTRA)))
$(eval $(call kernel,4.13.8,4.13.x,-dbg))
$(eval $(call kernel,4.9.57,4.9.x,$(EXTRA)))
$(eval $(call kernel,4.9.57,4.9.x,-dbg))
$(eval $(call kernel,4.4.93,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.13.7 Kernel Configuration
# Linux/arm64 4.13.8 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.13.7 Kernel Configuration
# Linux/x86 4.13.8 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.92 Kernel Configuration
# Linux/arm64 4.4.93 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.4.92 Kernel Configuration
# Linux/x86 4.4.93 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.56 Kernel Configuration
# Linux/arm64 4.9.57 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

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

View File

@ -1,4 +1,4 @@
From 32d930447776aeddbdab9c4c24d9acbe67098965 Mon Sep 17 00:00:00 2001
From afc3bfbd26e3c4e03786eb8d8ad4d6905d03d7cd Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 5 May 2017 16:57:12 -0600
Subject: [PATCH 01/14] vmbus: vmbus_open(): reset onchannel_callback on error

View File

@ -1,4 +1,4 @@
From 863336a5284204bfda272c0c7970144c4bd8f35a Mon Sep 17 00:00:00 2001
From 6c4ae292478d47ceeb1fc134753e5c5eba52cf9a Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 5 May 2017 16:57:20 -0600
Subject: [PATCH 02/14] vmbus: remove "goto error_clean_msglist" in

View File

@ -1,4 +1,4 @@
From bac4367149663cdb580ae6bee1a15ca854395064 Mon Sep 17 00:00:00 2001
From d4de80e68b0268ed4630cb60ec186c980f63b052 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 5 May 2017 16:57:23 -0600
Subject: [PATCH 03/14] vmbus: dynamically enqueue/dequeue a channel on

View File

@ -1,4 +1,4 @@
From 886a260ec31ddd657712d84b8cb5d66abd9e5df5 Mon Sep 17 00:00:00 2001
From 09654d1ebca935056e36d651d10effed156651e3 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 5 May 2017 16:57:26 -0600
Subject: [PATCH 04/14] hv_sock: implements Hyper-V transport for Virtual

View File

@ -1,4 +1,4 @@
From cb8b16d2d15935600cfc913d06e4ecc77841e552 Mon Sep 17 00:00:00 2001
From 4616a0d0564ffdc6899cc7f643bf8cde5af6662e Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 5 May 2017 16:57:29 -0600
Subject: [PATCH 05/14] VMCI: only try to load on VMware hypervisor

View File

@ -1,4 +1,4 @@
From 276df3d16941a166c4f5861c13a94b72653b1a98 Mon Sep 17 00:00:00 2001
From 0df1846aa21a2b76746308be33b45f552c13505a Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 5 May 2017 16:57:35 -0600
Subject: [PATCH 06/14] hv_sock: add the support of auto-loading

View File

@ -1,4 +1,4 @@
From 8eee8029ad369eadf16dbc624ab94f2ea87e9d75 Mon Sep 17 00:00:00 2001
From e90c31a913ab07ff70401c8bf5dab93ed901b400 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 5 May 2017 18:52:02 -0600
Subject: [PATCH 07/14] tools: hv_sock: 2 simple test cases.

View File

@ -1,4 +1,4 @@
From 11983466d9578a836faa02d3a804256bc256168e Mon Sep 17 00:00:00 2001
From cff523818d1356536f2dea650508dfdd1e19df11 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Tue, 16 May 2017 22:14:03 +0800
Subject: [PATCH 08/14] hvsock: fix a race in hvs_stream_dequeue()

View File

@ -1,4 +1,4 @@
From 23077b5178371414d69c8ffa6ac6ba3f262c7bcc Mon Sep 17 00:00:00 2001
From 49dd71766ef1675b56ec02ff42e222308edd8a52 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 19 May 2017 21:49:59 +0800
Subject: [PATCH 09/14] hvsock: fix vsock_dequeue/enqueue_accept race

View File

@ -1,4 +1,4 @@
From 7bd189513f67317fde01c6504572869b79662d2a Mon Sep 17 00:00:00 2001
From 3c6e2fa8d4013801a2721048b106aedc077e47cd Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 21 Jun 2017 22:30:42 +0800
Subject: [PATCH 10/14] hv-sock: a temporary workaround for the

View File

@ -1,4 +1,4 @@
From 34c05c90d01f486171b3c413dd518933556047d3 Mon Sep 17 00:00:00 2001
From 1a6148d3c58ce10520748262be0da5aaf283a3f8 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 28 Jun 2017 23:50:38 +0800
Subject: [PATCH 11/14] vmbus: fix the missed signaling in hv_signal_on_read()

View File

@ -1,4 +1,4 @@
From 61521024303e5db17a02ff1dface2e8bbd09a124 Mon Sep 17 00:00:00 2001
From a277fb91ada318ee1577dfbcbc1f6c2e9c0d9804 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 7 Jul 2017 09:15:29 +0800
Subject: [PATCH 12/14] hv-sock: avoid double FINs if shutdown() is called

View File

@ -1,4 +1,4 @@
From 29f65b5131fc8d4b4d74d53cc920855057b9b264 Mon Sep 17 00:00:00 2001
From 7fc252ce8715b7edfb0847922f55ff3011506603 Mon Sep 17 00:00:00 2001
From: Randy Dodgen <dodgen@google.com>
Date: Thu, 24 Aug 2017 15:26:01 -0400
Subject: [PATCH 13/14] ext4: fix fault handling when mounted with -o dax,ro

View File

@ -1,4 +1,4 @@
From 5f286e341c45142bce526a323cc2ac2a3cafa04e Mon Sep 17 00:00:00 2001
From 349c3d4c65afc5ddec83ab0746d7b9419396b5e1 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 14/14] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB

View File

@ -1,4 +1,4 @@
From b29fe48363585d8c4d96a979d43482a67dd1481f Mon Sep 17 00:00:00 2001
From eeffae14656e233080aa6d7e91bedac5697573d7 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/13] 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.14.1
2.11.1

View File

@ -1,4 +1,4 @@
From 9a4dde19bae9797ea632a414b02f43d27a747cc6 Mon Sep 17 00:00:00 2001
From 3be4800d1233f8a6da45b0b26e18b4aab5868681 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/13] 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.14.1
2.11.1

View File

@ -1,4 +1,4 @@
From 65cc9fceae5c27ea9069c375c5daa7d5e28462ee Mon Sep 17 00:00:00 2001
From e8317241d859e11393a719b80e1023ae182d8d42 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/13] hv_sock: introduce Hyper-V Sockets
@ -1787,5 +1787,5 @@ index 000000000000..331d3759f5cb
+MODULE_DESCRIPTION("Hyper-V Sockets");
+MODULE_LICENSE("Dual BSD/GPL");
--
2.14.1
2.11.1

View File

@ -1,4 +1,4 @@
From 5b76dda785edf1415657f81fe50962635a54b352 Mon Sep 17 00:00:00 2001
From 2ce56ee19a4571830531480284ae7edf5175ebf4 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/13] vmbus: Don't spam the logs with unknown GUIDs
@ -26,5 +26,5 @@ index d8bc4b910192..8df02f3ca0b2 100644
}
--
2.14.1
2.11.1

View File

@ -1,4 +1,4 @@
From d1a4c8e21b750ee6c6c9f28b3498015d65f0a453 Mon Sep 17 00:00:00 2001
From db7efa09d278e83d2cab5cbaa44a8193372ef82a 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/13] Drivers: hv: utils: Fix the mapping between host
@ -44,5 +44,5 @@ index bcd06306f3e8..e7707747f56d 100644
}
--
2.14.1
2.11.1

View File

@ -1,4 +1,4 @@
From d9646498544d50814410b3e9fdaee0ddcd386c07 Mon Sep 17 00:00:00 2001
From c9acbfcd8dbba557f5a40fc14f43517bf2490171 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/13] Drivers: hv: vss: Improve log messages.
@ -101,5 +101,5 @@ index a76e3db0d01f..b1446d51ef45 100644
return 0;
}
--
2.14.1
2.11.1

View File

@ -1,4 +1,4 @@
From 6308212197e4682beb468c40036d846c8cf93dad Mon Sep 17 00:00:00 2001
From 0f643631c5c166818d9fc63ea082d785027a9ec3 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/13] Drivers: hv: vss: Operation timeouts should match host
@ -44,5 +44,5 @@ index b1446d51ef45..4e543dbb731a 100644
rc = hvutil_transport_send(hvt, vss_msg, sizeof(*vss_msg), NULL);
if (rc) {
--
2.14.1
2.11.1

View File

@ -1,4 +1,4 @@
From 3a796dc6d04e0cfff5e1b553ce14434c8991b73a Mon Sep 17 00:00:00 2001
From 8f5a883d54a08445a37f250e8d596f1721980719 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/13] Drivers: hv: vmbus: Use all supported IC versions to
@ -488,5 +488,5 @@ index 489ad74c1e6e..956acfc93487 100644
void hv_event_tasklet_disable(struct vmbus_channel *channel);
void hv_event_tasklet_enable(struct vmbus_channel *channel);
--
2.14.1
2.11.1

View File

@ -1,4 +1,4 @@
From 34379e682d26011f993a2121ed833699eb413873 Mon Sep 17 00:00:00 2001
From 34d1a3e3cb0e79f1c87e0baeac05daa7c55578e3 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/13] Drivers: hv: Log the negotiated IC versions.
@ -114,5 +114,5 @@ index f3797c07be10..89440c2eb346 100644
hb_srv_version & 0xFFFF);
}
--
2.14.1
2.11.1

View File

@ -1,4 +1,4 @@
From 4579acf1773e70b59674bc8ce03abf265d5a05ba Mon Sep 17 00:00:00 2001
From 0fd91b71d003c0073084085502e6a437944190fa 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/13] 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.14.1
2.11.1

View File

@ -1,4 +1,4 @@
From a487d91e06c48b99d8c92835e13a184ced75fe00 Mon Sep 17 00:00:00 2001
From 5052d94e452f9ec0da965d3c7ddbc699714ac3a1 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/13] 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.14.1
2.11.1

View File

@ -1,4 +1,4 @@
From 05f50ab2f943d79d26b2d5ca0db8021699253a08 Mon Sep 17 00:00:00 2001
From 45e38a960999b7fac67366a5166fac4247312dd5 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/13] vmbus: dynamically enqueue/dequeue the channel on
@ -173,5 +173,5 @@ index 956acfc93487..9ee292b28e41 100644
void vmbus_setevent(struct vmbus_channel *channel);
--
2.14.1
2.11.1

View File

@ -1,4 +1,4 @@
From d1ded41ea339dfec68868f2311780aa46390f069 Mon Sep 17 00:00:00 2001
From c0555b07d6fe1414bfcfa6251ce99288b8760ba1 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Thu, 6 Jul 2017 21:37:11 +0000
Subject: [PATCH 13/13] vmbus: fix the missed signaling in hv_signal_on_read()
@ -43,5 +43,5 @@ index 9ee292b28e41..a87757cf277b 100644
return;
--
2.14.1
2.11.1