On 2014-07-28 at 09:58:12 +0200, Anil Belur <[email protected]> wrote:
> From: Anil Belur <[email protected]>
> 
> - private_ioctl() the internally calls copy_{to,from}_user() and does
>   not use '__user' while refrencing user space pointers.
> - this patch passes __user annotation as a cast, when the pointer is
>  being refernced.

Wouldn't it be better to annotate the data member in struct tagSCmdRequest
with __user instead of introducing all these casts?
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to