hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/crypto/seqiv.c
....@@ -23,7 +23,7 @@
2323 struct aead_request *subreq = aead_request_ctx(req);
2424 struct crypto_aead *geniv;
2525
26
- if (err == -EINPROGRESS)
26
+ if (err == -EINPROGRESS || err == -EBUSY)
2727 return;
2828
2929 if (err)