mbox series

[0/4] small pm80xx cleanups and fixes

Message ID 20211101232825.2350233-1-ipylypiv@google.com (mailing list archive)
Headers show
Series small pm80xx cleanups and fixes | expand

Message

Igor Pylypiv Nov. 1, 2021, 11:28 p.m. UTC
Igor Pylypiv (4):
  scsi: pm80xx: Apply byte mask for phy id in mpi_phy_start_resp()
  scsi: pm80xx: Do not check the address-of value for NULL
  scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd()
  scsi: pm80xx: Use bitmap_zalloc() for tags bitmap allocation

 drivers/scsi/pm8001/pm8001_hwi.c  | 28 +++++++---------------------
 drivers/scsi/pm8001/pm8001_init.c |  4 ++--
 drivers/scsi/pm8001/pm80xx_hwi.c  | 31 +++++++++----------------------
 3 files changed, 18 insertions(+), 45 deletions(-)

Comments

Martin K. Petersen Nov. 19, 2021, 2:50 a.m. UTC | #1
Igor,

> Igor Pylypiv (4):
>   scsi: pm80xx: Apply byte mask for phy id in mpi_phy_start_resp()
>   scsi: pm80xx: Do not check the address-of value for NULL
>   scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd()
>   scsi: pm80xx: Use bitmap_zalloc() for tags bitmap allocation

Applied to 5.17/scsi-staging, thanks!
Martin K. Petersen Nov. 23, 2021, 3:49 a.m. UTC | #2
On Mon, 1 Nov 2021 16:28:21 -0700, Igor Pylypiv wrote:

> Igor Pylypiv (4):
>   scsi: pm80xx: Apply byte mask for phy id in mpi_phy_start_resp()
>   scsi: pm80xx: Do not check the address-of value for NULL
>   scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd()
>   scsi: pm80xx: Use bitmap_zalloc() for tags bitmap allocation
> 
> drivers/scsi/pm8001/pm8001_hwi.c  | 28 +++++++---------------------
>  drivers/scsi/pm8001/pm8001_init.c |  4 ++--
>  drivers/scsi/pm8001/pm80xx_hwi.c  | 31 +++++++++----------------------
>  3 files changed, 18 insertions(+), 45 deletions(-)
> 
> [...]

Applied to 5.17/scsi-queue, thanks!

[1/4] scsi: pm80xx: Apply byte mask for phy id in mpi_phy_start_resp()
      https://git.kernel.org/mkp/scsi/c/744798fcd2b3
[2/4] scsi: pm80xx: Do not check the address-of value for NULL
      https://git.kernel.org/mkp/scsi/c/60de1a67d66d
[3/4] scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd()
      https://git.kernel.org/mkp/scsi/c/606c54ae975a
[4/4] scsi: pm80xx: Use bitmap_zalloc() for tags bitmap allocation
      https://git.kernel.org/mkp/scsi/c/853615582d6f