Re: [PATCH 12/20] omapfb: get rid of pointless access_ok() calls

2020-05-14 Thread Bartlomiej Zolnierkiewicz
On 5/10/20 1:45 AM, Al Viro wrote: > From: Al Viro > > address is passed only to copy_to_user() > > Signed-off-by: Al Viro Acked-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics > --- >

[PATCH 12/20] omapfb: get rid of pointless access_ok() calls

2020-05-09 Thread Al Viro
From: Al Viro address is passed only to copy_to_user() Signed-off-by: Al Viro --- drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c b/drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c index