Re: [PATCH 00/48] hpsa driver updates

2015-01-23 Thread Tomas Henzl
On 01/23/2015 06:01 PM, Christoph Hellwig wrote: > On Fri, Jan 23, 2015 at 04:58:52PM +, brace wrote: >> I made your requested changes. Do you want me to just send those up or the >> whole set up again? >> >> Tomas Henzl asked me to add a workqueue change also... I have rebased the patch on t

RE: [PATCH 00/48] hpsa driver updates

2015-01-23 Thread brace
o: Don Brace > Cc: Scott Teel; Kevin Barnett; james.bottom...@parallels.com; > h...@infradead.org; Justin Lindley; brace; linux-scsi@vger.kernel.org > Subject: Re: [PATCH 00/48] hpsa driver updates > > Any comments on the reviews? Should I just take the patches that > didn

Re: [PATCH 00/48] hpsa driver updates

2015-01-23 Thread Christoph Hellwig
On Fri, Jan 23, 2015 at 04:58:52PM +, brace wrote: > I made your requested changes. Do you want me to just send those up or the > whole set up again? > > Tomas Henzl asked me to add a workqueue change also... Just resend the whole series, looks like you're using git-end-email already. -- To

Re: [PATCH 00/48] hpsa driver updates

2015-01-23 Thread Christoph Hellwig
Any comments on the reviews? Should I just take the patches that didn't have objections for now? -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 00/48] hpsa driver updates

2015-01-14 Thread Don Brace
This patch set is based on Linus's tree. The changes are: - correct sparse warnings - correct memory leaks - correct kdump issues - correct queue depth updates - cleanup function return values - cleanup and enhance messages - cleanup and enhance error handling - minor code refactoring - p