Files
i2som-imx-linux/block
Al Viro e30250c95b sg_write()/bsg_write() is not fit to be called under KERNEL_DS
commit a0ac402cfc upstream.

Both damn things interpret userland pointers embedded into the payload;
worse, they are actually traversing those.  Leaving aside the bad
API design, this is very much _not_ safe to call with KERNEL_DS.
Bail out early if that happens.

Cc: stable@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2017-02-23 03:51:06 +00:00
..
2012-08-02 14:37:54 +01:00
2012-08-02 14:37:54 +01:00
2016-11-20 01:01:30 +00:00