Re: [PATCH v3 26/30] tools: verification: Append extra cflags
From: Leo Yan
Date: Tue Mar 10 2026 - 12:29:31 EST
On Mon, Mar 09, 2026 at 07:26:16AM +0100, Gabriele Monaco wrote:
> On Sun, 2026-03-08 at 16:46 +0000, Leo Yan wrote:
> > Append EXTRA_CFLAGS to CFLAGS so that additional flags can be applied to
> > the compiler.
> >
> > Signed-off-by: Leo Yan <leo.yan@xxxxxxx>
>
> Thanks, for the patch, however I don't think this is necessary for RV as
> EXTRA_CFLAGS are already appended to CFLAGS elsewhere [1].
>
> Makefile.rv is included after the various Makefile.include, so I presume that's
> good to go for the new flags you're appending in this series.
> I did a quick check and I see -fzero-init-padding-bits=all by just adding 05/30
> of this series.
>
> [1] -
> https://elixir.bootlin.com/linux/v6.19.3/source/tools/verification/rv/Makefile.rv#L29
Thanks! I will drop this one in next spin.