public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Kbuild: enable -fms-extensions, make btrfs the first user
@ 2025-10-20 14:22 Rasmus Villemoes
  2025-10-20 14:22 ` [PATCH 1/2] Kbuild: enable -fms-extensions Rasmus Villemoes
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Rasmus Villemoes @ 2025-10-20 14:22 UTC (permalink / raw)
  To: Linus Torvalds, David Sterba
  Cc: linux-btrfs, Nathan Chancellor, Nick Desaulniers, linux-kbuild,
	Rasmus Villemoes

Since -fms-extensions once again came up as potentially useful, Linus
suggested that we bite the bullet and enable it.

https://lore.kernel.org/lkml/CAHk-=wjeZwww6Zswn6F_iZTpUihTSNKYppLqj36iQDDhfntuEw@mail.gmail.com/

So that's what patch 1 does, and patch 2 puts it to use in the btrfs
case.

Compile-tested only, with gcc (15.2.1) and clang (20.1.8).

Rasmus Villemoes (2):
  Kbuild: enable -fms-extensions
  btrfs: send: make use of -fms-extensions for defining struct fs_path

 Makefile        |  9 +++++++++
 fs/btrfs/send.c | 39 ++++++++++++++++++++-------------------
 2 files changed, 29 insertions(+), 19 deletions(-)

-- 
2.51.0


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-10-23 16:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-20 14:22 [PATCH 0/2] Kbuild: enable -fms-extensions, make btrfs the first user Rasmus Villemoes
2025-10-20 14:22 ` [PATCH 1/2] Kbuild: enable -fms-extensions Rasmus Villemoes
2025-10-22 16:15   ` Nathan Chancellor
2025-10-22 20:35     ` Rasmus Villemoes
2025-10-22 21:11       ` Nathan Chancellor
2025-10-23 12:40         ` Nathan Chancellor
2025-10-23 14:17           ` Dave Kleikamp
2025-10-23 16:45             ` Nathan Chancellor
2025-10-20 14:22 ` [PATCH 2/2] btrfs: send: make use of -fms-extensions for defining struct fs_path Rasmus Villemoes
2025-10-20 19:48   ` Linus Torvalds
2025-10-22  5:24     ` David Sterba
2025-10-22  5:30 ` [PATCH 0/2] Kbuild: enable -fms-extensions, make btrfs the first user David Sterba
2025-10-22 16:17   ` Nathan Chancellor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox