mbox series

[v2,0/4] pm80xx updates

Message ID 20210906170404.5682-1-Ajish.Koshy@microchip.com
Headers show
Series pm80xx updates | expand

Message

Ajish Koshy Sept. 6, 2021, 5:04 p.m. UTC
This patchset includes bugfixes for pm80xx driver

Changes from v1 to v2:
	- For fix incorrect port value patch
		- More detailed commit message now
		  mentioning problem and fix.
	- For fix lockup due to commit patch
		- Commit message includes little detail
		  of previous commit.
		- Added 'Fixes' tag.
		  

Ajish Koshy (3):
  scsi: pm80xx: fix incorrect port value when registering a device
  scsi: pm80xx: fix lockup due to commit <1f02beff224e>
  scsi: pm80xx: fix memory leak during rmmod

Viswas G (1):
  scsi: pm80xx: Corrected Inbound and Outbound queue logging

 drivers/scsi/pm8001/pm8001_ctl.c  |  6 ++--
 drivers/scsi/pm8001/pm8001_hwi.c  |  7 +++-
 drivers/scsi/pm8001/pm8001_init.c | 12 +++++++
 drivers/scsi/pm8001/pm8001_sas.c  | 15 ++++++++
 drivers/scsi/pm8001/pm8001_sas.h  |  6 ++--
 drivers/scsi/pm8001/pm80xx_hwi.c  | 60 +++++++++++++++++++++++++------
 6 files changed, 91 insertions(+), 15 deletions(-)

Comments

Martin K. Petersen Sept. 15, 2021, 2:29 a.m. UTC | #1
Ajish,

> This patchset includes bugfixes for pm80xx driver

>

> Ajish Koshy (3):

>   scsi: pm80xx: fix incorrect port value when registering a device

>   scsi: pm80xx: fix lockup due to commit <1f02beff224e>

>   scsi: pm80xx: fix memory leak during rmmod

>

> Viswas G (1):

>   scsi: pm80xx: Corrected Inbound and Outbound queue logging


Applied to 5.16/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering
Martin K. Petersen Sept. 22, 2021, 4:45 a.m. UTC | #2
On Mon, 6 Sep 2021 22:34:00 +0530, Ajish Koshy wrote:

> This patchset includes bugfixes for pm80xx driver

> 

> Changes from v1 to v2:

> 	- For fix incorrect port value patch

> 		- More detailed commit message now

> 		  mentioning problem and fix.

> 	- For fix lockup due to commit patch

> 		- Commit message includes little detail

> 		  of previous commit.

> 		- Added 'Fixes' tag.

> 

> [...]


Applied to 5.16/scsi-queue, thanks!

[1/4] scsi: pm80xx: fix incorrect port value when registering a device
      https://git.kernel.org/mkp/scsi/c/08d0a992131a
[2/4] scsi: pm80xx: fix lockup due to commit <1f02beff224e>
      https://git.kernel.org/mkp/scsi/c/b27a40534ef7
[3/4] scsi: pm80xx: Corrected Inbound and Outbound queue logging
      https://git.kernel.org/mkp/scsi/c/c29737d03c74
[4/4] scsi: pm80xx: fix memory leak during rmmod
      https://git.kernel.org/mkp/scsi/c/51e6ed83bb4a

-- 
Martin K. Petersen	Oracle Linux Engineering