1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-09 00:47:30 +00:00

kernel: Adjust s390x config for confidential containers

`CONFIG_TN3270_TTY` and `CONFIG_S390_AP_IOMMU` are dropped for s390x
in 6.7.x which is used for a confidential kernel.
But they are still used for a vanilla kernel. So we need to add them
to the whitelist.

Fixes: 

Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
Hyounggyu Choi 2024-04-15 10:28:59 +02:00
parent 32f58abfde
commit a792dc3e2b
2 changed files with 3 additions and 1 deletions
tools/packaging/kernel

View File

@ -27,3 +27,5 @@ CONFIG_SPECULATION_MITIGATIONS
CONFIG_X86_SGX
CONFIG_VIRTIO_IOMMU
CONFIG_CRYPTO_ECDSA
CONFIG_TN3270_TTY
CONFIG_S390_AP_IOMMU

View File

@ -1 +1 @@
127
128