s390/zcrypt: change reply buffer size offering
authorHarald Freudenberger <freude@linux.ibm.com>
Tue, 23 Nov 2021 15:02:47 +0000 (16:02 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 7 Mar 2022 23:33:00 +0000 (00:33 +0100)
commit252a1ff777639ad13978a614f2cde1f0c43a7c2f
tree242fd78199146bbba1f15c1db008854a567b9f78
parent383366b58016361cc8a2e4c585b7d581eb76263a
s390/zcrypt: change reply buffer size offering

Instead of offering the user space given receive buffer size to
the crypto card firmware as limit for the reply message offer
the internal per queue reply buffer size. As the queue's reply
buffer is always adjusted to the max message size possible for
this card this may offer more buffer space. However, now it is
important to check the user space reply buffer on pushing back
the reply. If the reply does not fit into the user space provided
buffer the ioctl will fail with errno EMSGSIZE.

Signed-off-by: Harald Freudenberger <freude@linux.ibm.com>
Reviewed-by: Jürgen Christ <jchrist@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
drivers/s390/crypto/zcrypt_msgtype6.c