Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sg_write()/bsg_write() is not fit to be called under KERNEL_DS
[ Upstream commit 128394e ] 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: Sasha Levin <alexander.levin@verizon.com>
- Loading branch information