Re: [PATCH v2 1/1] aacraid: pci_alloc_consistent() failures on ARM64

2017-04-26 Thread Martin K. Petersen
Christoph, > The indentation is weird, and you're also adding memsets of the > allocations which is a behavior change. Please take a look at the the > attached version that fixes this up. Applied to 4.12/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering

RE: [PATCH v2 1/1] aacraid: pci_alloc_consistent() failures on ARM64

2017-04-25 Thread Dave Carroll
gt; Driver > Subject: Re: [PATCH v2 1/1] aacraid: pci_alloc_consistent() failures on ARM64 > > On Wed, Apr 05, 2017 at 04:14:16PM +0530, Mahesh Rajashekhara wrote: > > There were pci_alloc_consistent() failures on ARM64 platform. > > Use dma_alloc_coherent() with GFP_KERNEL flag

Re: [PATCH v2 1/1] aacraid: pci_alloc_consistent() failures on ARM64

2017-04-25 Thread Christoph Hellwig
On Wed, Apr 05, 2017 at 04:14:16PM +0530, Mahesh Rajashekhara wrote: > There were pci_alloc_consistent() failures on ARM64 platform. > Use dma_alloc_coherent() with GFP_KERNEL flag DMA memory allocations. > > Signed-off-by: Mahesh Rajashekhara > --- > v2: > - Removed platform specific MACRO and

Re: [PATCH v2 1/1] aacraid: pci_alloc_consistent() failures on ARM64

2017-04-24 Thread Martin K. Petersen
> There were pci_alloc_consistent() failures on ARM64 platform. > Use dma_alloc_coherent() with GFP_KERNEL flag DMA memory allocations. Somebody please review! -- Martin K. Petersen Oracle Linux Engineering