RE: [PATCH 0/2] genirq/affinity: try to make sure online CPU is assgined to irq vector

2018-02-01 Thread Don Brace
> -Original Message- > From: Ming Lei [mailto:ming@redhat.com] > Sent: Thursday, February 01, 2018 4:37 AM > To: Don Brace > Cc: Laurence Oberman ; Thomas Gleixner > ; Christoph Hellwig ; Jens Axboe > ; linux-bl...@vger.kernel.org; linux-kernel@vger.kerne

RE: [PATCH 0/2] genirq/affinity: try to make sure online CPU is assgined to irq vector

2018-01-16 Thread Don Brace
> -Original Message- > From: Laurence Oberman [mailto:lober...@redhat.com] > Sent: Tuesday, January 16, 2018 7:29 AM > To: Thomas Gleixner ; Ming Lei > Cc: Christoph Hellwig ; Jens Axboe ; > linux-bl...@vger.kernel.org; linux-kernel@vger.kernel.org; Mike Snitzer > ;

RE: device support in hpsa, was: Re: OOPS from cciss_ioctl in 4.12+git

2017-07-10 Thread Don Brace
two table entries and the SA5B definitions in hpsa.h? > -Original Message- > From: mr...@math.ut.ee [mailto:mr...@math.ut.ee] On Behalf Of Meelis > Roos > Sent: Monday, July 10, 2017 9:08 AM > To: Christoph Hellwig > Cc: Laurence Oberman ; Jens Axboe > ; Linux Kernel

RE: device support in hpasa, was: Re: OOPS from cciss_ioctl in 4.12+git

2017-07-07 Thread Don Brace
> -Original Message- > From: Hannes Reinecke [mailto:h...@suse.de] > Sent: Friday, July 07, 2017 11:05 AM > To: Jens Axboe ; Christoph Hellwig > ; Meelis Roos > Cc: Linux Kernel list ; linux- > bl...@vger.kernel.org; Don Brace ; Scott > Benesh ; Scott Teel >

RE: [PATCH v3] iommu/vt-d: Flush old iommu caches for kdump when the device gets context mapped

2016-12-06 Thread Don Brace
> -Original Message- > From: Xunlei Pang [mailto:xlp...@redhat.com] > Sent: Monday, December 05, 2016 6:09 AM > To: Joerg Roedel; David Woodhouse > Cc: io...@lists.linux-foundation.org; linux-kernel@vger.kernel.org; Xunlei > Pang; Myron Stowe; Joseph Szczypek; Don Brace

Re: "hpsa: Change SAS transport devices to bus 0." commit breaks hpacucli on old controller firmware

2016-10-31 Thread Don Brace
cussed this with the ssacli developers and they do not look at the bus, but I see "device not added" messages that should not be there. I'll attack your issue from that perspective. Thanks, Don Brace Kernel 4.4.2 Oct 27 15:28:07 hostname kernel: [1.461160] hpsa :06:00.0:

RE: [PATCH] [linux-next] Doc: cciss: Fix a typo in cciss.txt

2016-10-20 Thread Don Brace
> -Original Message- > From: Masanari Iida [mailto:standby2...@gmail.com] > Sent: Thursday, October 20, 2016 3:00 PM > To: Don Brace; cor...@lwn.net; linux-...@vger.kernel.org; linux- > ker...@vger.kernel.org > Cc: Masanari Iida > Subject: [PATCH] [linux-next] Doc:

Re: [PATCH] scsi: hpsa: remove unneeded void pointer cast

2016-10-13 Thread Don Brace
izeof(*ioc), GFP_KERNEL); if (!ioc) { status = -ENOMEM; goto cleanup1; Acked-by: Don Brace

[PATCH] cciss: update MAINTAINERS

2016-03-08 Thread Don Brace
Reviewed-by: Kevin Barnett Reviewed-by: Gerry Morong Signed-off-by: Don Brace --- MAINTAINERS |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4b12374..7281122 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5017,9 +5017,9 @@ F

[PATCH] hpsa: update MAINTAINERS with new e-mail

2016-02-23 Thread Don Brace
Reviewed-by: Kevin Barnett Reviewed-by: Justin Lindley Signed-off-by: Don Brace --- MAINTAINERS |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4978dc1..b639c26 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4985,9 +4985,9 @@ F

[PATCH] hpsa update

2016-02-23 Thread Don Brace
These patch is based on Linus's tree The change is: - update MAINTAINERS file --- Don Brace (1): hpsa: update MAINTAINERS with new e-mail MAINTAINERS |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Signature

Re: [PATCH] scsi: hpsa: select CONFIG_SCSI_SAS_ATTR

2015-11-20 Thread Don Brace
Signed-off-by: Don Brace And...Thanks! On 11/19/2015 04:04 PM, Arnd Bergmann wrote: The hpsa driver recently started using the sas transport class, but it does not ensure that the corresponding code is actually built, which may lead to a link error: drivers/built-in.o: In function

RE: [PATCH] scsi: hpsa: fix multiple issues in path_info_show

2015-11-18 Thread Don Brace
> -Original Message- > From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi- > ow...@vger.kernel.org] On Behalf Of Rasmus Villemoes > Sent: Saturday, November 14, 2015 9:24 AM > To: Don Brace > Cc: Joe Handzik; James E.J. Bottomley; Kevin Barnett; Scott

