Re: [PATCH] tools/testing: fix testing/vma and testing/radix-tree build
From: Lorenzo Stoakes
Date: Mon Mar 02 2026 - 06:29:05 EST
On Wed, Feb 25, 2026 at 04:39:43PM -0800, SeongJae Park wrote:
> > +#define kzalloc_obj(P, ...) \
> > + __alloc_objs(kzalloc, default_gfp(__VA_ARGS__), typeof(P), 1)
> > +
>
> Just out of curiosity. Is there a reason to not copy the comments from the
> original (include/linux/...) for the above two macros, unlike the others on
> this patch?
I mean it doesn't matter too much, but I think for tools/include we do _try_ to
keep these as close to the original as possible.
But again I don't think this really matters here tbh.
>
>
> Thanks,
> SJ
>
> [...]
Cheers, Lorenzo