lkml.org 
[lkml]   [2018]   [Oct]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v4.19-rc7] treewide: Replace more open-coded allocation size multiplications
On Fri, Oct 05, 2018 at 04:35:59PM -0700, Kees Cook wrote:
> As done treewide earlier, this catches several more open-coded
> allocation size calculations that were added to the kernel during the
> merge window. This performs the following mechanical transformations
> using Coccinelle:
>
> kvmalloc(a * b, ...) -> kvmalloc_array(a, b, ...)
> kvzalloc(a * b, ...) -> kvcalloc(a, b, ...)
> devm_kzalloc(..., a * b, ...) -> devm_kcalloc(..., a, b, ...)
>
> Signed-off-by: Kees Cook <keescook@chromium.org>

Has this had any testing in linux-next?

And when was "earlier"?

thanks,

greg k-h

\
 
 \ /
  Last update: 2018-10-06 01:52    [W:0.061 / U:0.212 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site