mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +00:00
kernel: Update to 4.14.5/4.9.68/4.4.105
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
66ad02a1fc
commit
6a15459665
@ -171,11 +171,11 @@ endef
|
||||
# Build Targets
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
$(eval $(call kernel,4.14.4,4.14.x,$(EXTRA)))
|
||||
$(eval $(call kernel,4.14.4,4.14.x,-dbg))
|
||||
$(eval $(call kernel,4.9.67,4.9.x,$(EXTRA)))
|
||||
$(eval $(call kernel,4.9.67,4.9.x,-dbg))
|
||||
$(eval $(call kernel,4.4.104,4.4.x,$(EXTRA)))
|
||||
$(eval $(call kernel,4.14.5,4.14.x,$(EXTRA)))
|
||||
$(eval $(call kernel,4.14.5,4.14.x,-dbg))
|
||||
$(eval $(call kernel,4.9.68,4.9.x,$(EXTRA)))
|
||||
$(eval $(call kernel,4.9.68,4.9.x,-dbg))
|
||||
$(eval $(call kernel,4.4.105,4.4.x,$(EXTRA)))
|
||||
|
||||
# Target for kernel config
|
||||
kconfig: | sources
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.14.4 Kernel Configuration
|
||||
# Linux/arm64 4.14.5 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.4 Kernel Configuration
|
||||
# Linux/x86 4.14.5 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.4.104 Kernel Configuration
|
||||
# Linux/arm64 4.4.105 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.4.104 Kernel Configuration
|
||||
# Linux/x86 4.4.105 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.9.67 Kernel Configuration
|
||||
# Linux/arm64 4.9.68 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.9.67 Kernel Configuration
|
||||
# Linux/x86 4.9.68 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 6e55146090474d47fc3f3a2619e44cd5267cf63d Mon Sep 17 00:00:00 2001
|
||||
From 4e3afdbc5f95e088799461835cc36134b088e41f 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 9bbf583a71b6a1440167f1082f839132ebeba3e5 Mon Sep 17 00:00:00 2001
|
||||
From 7605eab25458fdf02c56633ece09ecc6be31331f 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From f0c021bbfe46b2de56265d598adc841144db9701 Mon Sep 17 00:00:00 2001
|
||||
From db04e786855f9e79b85b00f40a681f190c515b33 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From cd8234b912d3261ed97e0a5eb6148ac89b0215a9 Mon Sep 17 00:00:00 2001
|
||||
From 36ef9cf4f7f15bbd319ac421880ef523bf83e9fd 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From e4504f021bbeebf7ceb36e39b1fcd2edbbf7de9b Mon Sep 17 00:00:00 2001
|
||||
From 2c11b48a4f86a39c61e38f9d2b2b5a753e9dace0 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 170fa6f98adb45a3f8cf3fce9bab2515a2a05fa0 Mon Sep 17 00:00:00 2001
|
||||
From bfd0f79cc50e075c89cdc3420403ba04dc849e5a 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b0feab16b6f7084c07edab37296ec9ef9079ec0d Mon Sep 17 00:00:00 2001
|
||||
From 63d9805868f78180491bc9cb1f4eb1ba1ef0526f 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.
|
||||
|
@ -1,4 +1,4 @@
|
||||
From edf8b19346fab6dd3e3a14b71e6ea770f516b996 Mon Sep 17 00:00:00 2001
|
||||
From 68d74c3e6cbd3e7f1fa96c1f24fcfd9c969b614a 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 43e7f99e2da49f57c40409690eab9e4c985c4588 Mon Sep 17 00:00:00 2001
|
||||
From d0e09c64a24001ecba3ab1be934e8145a33c47df 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b8045255345236eecb35dd8a451dfe546ebb8f44 Mon Sep 17 00:00:00 2001
|
||||
From a4ec835c611a8f0620cdc43fecd7325636afaecd 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.
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 374e5a51ad07d7a6c7ad03f58f623b24ffe52959 Mon Sep 17 00:00:00 2001
|
||||
From a9f0158f4cd889439e3a096e0323f6f4be38e339 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 9d933af72768b076fe8835e0c4cac175f6a69aa4 Mon Sep 17 00:00:00 2001
|
||||
From 772978acb70bceff19a4e67b1dd36c8a922b7c7c 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 3abcd7a7acc2b9af02d66826a39bbb16f07b3ffb Mon Sep 17 00:00:00 2001
|
||||
From 13ecdcae3bb047b1b8099dfe9ae2fd1aee988ec3 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
|
||||
|
Loading…
Reference in New Issue
Block a user