mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 17:41:29 +00:00
5ead051780
There is this call chain:
sec_alg_skcipher_encrypt -> sec_alg_skcipher_crypto ->
sec_alg_alloc_and_calc_split_sizes -> kcalloc
where we call sleeping allocator function even if CRYPTO_TFM_REQ_MAY_SLEEP
was not specified.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Cc: stable@vger.kernel.org # v4.19+
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
sec_algs.c | ||
sec_drv.c | ||
sec_drv.h |