Merge pull request #5052 from fidencio/topic/stable-2.5-update-kernel-before-release

stable-2.5 | versions: Update kernel to 5.15.63
This commit is contained in:
Archana Shinde 2022-09-01 09:11:06 +05:30 committed by GitHub
commit 54d97c2104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"