mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zkey: Update list of kernel modules for initrd
With the recent changes in the pkey kernel module to split it up into sub-modules, as well as the addition to support Secure Execution retrievable secrets, an update to the list of modules to copy to initrd is required. Besides the pkey module itself, all its sub-modules must be copied. Furthermore, sub-module pkey_uv requires the uvdevice modules, so copy this, too. While at it, remove the old drivers zcrypt_cex2a and zcrypt_pcixcc, those are not provided anymore since at least 2 years. Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Acked-by: Steffen Eiden <seiden@linux.ibm.com> Reviewed-by: Harald Freudenberger <freude@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
committed by
Steffen Eiden
parent
81f3845f34
commit
f68d3932c7
@@ -29,7 +29,7 @@ esac
|
||||
. /usr/share/initramfs-tools/hook-functions
|
||||
|
||||
# Add zcrypt modules
|
||||
zdev_modules="pkey paes_s390 zcrypt zcrypt_cex2a zcrypt_cex4 zcrypt_pcixcc"
|
||||
zdev_modules="uvdevice pkey pkey_cca pkey_ep11 pkey_pckmo pkey_uv pkey_sysfs paes_s390 zcrypt zcrypt_cex4"
|
||||
|
||||
for x in $zdev_modules ; do
|
||||
manual_add_modules ${x}
|
||||
|
||||
Reference in New Issue
Block a user