Re: [PATCH] crypto: arm64/aes-neonbs: transition to kmalloc_obj()

From: Eric Biggers

Date: Mon Aug 31 2026 - 16:51:02 EST


On Sun, Aug 30, 2026 at 12:17:14PM +0200, Manuel Ebner wrote:
> Convert to type aware allocation as suggested in commit 2932ba8d9c99
> ("slab: Introduce kmalloc_obj() and family")
>
> CC: Kees Cook <kees@xxxxxxxxxx>
> Fixes: 652a3017c485 ("crypto: arm64/aes-neonbs - Move key expansion off the stack")
> Signed-off-by: Manuel Ebner <manuelebnerli@xxxxxxxxxxx>

Please don't use the Fixes tag for behavior-preserving conversions like
this.

- Eric