Re: [PATCH 1/2] accel/qaic: Replace kzalloc + copy_from_user with memdup_user

From: Jeff Hugo

Date: Mon Oct 06 2025 - 16:14:42 EST


On 9/17/2025 6:48 AM, Thorsten Blum wrote:
Replace kzalloc() followed by copy_from_user() with memdup_user() to
improve and simplify qaic_attach_slice_bo_ioctl().

No functional changes intended.

Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>

Applied to drm-misc-next.

-Jeff