Re: [PATCH] drivers/video/fbdev: use new array-copying-wrapper

2023-11-05 Thread Helge Deller
On 11/2/23 20:24, Philipp Stanner wrote: viafbdev.c utilizes memdup_user() to copy an array from userspace. There is a new wrapper, specifically designed for copying arrays. Use this one instead. Suggested-by: Dave Airlie Signed-off-by: Philipp Stanner applied. Thanks! Helge --- drive

[PATCH] drivers/video/fbdev: use new array-copying-wrapper

2023-11-02 Thread Philipp Stanner
viafbdev.c utilizes memdup_user() to copy an array from userspace. There is a new wrapper, specifically designed for copying arrays. Use this one instead. Suggested-by: Dave Airlie Signed-off-by: Philipp Stanner --- drivers/video/fbdev/via/viafbdev.c | 2 +- 1 file changed, 1 insertion(+), 1 d