On Tue, 11 May 2021 03:04:37 +0000, Matt Wang wrote: > Commit 391e2f25601e ("BusLogic: Port driver to 64-bit") in Buslogic > driver introduced a serious issue for 64-bit systems. With this > commit, 64-bit kernel will enumerate 8*15 non-existing disks. This > is caused by the broken CCB structure. The change from u32 data to > void *data increased CCB length on 64-bit system, which introduced > an extra 4 byte offset of the CDB. This leads to incorrect response > to INQUIRY commands during enumeration. > > [...] Applied to 5.13/scsi-fixes, thanks! [1/1] scsi: BusLogic: Fix 64-bit system enumeration error for Buslogic https://git.kernel.org/mkp/scsi/c/56f396146af2 -- Martin K. Petersen Oracle Linux Engineering