]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 8 Nov 2024 19:56:27 +0000 (09:56 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 8 Nov 2024 19:56:27 +0000 (09:56 -1000)
commitc291c9cfd76a8fb92ef3d66567e507009236ce90
tree6e5d830406cd9db8de61d0e83536f8b3ebeed4f3
parent952a33dc08cefde50540cc82abaa2e09f37ef540
parent54c814c8b23bc7617be3d46abdb896937695dbfa
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, the drivers one in ufs simply delays running a work
  queue and the generic one in zoned storage switches to a more correct
  API that tries the standard buddy allocator first (for small
  allocations); this fixes an allocation problem with small allocations
  seen under memory pressure"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: ufs: core: Start the RTC update work later
  scsi: sd_zbc: Use kvzalloc() to allocate REPORT ZONES buffer
drivers/scsi/sd_zbc.c
drivers/ufs/core/ufshcd.c