public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] pm8001: Resend previous patches
@ 2014-07-09 11:47 Suresh Thiagarajan
  2014-07-09 11:56 ` Jack Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Suresh Thiagarajan @ 2014-07-09 11:47 UTC (permalink / raw)
  To: linux-scsi
  Cc: xjtuwjp, JBottomley, Suresh.Thiagarajan, Viswas.G,
	rickard_strandqvist, bgrove, mlombard, thenzl

From: Suresh Thiagarajan <Suresh.Thiagarajan@pmcs.com>

Updated comments for pm8001: honor return value
Remaining patches are resend

Suresh Thiagarajan (8):
  pm8001: Fix to remove null pointer checks that could never happen
  pm8001: Cleaning up uninitialized variables
  pm8001: Fix hibernation issue
  pm8001: Fix potential null pointer dereference and memory leak.
  pm8001: clean bitmap management functions
  pm8001: honor return value
  pm8001: add a new spinlock to protect the CCB
  pm8001: more fixes to honor return value

 drivers/scsi/pm8001/pm8001_ctl.c  |    5 +++-
 drivers/scsi/pm8001/pm8001_hwi.c  |   45 +++++++++++++++++++++++----------
 drivers/scsi/pm8001/pm8001_init.c |   48 +++++++++++++++++++++++++++++++-----
 drivers/scsi/pm8001/pm8001_sas.c  |   38 ++++++++++-------------------
 drivers/scsi/pm8001/pm8001_sas.h  |    2 +-
 drivers/scsi/pm8001/pm80xx_hwi.c  |   48 +++++++++++++++++++++++++++----------
 6 files changed, 125 insertions(+), 61 deletions(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/8] pm8001: Resend previous patches
  2014-07-09 11:47 [PATCH 0/8] pm8001: Resend previous patches Suresh Thiagarajan
@ 2014-07-09 11:56 ` Jack Wang
  2014-07-09 12:20 ` Christoph Hellwig
  2014-07-09 13:03 ` Tomas Henzl
  2 siblings, 0 replies; 4+ messages in thread
From: Jack Wang @ 2014-07-09 11:56 UTC (permalink / raw)
  To: Suresh Thiagarajan
  Cc: linux-scsi, JBottomley, Viswas.G, rickard_strandqvist, bgrove,
	mlombard, thenzl

On 07/09/2014 01:47 PM, Suresh Thiagarajan wrote:
> From: Suresh Thiagarajan <Suresh.Thiagarajan@pmcs.com>
> 
> Updated comments for pm8001: honor return value
> Remaining patches are resend
> 
> Suresh Thiagarajan (8):
>   pm8001: Fix to remove null pointer checks that could never happen
>   pm8001: Cleaning up uninitialized variables
>   pm8001: Fix hibernation issue
>   pm8001: Fix potential null pointer dereference and memory leak.
>   pm8001: clean bitmap management functions
>   pm8001: honor return value
>   pm8001: add a new spinlock to protect the CCB
>   pm8001: more fixes to honor return value
> 
>  drivers/scsi/pm8001/pm8001_ctl.c  |    5 +++-
>  drivers/scsi/pm8001/pm8001_hwi.c  |   45 +++++++++++++++++++++++----------
>  drivers/scsi/pm8001/pm8001_init.c |   48 +++++++++++++++++++++++++++++++-----
>  drivers/scsi/pm8001/pm8001_sas.c  |   38 ++++++++++-------------------
>  drivers/scsi/pm8001/pm8001_sas.h  |    2 +-
>  drivers/scsi/pm8001/pm80xx_hwi.c  |   48 +++++++++++++++++++++++++++----------
>  6 files changed, 125 insertions(+), 61 deletions(-)
> 
The whole patch set looks good to me.
Thanks for resending.

Acked-by: Jack Wang <xjtuwjp@gmail.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/8] pm8001: Resend previous patches
  2014-07-09 11:47 [PATCH 0/8] pm8001: Resend previous patches Suresh Thiagarajan
  2014-07-09 11:56 ` Jack Wang
@ 2014-07-09 12:20 ` Christoph Hellwig
  2014-07-09 13:03 ` Tomas Henzl
  2 siblings, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2014-07-09 12:20 UTC (permalink / raw)
  To: Suresh Thiagarajan
  Cc: linux-scsi, xjtuwjp, JBottomley, Viswas.G, rickard_strandqvist,
	bgrove, mlombard, thenzl

Thanks Suresh,

I've applied the patches except for that one that had already been
merged a while ago.

Can you also send me an update for the  MAINTAINERS file to list you
as the pm8001 maintainer?


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/8] pm8001: Resend previous patches
  2014-07-09 11:47 [PATCH 0/8] pm8001: Resend previous patches Suresh Thiagarajan
  2014-07-09 11:56 ` Jack Wang
  2014-07-09 12:20 ` Christoph Hellwig
@ 2014-07-09 13:03 ` Tomas Henzl
  2 siblings, 0 replies; 4+ messages in thread
From: Tomas Henzl @ 2014-07-09 13:03 UTC (permalink / raw)
  To: Suresh Thiagarajan, linux-scsi
  Cc: xjtuwjp, JBottomley, Viswas.G, rickard_strandqvist, bgrove,
	mlombard

Hi Suresh,

thanks for resending, please have a look and review also the patches I sent out
two days ago beginning with [PATCH 1/4] scsi: pm8001: fix a memory leak in nvmd_resp,
(I'm afraid they will get otherwise lost the in the pm8001 patchflood)

Cheers, Tomas


On 07/09/2014 01:47 PM, Suresh Thiagarajan wrote:

> From: Suresh Thiagarajan <Suresh.Thiagarajan@pmcs.com>
>
> Updated comments for pm8001: honor return value
> Remaining patches are resend
>
> Suresh Thiagarajan (8):
>   pm8001: Fix to remove null pointer checks that could never happen
>   pm8001: Cleaning up uninitialized variables
>   pm8001: Fix hibernation issue
>   pm8001: Fix potential null pointer dereference and memory leak.
>   pm8001: clean bitmap management functions
>   pm8001: honor return value
>   pm8001: add a new spinlock to protect the CCB
>   pm8001: more fixes to honor return value
>
>  drivers/scsi/pm8001/pm8001_ctl.c  |    5 +++-
>  drivers/scsi/pm8001/pm8001_hwi.c  |   45 +++++++++++++++++++++++----------
>  drivers/scsi/pm8001/pm8001_init.c |   48 +++++++++++++++++++++++++++++++-----
>  drivers/scsi/pm8001/pm8001_sas.c  |   38 ++++++++++-------------------
>  drivers/scsi/pm8001/pm8001_sas.h  |    2 +-
>  drivers/scsi/pm8001/pm80xx_hwi.c  |   48 +++++++++++++++++++++++++++----------
>  6 files changed, 125 insertions(+), 61 deletions(-)
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-09 13:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-09 11:47 [PATCH 0/8] pm8001: Resend previous patches Suresh Thiagarajan
2014-07-09 11:56 ` Jack Wang
2014-07-09 12:20 ` Christoph Hellwig
2014-07-09 13:03 ` Tomas Henzl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox