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: #9465 Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
parent
32f58abfde
commit
a792dc3e2b
tools/packaging/kernel
@ -27,3 +27,5 @@ CONFIG_SPECULATION_MITIGATIONS
|
||||
CONFIG_X86_SGX
|
||||
CONFIG_VIRTIO_IOMMU
|
||||
CONFIG_CRYPTO_ECDSA
|
||||
CONFIG_TN3270_TTY
|
||||
CONFIG_S390_AP_IOMMU
|
||||
|
@ -1 +1 @@
|
||||
127
|
||||
128
|
||||
|
Loading…
Reference in New Issue
Block a user