Re: [PATCH] fs/pipe: stop duplicating union pipe_index declaration
From: Linus Torvalds
Date: Wed Oct 29 2025 - 18:53:58 EST
On Wed, 29 Oct 2025 at 15:25, Christian Brauner <brauner@xxxxxxxxxx> wrote:
>
> Meh, I thought it was already enabled.
> Are you pushing this as a new feature for v6.19 or is Linus ok with
> enabling this still during v6.18?
I wasn't planning on doing any conversions for 6.18, but if it makes
things easier for people to start doing this, I could certainly take
just the "add new compiler flags" at any time.
Alternatively, maybe Rasmus/Nathan could just expose that commit
778740ee2d00 ("Kbuild: enable -fms-extensions") as a shared stable
branch.
That commit seems to be directly on top of 6.18-rc2, so people who
want it could just pull that commit instead.
Linus