]> Git Repo - linux.git/commit
s390/zcrypt: Use EBUSY to indicate temp unavailability
authorHarald Freudenberger <[email protected]>
Thu, 25 Apr 2024 14:22:51 +0000 (16:22 +0200)
committerAlexander Gordeev <[email protected]>
Wed, 1 May 2024 09:52:54 +0000 (11:52 +0200)
commitda5658320bc962634c36ece6052c5a543493e3cf
treec9c8f01d19054058b7567b9def5adb35815519ba
parentc0e983b697f45f5e413b00c94037e56b7870cfcd
s390/zcrypt: Use EBUSY to indicate temp unavailability

Use -EBUSY instead of -EAGAIN in zcrypt_ccamisc.c
in cases where the CCA card returns 8/2290 to indicate
a temporarily unavailability of this function.

Fixes: ed6776c96c60 ("s390/crypto: remove retry loop with sleep from PAES pkey invocation")
Signed-off-by: Harald Freudenberger <[email protected]>
Reviewed-by: Ingo Franzki <[email protected]>
Reviewed-by: Holger Dengler <[email protected]>
Signed-off-by: Alexander Gordeev <[email protected]>
drivers/s390/crypto/zcrypt_ccamisc.c
This page took 0.052824 seconds and 4 git commands to generate.