Re: [PATCH v2 0/5] uapi: fix remaining kconfig leaks in UAPI headers
From: Thomas Weißschuh
Date: Mon Jan 12 2026 - 05:49:37 EST
On Mon, Jan 12, 2026 at 11:42:55AM +0100, Arnd Bergmann wrote:
> On Mon, Jan 12, 2026, at 08:58, Thomas Weißschuh wrote:
> > A few UAPI headers still contained references to kconfig symbols.
> > Clean them all up and afterwards remove the now useless exception
> > machinery in headers_install.sh.
> >
> > Intended to be routed through the kbuild tree.
> >
> > Signed-off-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
> > ---
>
> Whole series
>
> Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>
Thanks!
(...)
> Should I take the series through the asm-generic tree if there
> are no other concerns, or do you have other plans for merging it?
I had the kbuild tree in mind, but asm-generic sounds equally good.
The asm-generic tree will also be a better fit for my follow-up auxvec.h
series. So let's use that.
Thomas