]> git.baikalelectronics.ru Git - kernel.git/commit
s390/zcrypt: fix broken zcrypt_send_cprb in-kernel api function
authorHarald Freudenberger <freude@linux.ibm.com>
Fri, 12 Oct 2018 06:35:24 +0000 (08:35 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 15 Oct 2018 10:16:57 +0000 (12:16 +0200)
commita067c0e1ec78277aee392cdc0b02ccb9e5d6f1bc
tree6cfe5a2d6bec8e5ed3856e89fe66cada78f01709
parent66f31acc467303094dac2b798bf50e7c970f1232
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>
drivers/s390/crypto/zcrypt_api.c