X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=blobdiff_plain;f=crypto%2Fcrypto_user.c;h=237f3795cfaaa1f988fadf5b07eefe3c44609091;hp=d94d99ffe8b9b6cecf2c8348241ea17738e9b457;hb=523e13455ec9ec4457a5a1d24ff7132949742b70;hpb=4614e0cc66a8ea1d163efc364ba743424dee5c0a diff --git a/crypto/crypto_user.c b/crypto/crypto_user.c index d94d99ffe8b9..237f3795cfaa 100644 --- a/crypto/crypto_user.c +++ b/crypto/crypto_user.c @@ -375,7 +375,7 @@ static struct crypto_alg *crypto_user_skcipher_alg(const char *name, u32 type, err = PTR_ERR(alg); if (err != -EAGAIN) break; - if (signal_pending(current)) { + if (fatal_signal_pending(current)) { err = -EINTR; break; }