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

Anastasia Kovaleva posted 3 patches 1 month, 2 weeks ago
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(-)
[PATCH v3 0/3] Fix bugs in qla2xxx driver
Posted by Anastasia Kovaleva 1 month, 2 weeks ago
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(-)

-- 
2.40.1
Re: [PATCH v3 0/3] Fix bugs in qla2xxx driver
Posted by Anastasia Kovaleva 3 weeks, 5 days ago
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

Re: [PATCH v3 0/3] Fix bugs in qla2xxx driver
Posted by Anastasia Kovaleva 2 weeks, 2 days ago
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