Re: [PATCH] fs/pipe: stop duplicating union pipe_index declaration

From: Nathan Chancellor

Date: Wed Oct 29 2025 - 19:31:01 EST


On Thu, Oct 30, 2025 at 12:13:11AM +0100, Christian Brauner wrote:
> I'm fine either way. @Nathan, if you just want to give Linus the patch
> if it's small enough or just want to give me a stable branch I can pull
> I'll be content. Thanks!

I do not care either way but I created a shared branch/tag since it was
easy enough to do. If Linus wants to take these directly for -rc4, I am
fine with that as well.

Cheers,
Nathan

The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux.git tags/kbuild-ms-extensions-6.19

for you to fetch changes up to c4781dc3d1cf0e017e1f290607ddc56cfe187afc:

Kbuild: enable -fms-extensions (2025-10-29 16:23:47 -0700)

----------------------------------------------------------------
Shared branch between Kbuild and other trees for enabling '-fms-extensions' for 6.19

Signed-off-by: Nathan Chancellor <nathan@xxxxxxxxxx>

----------------------------------------------------------------
Nathan Chancellor (1):
jfs: Rename _inline to avoid conflict with clang's '-fms-extensions'

Rasmus Villemoes (1):
Kbuild: enable -fms-extensions

Makefile | 3 +++
fs/jfs/jfs_incore.h | 6 +++---
scripts/Makefile.extrawarn | 4 +++-
3 files changed, 9 insertions(+), 4 deletions(-)