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 <thorsten.b...@linux.dev>
Reviewed-by: Andi Shyti <andi.sh...@linux.intel.com> Thanks, Andi