Home
last modified time | relevance | path

Searched hist:bf9f31190aa176c43c15cf58b60818d325e0f851 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/s390/crypto/
H A Dzcrypt_error.hdiff bf9f31190aa176c43c15cf58b60818d325e0f851 Fri Nov 25 11:50:16 CET 2016 Harald Freudenberger <freude@linux.vnet.ibm.com> s390/zcrypt: Improved invalid domain response handling.

Add defines and switch case code to handle the two invalid
domain response codes better. Until now these two response
codes are handled via default resulting in -EAGAIN and
switching the processed queue to offline. So this kind of
malformed request bounced through all suitable queues and
switched them off. Now this kind of malformed request is
just rejected with EINVAL without switching off the queue.

Signed-off-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>