mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
kernel: Update to 4.14.9/4.9.72/4.4.108
This contains the fixes to the eBPF verifier which allowed privilege escalation in 4.9 and 4.14 kernels. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
e140ab4acc
commit
dfb1982c65
@ -204,11 +204,11 @@ endef
|
||||
# Build Targets
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
$(eval $(call kernel,4.14.8,4.14.x,$(EXTRA)))
|
||||
$(eval $(call kernel,4.14.8,4.14.x,-dbg))
|
||||
$(eval $(call kernel,4.9.71,4.9.x,$(EXTRA)))
|
||||
$(eval $(call kernel,4.9.71,4.9.x,-dbg))
|
||||
$(eval $(call kernel,4.4.107,4.4.x,$(EXTRA)))
|
||||
$(eval $(call kernel,4.14.9,4.14.x,$(EXTRA)))
|
||||
$(eval $(call kernel,4.14.9,4.14.x,-dbg))
|
||||
$(eval $(call kernel,4.9.72,4.9.x,$(EXTRA)))
|
||||
$(eval $(call kernel,4.9.72,4.9.x,-dbg))
|
||||
$(eval $(call kernel,4.4.108,4.4.x,$(EXTRA)))
|
||||
|
||||
# Target for kernel config
|
||||
kconfig: | sources
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.14.8 Kernel Configuration
|
||||
# Linux/arm64 4.14.9 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.8 Kernel Configuration
|
||||
# Linux/x86 4.14.9 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.4.107 Kernel Configuration
|
||||
# Linux/arm64 4.4.108 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.4.107 Kernel Configuration
|
||||
# Linux/x86 4.4.108 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.9.71 Kernel Configuration
|
||||
# Linux/arm64 4.9.72 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.9.71 Kernel Configuration
|
||||
# Linux/x86 4.9.72 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,4 +1,4 @@
|
||||
From d81d8b133b53f898629854ca738dba758d9da25e Mon Sep 17 00:00:00 2001
|
||||
From c0606d168ec1c9af31627e3ea015e599e457c6af 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 32594d25b2302b5a5bdb3d8c1619f79d0cb1ffe2 Mon Sep 17 00:00:00 2001
|
||||
From c9dbe016fbccd96b06cc1c2f3dd770d48f83e74f 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 3edb8c07d2bfe6880a4f2f47ad01a49d3ddfc43c Mon Sep 17 00:00:00 2001
|
||||
From 510d61e38ddcce25c536d0a370f5d48febfee999 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 a3b78a378b0fc8e8c0bfbadd29d82e42c52d8985 Mon Sep 17 00:00:00 2001
|
||||
From fdcb520874a732fb3e3cf687d4b3ac4e7e1d8d14 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 e698b624c986d34bf0eac51f46184c0ddc0157d1 Mon Sep 17 00:00:00 2001
|
||||
From c20ae25050f32ebd0a03498154597a1410d16b30 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 a153535809e046b345e92cb8d89f9035ab52cfab Mon Sep 17 00:00:00 2001
|
||||
From 1d82474b814b0ce7d784dfdd75798a8e058ce06a 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 081ef9a996c8f6024d474881da9f2a2359bd80cc Mon Sep 17 00:00:00 2001
|
||||
From 6403a3c97ce40d1ad9e3107a54378399f077b1eb 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 5371f45540aeac631924e9bab7d6495208f50786 Mon Sep 17 00:00:00 2001
|
||||
From b67551aab501656028b900a77e246463a2fee988 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 54fe1ea197bb6d2790792a90f8e8147056536d13 Mon Sep 17 00:00:00 2001
|
||||
From 60de5664e76c4e7fe593c9a9386c776be101899b 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 d9d31a33ca6d4b7680af0b2fa864460fa744077a Mon Sep 17 00:00:00 2001
|
||||
From e72a9a9a2a09598a7af546942e91f366677da501 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 c5e60faa9376ce0ca54cbbe0f4e979b31d40fe85 Mon Sep 17 00:00:00 2001
|
||||
From b2e2592e5af9bcee08fb1ddec220d18706f22e17 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 3f509ad6cb3d8a128bab8d9b048cdbbc51c2565e Mon Sep 17 00:00:00 2001
|
||||
From 35493074be67fc0761e9120834e55729a119dec3 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 f485fbcfe0eae520e92f162dbf9132511b47cfa9 Mon Sep 17 00:00:00 2001
|
||||
From 397d94fb251c1a5fad29f5f018b3aa26fa0753d6 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