From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 03 Jan 2024 09:43:39 +0000 Subject: [PATCH] update kernel to 5.10.198 --- kernel/crypto/tcrypt.c | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/kernel/crypto/tcrypt.c b/kernel/crypto/tcrypt.c index 8609174..7972d27 100644 --- a/kernel/crypto/tcrypt.c +++ b/kernel/crypto/tcrypt.c @@ -1282,15 +1282,6 @@ goto out_free_tfm; } - - for (i = 0; i < num_mb; ++i) - if (testmgr_alloc_buf(data[i].xbuf)) { - while (i--) - testmgr_free_buf(data[i].xbuf); - goto out_free_tfm; - } - - for (i = 0; i < num_mb; ++i) { data[i].req = skcipher_request_alloc(tfm, GFP_KERNEL); if (!data[i].req) { -- Gitblit v1.6.2