mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 06:08:22 +00:00
s390/zcrypt: fix broken zcrypt_send_cprb in-kernel api function
With the new multi zcrypt device node support there came in a code rework which broke the in-kernel api function zcrypt_send_cprb(). This function is used by the pkey kernel module and as an effect, transforming a secure key into a protected key did not work any more. Signed-off-by: Harald Freudenberger <freude@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
5eaf436e0e
commit
9434f5d3be
1 changed files with 1 additions and 1 deletions
|
@ -893,7 +893,7 @@ out:
|
|||
|
||||
long zcrypt_send_cprb(struct ica_xcRB *xcRB)
|
||||
{
|
||||
return _zcrypt_send_cprb(NULL, xcRB);
|
||||
return _zcrypt_send_cprb(&ap_perms, xcRB);
|
||||
}
|
||||
EXPORT_SYMBOL(zcrypt_send_cprb);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue