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:
Fabiano Fidêncio 2022-08-31 09:43:32 +02:00
parent b2c6ff0b05
commit 012837260c
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
93 94

View File

@ -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"