Re: [PATCH] net/mlx5: Use 2-factor allocator calls

From: David Miller
Date: Mon Jul 09 2018 - 19:01:01 EST


From: Kees Cook <keescook@xxxxxxxxxxxx>
Date: Wed, 4 Jul 2018 10:28:47 -0700

> This restores the use of 2-factor allocation helpers that were already
> fixed treewide. Please do not use open-coded multiplication; prefer,
> instead, using 2-factor allocation helpers.
>
> Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>

Applied to net-next, thanks.