diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2020-05-30 00:40:27 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2020-06-04 10:15:31 -0400 |
commit | 10100ffd5f6584298b72f9fe26f32cf02abfb8b0 (patch) | |
tree | 51a749581d1820e64dabab46d2b3f13d0f3fb125 /net | |
parent | cb17c1b69b175e3f7ae2ef53e384889cdbae5c0d (diff) | |
download | linux-stable-10100ffd5f6584298b72f9fe26f32cf02abfb8b0.tar.gz linux-stable-10100ffd5f6584298b72f9fe26f32cf02abfb8b0.tar.bz2 linux-stable-10100ffd5f6584298b72f9fe26f32cf02abfb8b0.zip |
scsi: hpsa: Get rid of compat_alloc_user_space()
No need for building a native struct on kernel stack, copying it to
userland one, then calling hpsa_ioctl() which copies it back into _another_
instance of the same struct.
Link: https://lore.kernel.org/r/20200529234028.46373-3-viro@ZenIV.linux.org.uk
Acked-by: Don Brace <don.brace@microsemi.com>
Tested-by: Don Brace <don.brace@microsemi.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions