]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: talitos - allocate channels with main struct
authorRosen Penev <rosenp@gmail.com>
Wed, 6 May 2026 08:56:53 +0000 (01:56 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 15 May 2026 10:08:47 +0000 (18:08 +0800)
commit24818f77603b3fcb7f3da5802b28bcc5ac7604aa
tree3373ab0f590cbd7e4f3022425e9c39c1e6de18fa
parentbd13e630f9d03510012f1a530f08e9cf533e946a
crypto: talitos - allocate channels with main struct

Use a flexible array member to combine allocations.

Add __counted_by for extra runtime analysis.

Error in case of no channels as they are required.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/talitos.c
drivers/crypto/talitos.h