summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorRanjan Kumar <ranjan.kumar@broadcom.com>2024-11-11 01:14:01 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-01-02 10:34:19 +0100
commitb8ed09e397f8e4277c26ca0dfea3f78b72244557 (patch)
tree3823b2558830394cbb798f60b20971ba9a55643b /scripts/objdiff
parent4524a8d175f03917d57a92853b45af0caa412305 (diff)
downloadlinux-b8ed09e397f8e4277c26ca0dfea3f78b72244557.tar.gz
linux-b8ed09e397f8e4277c26ca0dfea3f78b72244557.tar.bz2
linux-b8ed09e397f8e4277c26ca0dfea3f78b72244557.zip
scsi: mpi3mr: Synchronize access to ioctl data buffer
[ Upstream commit 367ac16e5ff2dcd6b7f00a8f94e6ba98875cb397 ] The driver serializes ioctls through a mutex lock but access to the ioctl data buffer is not guarded by the mutex. This results in multiple user threads being able to write to the driver's ioctl buffer simultaneously. Protect the ioctl buffer with the ioctl mutex. Signed-off-by: Sumit Saxena <sumit.saxena@broadcom.com> Signed-off-by: Ranjan Kumar <ranjan.kumar@broadcom.com> Link: https://lore.kernel.org/r/20241110194405.10108-2-ranjan.kumar@broadcom.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions