On Thu, 10 Oct 2024 19:32:33 +0300, Anastasia Kovaleva wrote: > This series of patches contains 3 separate changes that fix some bugs in > the qla2xxx driver. > --- > v3: > - Fix build issue in patch 1 > v2: > - Change a spinlock wrap to a WRITE_ONCE() in patch 1 > - Add Reviewed-by tags on patches 2 and 3 > --- > Anastasia Kovaleva (3): > scsi: qla2xxx: Drop starvation counter on success > scsi: qla2xxx: Make target send correct LOGO > scsi: qla2xxx: Remove incorrect trap > > drivers/scsi/qla2xxx/qla_iocb.c | 11 +++++++++++ > drivers/scsi/qla2xxx/qla_isr.c | 4 ++++ > drivers/scsi/qla2xxx/qla_target.c | 16 +++++++--------- > 3 files changed, 22 insertions(+), 9 deletions(-) > Gentle ping