summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorRanjan Kumar <ranjan.kumar@broadcom.com>2024-11-11 01:14:01 +0530
committerMartin K. Petersen <martin.petersen@oracle.com>2024-12-04 12:21:05 -0500
commit367ac16e5ff2dcd6b7f00a8f94e6ba98875cb397 (patch)
tree2c2b71a190fe7c747447ad6c9c22f1a1d704e510 /scripts/patch-kernel
parent6050471545eecec214ca9ceb38a63e98e9003338 (diff)
downloadkernel-367ac16e5ff2dcd6b7f00a8f94e6ba98875cb397.tar.gz
scsi: mpi3mr: Synchronize access to ioctl data buffer
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>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
while collecting firmware dumpManish Chopra 2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin 2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya 2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)