mbox series

[v2,0/2] qla2xxx: allow 32 bytes CDB

Message ID 20230817063132.21900-1-njavali@marvell.com
Headers show
Series qla2xxx: allow 32 bytes CDB | expand

Message

Nilesh Javali Aug. 17, 2023, 6:31 a.m. UTC
Martin,

Please apply the qla2xxx driver bug fix, allowing 32 bytes
CDB, to the scsi tree at your earliest convenience.

v2:
- remove extra lines and fix comments format
- Add Reviewed-by tag

Thanks,
Nilesh

Quinn Tran (2):
  qla2xxx: Move resource to allow code reuse
  qla2xxx: allow 32 bytes CDB

 drivers/scsi/qla2xxx/qla_def.h  |  11 +-
 drivers/scsi/qla2xxx/qla_init.c |  14 ++
 drivers/scsi/qla2xxx/qla_iocb.c | 289 ++++++++++++++++++++++++++++++--
 drivers/scsi/qla2xxx/qla_nx.h   |   4 +-
 drivers/scsi/qla2xxx/qla_os.c   |  36 ++--
 5 files changed, 319 insertions(+), 35 deletions(-)


base-commit: 7e9609d2daea0ebe4add444b26b76479ecfda504
prerequisite-patch-id: d86bbaeff15b7b91410a36c1ed6c02cd0ec8eb7a
prerequisite-patch-id: bcdca8c3a808ea82616360dc16901496f968947d
prerequisite-patch-id: 09073f96e2b72cf77ec053715a352f599e1033eb
prerequisite-patch-id: 23489cb800d80529a52c4b932d5b5337f38011c5
prerequisite-patch-id: 60be5386d266940029805f97d9b50d80508bccba
prerequisite-patch-id: f7c7b4c54d59eb3a6be3d4fb2ebd389e3691cf87
prerequisite-patch-id: e3367d9b6ddf17690e6d93422560e883194d7672
prerequisite-patch-id: 37c20b4cbd91a5ee59b5dbdcf86b7868e781339a
prerequisite-patch-id: 85425d60b3756a782fcfe34e8821b7de72e6456b
prerequisite-patch-id: 221684fee877c7c533b11db3bd6e6b1e54a42ccb

Comments

Martin K. Petersen Aug. 21, 2023, 10:11 p.m. UTC | #1
Nilesh,

> Please apply the qla2xxx driver bug fix, allowing 32 bytes CDB, to the
> scsi tree at your earliest convenience.

Applied to 6.6/scsi-staging, thanks!
Martin K. Petersen Aug. 31, 2023, 1:48 a.m. UTC | #2
On Thu, 17 Aug 2023 12:01:30 +0530, Nilesh Javali wrote:

> Martin,
> 
> Please apply the qla2xxx driver bug fix, allowing 32 bytes
> CDB, to the scsi tree at your earliest convenience.
> 
> v2:
> - remove extra lines and fix comments format
> - Add Reviewed-by tag
> 
> [...]

Applied to 6.6/scsi-queue, thanks!

[1/2] qla2xxx: Move resource to allow code reuse
      https://git.kernel.org/mkp/scsi/c/efeda3bf912f
[2/2] qla2xxx: allow 32 bytes CDB
      https://git.kernel.org/mkp/scsi/c/ae25f65a351c