Message ID | 20240810042701.661841-1-shinichiro.kawasaki@wdc.com (mailing list archive) |
---|---|
Headers | show |
Series | scsi: mpi3mr: Fix two bugs in the new buffer allocation code | expand |
On Sat, 10 Aug 2024 13:26:59 +0900, Shin'ichiro Kawasaki wrote: > The commit fc4444941140 ("scsi: mpi3mr: HDB allocation and posting for > hardware and firmware buffers") in the kernel version v6.11-rc1 > triggered an INFO and a WARN. Two patches in this series address them > respectively. > > Shin'ichiro Kawasaki (2): > scsi: mpi3mr: Add missing spin_lock_init() for mrioc->trigger_lock > scsi: mpi3mr: Avoid MAX_PAGE_ORDER WARNING for buffer allocations > > [...] Applied to 6.11/scsi-fixes, thanks! [1/2] scsi: mpi3mr: Add missing spin_lock_init() for mrioc->trigger_lock https://git.kernel.org/mkp/scsi/c/6b9935da2a6b [2/2] scsi: mpi3mr: Avoid MAX_PARE_ORDER WARNING for buffer allocations https://git.kernel.org/mkp/scsi/c/8c6b808c8c2a