Re: [PATCH] scsi: hpsa: fix multiple issues in path_info_show

2015-10-28 Thread Don Brace
On 10/27/2015 05:16 PM, Rasmus Villemoes wrote: I'm not familiar with this code, but path_info_show() (added in 8270b86243658 "hpsa: add sysfs entry path_info to show box and bay information") seems to be broken in multiple ways. First, there's 817 return snprintf(buf, output_len+1, "%s%s%s%

"swiotlb buffer is full" with 4.3.0-rc1 but not 4.2

2015-09-21 Thread Don Brace
Testing hpsa on 4.3.0-rc1+ I am seeing pci_alloc_consistent failures during driver initialization. Are there memory allocation changes that I need to address? I was not seeing this issue on 4.2. Rob mentions a s similar issue: https://lkml.org/lkml/2013/11/30/141 [ 838.484555] hpsa :02:

[PATCH v2] cciss: update copyright

2015-06-25 Thread Don Brace
- add in PMC-Sierra - change e-mail address V1->V2: corrected e-mail address Signed-off-by: Don Brace --- drivers/block/cciss.c |8 ++-- drivers/block/cciss.h | 18 ++ drivers/block/cciss_cmd.h | 18 ++ drivers/block/cciss_scsi.c |

[PATCH] cciss: update copyright

2015-06-25 Thread Don Brace
- add in PMC-Sierra - change e-mail address Signed-off-by: Don Brace --- drivers/block/cciss.c |8 ++-- drivers/block/cciss.h | 18 ++ drivers/block/cciss_cmd.h | 18 ++ drivers/block/cciss_scsi.c |8 ++-- drivers/block/cciss_scsi.h

RE: [PATCH 2/2] cciss: correct the non-resettable board list

2015-05-19 Thread Don Brace
-Original Message- > From: Don Brace > Sent: Tuesday, May 19, 2015 1:56 PM > To: 'Tomas Henzl'; linux-s...@vger.kernel.org > Cc: linux-kernel@vger.kernel.org; ax...@kernel.dk > Subject: RE: [PATCH 2/2] cciss: correct the non-resettable board list > > > -

RE: [PATCH 2/2] cciss: correct the non-resettable board list

2015-05-19 Thread Don Brace
> -Original Message- > From: Tomas Henzl [mailto:the...@redhat.com] > Sent: Tuesday, February 17, 2015 10:40 AM > To: linux-s...@vger.kernel.org > Cc: Don Brace; linux-kernel@vger.kernel.org; ax...@kernel.dk > Subject: [PATCH 2/2] cciss: correct the non-resettable board

RE: [PATCH 2/2] cciss: correct the non-resettable board list

2015-05-19 Thread Don Brace
> -Original Message- > From: Tomas Henzl [mailto:the...@redhat.com] > Sent: Tuesday, February 17, 2015 10:40 AM > To: linux-s...@vger.kernel.org > Cc: Don Brace; linux-kernel@vger.kernel.org; ax...@kernel.dk > Subject: [PATCH 2/2] cciss: correct the non-resettable board

RE: [PATCH 1/2] cciss: remove duplicate entries from board_type struct

2015-05-19 Thread Don Brace
> -Original Message- > From: Tomas Henzl [mailto:the...@redhat.com] > Sent: Tuesday, February 17, 2015 10:40 AM > To: linux-s...@vger.kernel.org > Cc: Don Brace; linux-kernel@vger.kernel.org; ax...@kernel.dk > Subject: [PATCH 1/2] cciss: remove duplicate entries from

RE: [PATCH 1/2] cciss: remove duplicate entries from board_type struct

2015-05-18 Thread Don Brace
> -Original Message- > From: Tomas Henzl [mailto:the...@redhat.com] > Sent: Tuesday, February 17, 2015 10:40 AM > To: linux-s...@vger.kernel.org > Cc: Don Brace; linux-kernel@vger.kernel.org; ax...@kernel.dk > Subject: [PATCH 1/2] cciss: remove duplicate entries from

RE: [PATCH 2/2] cciss: correct the non-resettable board list

2015-05-18 Thread Don Brace
> -Original Message- > From: Tomas Henzl [mailto:the...@redhat.com] > Sent: Tuesday, February 17, 2015 10:40 AM > To: linux-s...@vger.kernel.org > Cc: Don Brace; linux-kernel@vger.kernel.org; ax...@kernel.dk > Subject: [PATCH 2/2] cciss: correct the non-resettable board

Re: [PATCH 1/1 linux-next] hpsa: remove set but unused variable rc

2014-10-30 Thread Don Brace
patches for 3.19 or ack this now, What would you prefer? --- Don Brace don.br...@pmcs.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html