mbox series

[v3,0/3] Fix bugs in qla2xxx driver

Message ID 20241010163236.27969-1-a.kovaleva@yadro.com
Headers show
Series Fix bugs in qla2xxx driver | expand

Message

Anastasia Kovaleva Oct. 10, 2024, 4:32 p.m. UTC
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(-)

Comments

Anastasia Kovaleva Nov. 1, 2024, 9:38 a.m. UTC | #1
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
Anastasia Kovaleva Nov. 11, 2024, 10:28 a.m. UTC | #2
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