mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00:00
kernel: Ignore CONFIG_SPECULATION_MITIGATIONS for older kernels
TDX kernel is based on a kernel version which doesn't have the CONFIG_SPECULATION_MITIGATIONS option. Having this in the allow list for missing configs avoids a breakage in the TDX CI. Fixes: #4998 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
ddc94e00b0
commit
0a6f0174f5
@ -15,3 +15,4 @@ CONFIG_NF_LOG_COMMON
|
|||||||
CONFIG_MANDATORY_FILE_LOCKING
|
CONFIG_MANDATORY_FILE_LOCKING
|
||||||
CONFIG_ARM64_UAO
|
CONFIG_ARM64_UAO
|
||||||
CONFIG_VFIO_MDEV_DEVICE
|
CONFIG_VFIO_MDEV_DEVICE
|
||||||
|
CONFIG_SPECULATION_MITIGATIONS
|
||||||
|
@ -1 +1 @@
|
|||||||
95
|
96
|
||||||
|
Loading…
Reference in New Issue
Block a user