[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160905075305.GS10153@twins.programming.kicks-ass.net>
Date: Mon, 5 Sep 2016 01:53:05 -0600
From: Peter Zijlstra <peterz@...radead.org>
To: SF Markus Elfring <elfring@...rs.sourceforge.net>
CC: <x86@...nel.org>, Borislav Petkov <bp@...e.de>,
"H. Peter Anvin" <hpa@...or.com>, Ingo Molnar <mingo@...hat.com>,
Richard Cochran <rcochran@...utronix.de>,
Stephane Eranian <eranian@...gle.com>,
"Thomas Gleixner" <tglx@...utronix.de>,
"Luck, Tony" <tony.luck@...el.com>,
"Vikas Shivappa" <vikas.shivappa@...ux.intel.com>,
LKML <linux-kernel@...r.kernel.org>,
<kernel-janitors@...r.kernel.org>,
"Julia Lawall" <julia.lawall@...6.fr>,
Paolo Bonzini <pbonzini@...hat.com>
Subject: Re: [PATCH 2/4] perf/x86/cqm: Replace two kmalloc() calls by kmalloc_array() in intel_mbm_init()
On Sun, Sep 04, 2016 at 07:56:30PM +0200, SF Markus Elfring wrote:
> From: Markus Elfring <elfring@...rs.sourceforge.net>
> Date: Sun, 4 Sep 2016 18:25:09 +0200
>
> 1. A multiplication for the size determination of memory allocations
> indicated that array data structures should be processed.
> Thus use the corresponding function "kmalloc_array".
>
> 2. Replace the specification of a data structure by pointer dereferences
> to make the corresponding size determination a bit safer according to
> the Linux coding style convention.
>
> 3. Delete the local variable "array_size" which became unnecessary
> with this refactoring.
3 is an admission you made the code worse in absense of other
improvements.
Powered by blists - more mailing lists