Re: [PATCH] perf/x86: Use kmalloc_array() in merge_attr()

2016-09-08 Thread Peter Zijlstra
On Sun, Sep 04, 2016 at 11:00:15AM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 4 Sep 2016 10:45:20 +0200 > > * A multiplication for the size determination of a memory allocation > indicated that an array data structure should be processed.

Re: [PATCH] perf/x86: Use kmalloc_array() in merge_attr()

2016-09-08 Thread Peter Zijlstra
On Sun, Sep 04, 2016 at 11:00:15AM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 4 Sep 2016 10:45:20 +0200 > > * A multiplication for the size determination of a memory allocation > indicated that an array data structure should be processed. > Thus use the corresponding

Re: [PATCH] perf/x86: Use kmalloc_array() in merge_attr()

2016-09-05 Thread Peter Zijlstra
On Sun, Sep 04, 2016 at 11:00:15AM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 4 Sep 2016 10:45:20 +0200 > > * A multiplication for the size determination of a memory allocation > indicated that an array data structure should be processed.

Re: [PATCH] perf/x86: Use kmalloc_array() in merge_attr()

2016-09-05 Thread Peter Zijlstra
On Sun, Sep 04, 2016 at 11:00:15AM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 4 Sep 2016 10:45:20 +0200 > > * A multiplication for the size determination of a memory allocation > indicated that an array data structure should be processed. > Thus use the corresponding

[PATCH] perf/x86: Use kmalloc_array() in merge_attr()

2016-09-04 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 4 Sep 2016 10:45:20 +0200 * A multiplication for the size determination of a memory allocation indicated that an array data structure should be processed. Thus use the corresponding function "kmalloc_array". This issue was

[PATCH] perf/x86: Use kmalloc_array() in merge_attr()

2016-09-04 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 4 Sep 2016 10:45:20 +0200 * A multiplication for the size determination of a memory allocation indicated that an array data structure should be processed. Thus use the corresponding function "kmalloc_array". This issue was detected by using the Coccinelle