Re: [PATCH v2 01/12] IB/ocrdma: Use kcalloc() in ocrdma_mbx_alloc_pd_range()

2017-04-25 Thread Doug Ledford
On Mon, 2017-04-24 at 21:57 +0530, Devesh Sharma wrote: > Acked-By: Devesh Sharma Devesh, after you have reviewed any of Markus' patches that you care to review, if you wish any of them to go into my tree, please submit them to me yourself.  Thanks. -- Doug Ledford

Re: [PATCH v2 01/12] IB/ocrdma: Use kcalloc() in ocrdma_mbx_alloc_pd_range()

2017-04-25 Thread Doug Ledford
On Mon, 2017-04-24 at 21:57 +0530, Devesh Sharma wrote: > Acked-By: Devesh Sharma Devesh, after you have reviewed any of Markus' patches that you care to review, if you wish any of them to go into my tree, please submit them to me yourself.  Thanks. -- Doug Ledford     GPG KeyID:

Re: [PATCH v2 01/12] IB/ocrdma: Use kcalloc() in ocrdma_mbx_alloc_pd_range()

2017-04-24 Thread Devesh Sharma
Acked-By: Devesh Sharma On Sat, Apr 22, 2017 at 8:00 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 22 Apr 2017 11:33:25 +0200 > > * Multiplications for the size determination of memory

Re: [PATCH v2 01/12] IB/ocrdma: Use kcalloc() in ocrdma_mbx_alloc_pd_range()

2017-04-24 Thread Devesh Sharma
Acked-By: Devesh Sharma On Sat, Apr 22, 2017 at 8:00 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 22 Apr 2017 11:33:25 +0200 > > * Multiplications for the size determination of memory allocations > indicated that array data structures should be processed. > Thus reuse

[PATCH v2 01/12] IB/ocrdma: Use kcalloc() in ocrdma_mbx_alloc_pd_range()

2017-04-22 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 22 Apr 2017 11:33:25 +0200 * Multiplications for the size determination of memory allocations indicated that array data structures should be processed. Thus reuse the corresponding function "kcalloc". This issue was detected

[PATCH v2 01/12] IB/ocrdma: Use kcalloc() in ocrdma_mbx_alloc_pd_range()

2017-04-22 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 22 Apr 2017 11:33:25 +0200 * Multiplications for the size determination of memory allocations indicated that array data structures should be processed. Thus reuse the corresponding function "kcalloc". This issue was detected by using the Coccinelle