-----Original Message----- From: Sergei Trofimovich [mailto:slyich@xxxxxxxxx] Sent: Wednesday, March 3, 2021 4:04 PM To: Don Brace - C33706 <Don.Brace@xxxxxxxxxxxxx> Cc: glaubitz@xxxxxxxxxxxxxxxxxxx; storagedev <storagedev@xxxxxxxxxxxxx>; linux-scsi@xxxxxxxxxxxxxxx; linux-ia64@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; jszczype@xxxxxxxxxx; Scott Benesh - C33703 <Scott.Benesh@xxxxxxxxxxxxx>; Scott Teel - C33730 <Scott.Teel@xxxxxxxxxxxxx>; thenzl@xxxxxxxxxx; martin.petersen@xxxxxxxxxx Subject: Re: [bisected] 5.12-rc1 hpsa regression: "scsi: hpsa: Correct dev cmds outstanding for retried cmds" breaks hpsa P600 Glad to hear the patch works. The P600 is an unsupported controller that was removed some time ago (by us) and re-added in this patch: commit 135ae6edeb51979d0998daf1357f149a7d6ebb08 scsi: hpsa: add support for legacy boards Author: Hannes Reinecke <hare@xxxxxxx> Date: Tue Aug 15 08:58:04 2017 +0200 So, when testing the original patch, I no longer have a P600 to test with. It used to be supported by our obsoleted cciss driver. Since patch f749d8b7a9896bc6e5ffe104cc64345037e0b152 scsi: hpsa: Correct dev cmds outstanding for retried cmds has already been applied to Martin Petersons 5.13/scsi-queue, perhaps it would be better to send up another patch to correct your alignment issue on these legacy boards. Wondering what others think about this? Thanks, Don