]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 17 Aug 2024 17:04:01 +0000 (10:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 17 Aug 2024 17:04:01 +0000 (10:04 -0700)
commitdf6cbc62cc9b3bcf593d13400dd58cd339a0f56d
tree5e477106c1ef7f4a39ebbda64863fb2506297cf7
parentd09840f8b362d16a0722d300a6c7c8cca626e628
parent8c6b808c8c2a9de21503944bd6308979410fd812
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "Two small fixes to the mpi3mr driver. One to avoid oversize
  allocations in tracing and the other to fix an uninitialized spinlock
  in the user to driver feature request code (used to trigger dumps and
  the like)"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: mpi3mr: Avoid MAX_PAGE_ORDER WARNING for buffer allocations
  scsi: mpi3mr: Add missing spin_lock_init() for mrioc->trigger_lock