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:
Fabiano Fidêncio 2022-08-25 10:51:13 +02:00
parent ddc94e00b0
commit 0a6f0174f5
2 changed files with 2 additions and 1 deletions

View File

@ -15,3 +15,4 @@ CONFIG_NF_LOG_COMMON
CONFIG_MANDATORY_FILE_LOCKING
CONFIG_ARM64_UAO
CONFIG_VFIO_MDEV_DEVICE
CONFIG_SPECULATION_MITIGATIONS

View File

@ -1 +1 @@
95
96