Re: [PATCH 0/2] Add kvzalloc_struct to complement kvzalloc_array

From: Matthew Wilcox
Date: Wed Feb 14 2018 - 14:36:25 EST


On Wed, Feb 14, 2018 at 11:32:45AM -0800, Joe Perches wrote:
> On Wed, 2018-02-14 at 11:23 -0800, Kees Cook wrote:
> > On Wed, Feb 14, 2018 at 10:47 AM, Joe Perches <joe@xxxxxxxxxxx> wrote:
> > > I think expanding the number of allocation functions
> > > is not necessary.
> >
> > I think removing common mispatterns in favor of overflow-protected
> > allocation functions makes sense.
>
> Function symmetry matters too.
>
> These allocation functions are specific to kvz<foo>
> and are not symmetric for k<foo>, v<foo>, devm_<foo>
> <foo>_node, and the like.

If somebody wants them, then we can add them.