mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-13 15:14:08 +00:00
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:
commit
54d97c2104
@ -15,6 +15,7 @@ CONFIG_NR_CPUS=240
|
||||
|
||||
# For security
|
||||
CONFIG_LEGACY_VSYSCALL_NONE=y
|
||||
CONFIG_SPECULATION_MITIGATIONS=y
|
||||
CONFIG_RETPOLINE=y
|
||||
|
||||
# Boot directly into the uncompressed kernel
|
||||
|
@ -1 +1 @@
|
||||
93
|
||||
94
|
||||
|
@ -153,7 +153,7 @@ assets:
|
||||
kernel:
|
||||
description: "Linux kernel optimised for virtual machines"
|
||||
url: "https://cdn.kernel.org/pub/linux/kernel/v5.x/"
|
||||
version: "v5.15.48"
|
||||
version: "v5.15.63"
|
||||
tdx:
|
||||
description: "Linux kernel that supports TDX"
|
||||
url: "https://github.com/intel/tdx/archive/refs/tags"
|
||||
|
Loading…
Reference in New Issue
Block a user