mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 08:47:56 +00:00
versions: Update kernel to 5.15.63
Let's ensure we have the latest longterm maintained kernel as part of our release. This brings in `CONFIG_SPECULATION_MITIGATIONS=y`. Fixes: #5051 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
b2c6ff0b05
commit
012837260c
@ -15,6 +15,7 @@ CONFIG_NR_CPUS=240
|
|||||||
|
|
||||||
# For security
|
# For security
|
||||||
CONFIG_LEGACY_VSYSCALL_NONE=y
|
CONFIG_LEGACY_VSYSCALL_NONE=y
|
||||||
|
CONFIG_SPECULATION_MITIGATIONS=y
|
||||||
CONFIG_RETPOLINE=y
|
CONFIG_RETPOLINE=y
|
||||||
|
|
||||||
# Boot directly into the uncompressed kernel
|
# Boot directly into the uncompressed kernel
|
||||||
|
@ -1 +1 @@
|
|||||||
93
|
94
|
||||||
|
@ -153,7 +153,7 @@ assets:
|
|||||||
kernel:
|
kernel:
|
||||||
description: "Linux kernel optimised for virtual machines"
|
description: "Linux kernel optimised for virtual machines"
|
||||||
url: "https://cdn.kernel.org/pub/linux/kernel/v5.x/"
|
url: "https://cdn.kernel.org/pub/linux/kernel/v5.x/"
|
||||||
version: "v5.15.48"
|
version: "v5.15.63"
|
||||||
tdx:
|
tdx:
|
||||||
description: "Linux kernel that supports TDX"
|
description: "Linux kernel that supports TDX"
|
||||||
url: "https://github.com/intel/tdx/archive/refs/tags"
|
url: "https://github.com/intel/tdx/archive/refs/tags"
|
||||||
|
Loading…
Reference in New Issue
Block a user