Re: [PATCH 2/5] IB/qib: Use kmalloc_array() in qib_init_7322_variables()

2017-04-05 Thread Yuval Shaia
On Wed, Apr 05, 2017 at 03:52:48PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 5 Apr 2017 09:51:33 +0200 > > Multiplications for the size determination of memory allocations > indicated that array data structures should be processed. > Thus

Re: [PATCH 2/5] IB/qib: Use kmalloc_array() in qib_init_7322_variables()

2017-04-05 Thread Yuval Shaia
On Wed, Apr 05, 2017 at 03:52:48PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 5 Apr 2017 09:51:33 +0200 > > Multiplications for the size determination of memory allocations > indicated that array data structures should be processed. > Thus use the corresponding function

[PATCH 2/5] IB/qib: Use kmalloc_array() in qib_init_7322_variables()

2017-04-05 Thread SF Markus Elfring
From: Markus Elfring Date: Wed, 5 Apr 2017 09:51:33 +0200 Multiplications for the size determination of memory allocations indicated that array data structures should be processed. Thus use the corresponding function "kmalloc_array". This issue was detected by

[PATCH 2/5] IB/qib: Use kmalloc_array() in qib_init_7322_variables()

2017-04-05 Thread SF Markus Elfring
From: Markus Elfring Date: Wed, 5 Apr 2017 09:51:33 +0200 Multiplications for the size determination of memory allocations indicated that array data structures should be processed. Thus use the corresponding function "kmalloc_array". This issue was detected by using the Coccinelle software.