Re: [PATCH 01/29] IB/mlx4: Use kcalloc() in mlx4_ib_alloc_pv_bufs()

2017-02-19 Thread Majd Dibbiny
> On Feb 18, 2017, at 10:55 PM, SF Markus Elfring > wrote: > > From: Markus Elfring > Date: Fri, 17 Feb 2017 20:00:34 +0100 > > * A multiplication for the size determination of a memory allocation > indicated that an array data

Re: [PATCH 01/29] IB/mlx4: Use kcalloc() in mlx4_ib_alloc_pv_bufs()

2017-02-19 Thread Majd Dibbiny
> On Feb 18, 2017, at 10:55 PM, SF Markus Elfring > wrote: > > From: Markus Elfring > Date: Fri, 17 Feb 2017 20:00:34 +0100 > > * A multiplication for the size determination of a memory allocation > indicated that an array data structure should be processed. > Thus use the corresponding

[PATCH 01/29] IB/mlx4: Use kcalloc() in mlx4_ib_alloc_pv_bufs()

2017-02-18 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 17 Feb 2017 20:00:34 +0100 * A multiplication for the size determination of a memory allocation indicated that an array data structure should be processed. Thus use the corresponding function "kcalloc". This issue was detected

[PATCH 01/29] IB/mlx4: Use kcalloc() in mlx4_ib_alloc_pv_bufs()

2017-02-18 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 17 Feb 2017 20:00:34 +0100 * A multiplication for the size determination of a memory allocation indicated that an array data structure should be processed. Thus use the corresponding function "kcalloc". This issue was detected by using the Coccinelle