kernel/crypto/seqiv.c
.. .. @@ -23,7 +23,7 @@ 23 23 struct aead_request *subreq = aead_request_ctx(req); 24 24 struct crypto_aead *geniv; 25 25 26 - if (err == -EINPROGRESS)26 + if (err == -EINPROGRESS || err == -EBUSY)27 27 return; 28 28 29 29 if (err)