mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 18:41:37 +00:00
kernel: Update to 4.14.3/4.9.66/4.4.103
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
e7960ee0df
commit
3ed38c59f4
@ -171,11 +171,11 @@ endef
|
|||||||
# Build Targets
|
# Build Targets
|
||||||
# Debug targets only for latest stable and LTS stable
|
# Debug targets only for latest stable and LTS stable
|
||||||
#
|
#
|
||||||
$(eval $(call kernel,4.14.2,4.14.x,$(EXTRA)))
|
$(eval $(call kernel,4.14.3,4.14.x,$(EXTRA)))
|
||||||
$(eval $(call kernel,4.14.2,4.14.x,-dbg))
|
$(eval $(call kernel,4.14.3,4.14.x,-dbg))
|
||||||
$(eval $(call kernel,4.9.65,4.9.x,$(EXTRA)))
|
$(eval $(call kernel,4.9.66,4.9.x,$(EXTRA)))
|
||||||
$(eval $(call kernel,4.9.65,4.9.x,-dbg))
|
$(eval $(call kernel,4.9.66,4.9.x,-dbg))
|
||||||
$(eval $(call kernel,4.4.102,4.4.x,$(EXTRA)))
|
$(eval $(call kernel,4.4.103,4.4.x,$(EXTRA)))
|
||||||
|
|
||||||
# Target for kernel config
|
# Target for kernel config
|
||||||
kconfig: | sources
|
kconfig: | sources
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm64 4.14.2 Kernel Configuration
|
# Linux/arm64 4.14.3 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM64=y
|
CONFIG_ARM64=y
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.14.2 Kernel Configuration
|
# Linux/x86 4.14.3 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm64 4.4.102 Kernel Configuration
|
# Linux/arm64 4.4.103 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM64=y
|
CONFIG_ARM64=y
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.4.102 Kernel Configuration
|
# Linux/x86 4.4.103 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm64 4.9.65 Kernel Configuration
|
# Linux/arm64 4.9.66 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM64=y
|
CONFIG_ARM64=y
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.9.65 Kernel Configuration
|
# Linux/x86 4.9.66 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 8874cb6a9fb80c3b0f35116362484a014b1042b2 Mon Sep 17 00:00:00 2001
|
From 35ef9254b0c4cfb8d1ca108ae114c49b7b9c0b2b Mon Sep 17 00:00:00 2001
|
||||||
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
||||||
Date: Thu, 2 Mar 2017 12:55:49 -0300
|
Date: Thu, 2 Mar 2017 12:55:49 -0300
|
||||||
Subject: [PATCH 01/12] tools build: Add test for sched_getcpu()
|
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);
|
int is_printable_array(char *p, unsigned int len);
|
||||||
--
|
--
|
||||||
2.14.1
|
2.15.0
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 18014c91387a34dd5b15e87825902c5d4315ed77 Mon Sep 17 00:00:00 2001
|
From 90fc913acdd81b67d7b367a3c0cfc4885b72e1f3 Mon Sep 17 00:00:00 2001
|
||||||
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
||||||
Date: Thu, 13 Oct 2016 17:12:35 -0300
|
Date: Thu, 13 Oct 2016 17:12:35 -0300
|
||||||
Subject: [PATCH 02/12] perf jit: Avoid returning garbage for a ret variable
|
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))) {
|
while ((jr = jit_get_next_entry(jd))) {
|
||||||
switch(jr->prefix.id) {
|
switch(jr->prefix.id) {
|
||||||
--
|
--
|
||||||
2.14.1
|
2.15.0
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 33f928dd406c2a42937be110b3390de98586a4ad Mon Sep 17 00:00:00 2001
|
From a4b5046bf47f507bf514154444f49b20cb434ea5 Mon Sep 17 00:00:00 2001
|
||||||
From: Dexuan Cui <decui@microsoft.com>
|
From: Dexuan Cui <decui@microsoft.com>
|
||||||
Date: Sat, 23 Jul 2016 01:35:51 +0000
|
Date: Sat, 23 Jul 2016 01:35:51 +0000
|
||||||
Subject: [PATCH 03/12] hv_sock: introduce Hyper-V Sockets
|
Subject: [PATCH 03/12] hv_sock: introduce Hyper-V Sockets
|
||||||
@ -1787,5 +1787,5 @@ index 000000000000..331d3759f5cb
|
|||||||
+MODULE_DESCRIPTION("Hyper-V Sockets");
|
+MODULE_DESCRIPTION("Hyper-V Sockets");
|
||||||
+MODULE_LICENSE("Dual BSD/GPL");
|
+MODULE_LICENSE("Dual BSD/GPL");
|
||||||
--
|
--
|
||||||
2.14.1
|
2.15.0
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From d61670ca6b66ec890d2268ac50cf29494456562e Mon Sep 17 00:00:00 2001
|
From ead831c3415e24149a5d871911f8b25895a908ff Mon Sep 17 00:00:00 2001
|
||||||
From: Rolf Neugebauer <rolf.neugebauer@gmail.com>
|
From: Rolf Neugebauer <rolf.neugebauer@gmail.com>
|
||||||
Date: Mon, 23 May 2016 18:55:45 +0100
|
Date: Mon, 23 May 2016 18:55:45 +0100
|
||||||
Subject: [PATCH 04/12] vmbus: Don't spam the logs with unknown GUIDs
|
Subject: [PATCH 04/12] vmbus: Don't spam the logs with unknown GUIDs
|
||||||
@ -26,5 +26,5 @@ index d8bc4b910192..8df02f3ca0b2 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
--
|
--
|
||||||
2.14.1
|
2.15.0
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 11863c7c35e5c1d1b104ee92117b52bc26a60b1b Mon Sep 17 00:00:00 2001
|
From 70b74738d9b75517ce4ff02aa390e10bea72afa1 Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sun, 6 Nov 2016 13:14:07 -0800
|
Date: Sun, 6 Nov 2016 13:14:07 -0800
|
||||||
Subject: [PATCH 05/12] Drivers: hv: utils: Fix the mapping between host
|
Subject: [PATCH 05/12] Drivers: hv: utils: Fix the mapping between host
|
||||||
@ -44,5 +44,5 @@ index bcd06306f3e8..e7707747f56d 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
--
|
--
|
||||||
2.14.1
|
2.15.0
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From bdca678b6c34474508418c7821f1ff3fbb40ba72 Mon Sep 17 00:00:00 2001
|
From b14ddee6415c3b0ecae19e5c52bb1865b7d6980f Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sun, 6 Nov 2016 13:14:10 -0800
|
Date: Sun, 6 Nov 2016 13:14:10 -0800
|
||||||
Subject: [PATCH 06/12] Drivers: hv: vss: Improve log messages.
|
Subject: [PATCH 06/12] Drivers: hv: vss: Improve log messages.
|
||||||
@ -101,5 +101,5 @@ index a76e3db0d01f..b1446d51ef45 100644
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
--
|
--
|
||||||
2.14.1
|
2.15.0
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 9c892205867bf4a2f0864b3bd2a1ee4ad998687b Mon Sep 17 00:00:00 2001
|
From a93030d11246445ebafbb1ac965bb4cfc160b71e Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sun, 6 Nov 2016 13:14:11 -0800
|
Date: Sun, 6 Nov 2016 13:14:11 -0800
|
||||||
Subject: [PATCH 07/12] Drivers: hv: vss: Operation timeouts should match host
|
Subject: [PATCH 07/12] 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);
|
rc = hvutil_transport_send(hvt, vss_msg, sizeof(*vss_msg), NULL);
|
||||||
if (rc) {
|
if (rc) {
|
||||||
--
|
--
|
||||||
2.14.1
|
2.15.0
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 5a4f20802d0f475698471f29b5f4960f1e9b05e7 Mon Sep 17 00:00:00 2001
|
From bed22e1348f22c79b9f95172418ba0704cdce6a5 Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sat, 28 Jan 2017 12:37:17 -0700
|
Date: Sat, 28 Jan 2017 12:37:17 -0700
|
||||||
Subject: [PATCH 08/12] Drivers: hv: vmbus: Use all supported IC versions to
|
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_disable(struct vmbus_channel *channel);
|
||||||
void hv_event_tasklet_enable(struct vmbus_channel *channel);
|
void hv_event_tasklet_enable(struct vmbus_channel *channel);
|
||||||
--
|
--
|
||||||
2.14.1
|
2.15.0
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 9ac021a4572ab271472edf4cde945fb49f986483 Mon Sep 17 00:00:00 2001
|
From 8fd6b628c6022656ae2fb02dc68445fedcf54ccd Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sat, 28 Jan 2017 12:37:18 -0700
|
Date: Sat, 28 Jan 2017 12:37:18 -0700
|
||||||
Subject: [PATCH 09/12] Drivers: hv: Log the negotiated IC versions.
|
Subject: [PATCH 09/12] Drivers: hv: Log the negotiated IC versions.
|
||||||
@ -114,5 +114,5 @@ index f3797c07be10..89440c2eb346 100644
|
|||||||
hb_srv_version & 0xFFFF);
|
hb_srv_version & 0xFFFF);
|
||||||
}
|
}
|
||||||
--
|
--
|
||||||
2.14.1
|
2.15.0
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 100b9780c23acdaf54432391960a6ea914da505a Mon Sep 17 00:00:00 2001
|
From 6cd38bb68454303af6e7f38a4e4d91675b3b2708 Mon Sep 17 00:00:00 2001
|
||||||
From: Dexuan Cui <decui@microsoft.com>
|
From: Dexuan Cui <decui@microsoft.com>
|
||||||
Date: Sun, 26 Mar 2017 16:42:20 +0800
|
Date: Sun, 26 Mar 2017 16:42:20 +0800
|
||||||
Subject: [PATCH 10/12] vmbus: fix missed ring events on boot
|
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)
|
void hv_process_channel_removal(struct vmbus_channel *channel, u32 relid)
|
||||||
--
|
--
|
||||||
2.14.1
|
2.15.0
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 72315ab9c95e4ca0fe1eec19cccf14a8e941a252 Mon Sep 17 00:00:00 2001
|
From 16b7ee65a4962f5c7f62868f2b9163f4ad73324e Mon Sep 17 00:00:00 2001
|
||||||
From: Dexuan Cui <decui@microsoft.com>
|
From: Dexuan Cui <decui@microsoft.com>
|
||||||
Date: Wed, 29 Mar 2017 18:37:10 +0800
|
Date: Wed, 29 Mar 2017 18:37:10 +0800
|
||||||
Subject: [PATCH 11/12] vmbus: remove "goto error_clean_msglist" in
|
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);
|
vmbus_teardown_gpadl(newchannel, newchannel->ringbuffer_gpadlhandle);
|
||||||
kfree(open_info);
|
kfree(open_info);
|
||||||
--
|
--
|
||||||
2.14.1
|
2.15.0
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From da6fedd18c446840102599d1b722aa87c18b0b5e Mon Sep 17 00:00:00 2001
|
From ff1dc8b45d014829cbafe74e1457c9561ff4ddd8 Mon Sep 17 00:00:00 2001
|
||||||
From: Dexuan Cui <decui@microsoft.com>
|
From: Dexuan Cui <decui@microsoft.com>
|
||||||
Date: Fri, 24 Mar 2017 20:53:18 +0800
|
Date: Fri, 24 Mar 2017 20:53:18 +0800
|
||||||
Subject: [PATCH 12/12] vmbus: dynamically enqueue/dequeue the channel on
|
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);
|
void vmbus_setevent(struct vmbus_channel *channel);
|
||||||
--
|
--
|
||||||
2.14.1
|
2.15.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user