Hi Thorsten, On Tue, Sep 02, 2025 at 10:10:42AM +0200, Thorsten Blum wrote: > Replace kmalloc() followed by copy_from_user() with memdup_user() to > improve and simplify set_context_image(), and to silence the following > Coccinelle/coccicheck warning reported by memdup_user.cocci: > > WARNING opportunity for memdup_user > > No functional changes intended. > > Signed-off-by: Thorsten Blum <[email protected]>
Reviewed-by: Andi Shyti <[email protected]> Thanks, Andi
