BPF List
 help / color / mirror / Atom feed
* fms-extensions and bpf
@ 2025-12-04  4:29 Alexei Starovoitov
  2025-12-04 15:52 ` Quentin Monnet
  2025-12-15 23:46 ` Song Liu
  0 siblings, 2 replies; 8+ messages in thread
From: Alexei Starovoitov @ 2025-12-04  4:29 UTC (permalink / raw)
  To: Quentin Monnet, Andrii Nakryiko, Eduard, Ihor Solodrai, bpf

Hi All,

The kernel is now built with -fms-extensions and it is
using them in various places.
To stop-the-bleed and let selftests/bpf pass
I applied the short term fix:

https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/commit/?id=835a50753579aa8368a08fca307e638723207768

Long term I think we can try to teach bpftool
to emit __diag_push("-fms-extensions"..)
at the top of vmlinux.h.
Not sure whether it's working though.

Also,
Quentin,
pls think of a way to silence warns during bpftool build,
which is now noisy due to:
In file included from skeleton/pid_iter.bpf.c:3:
.../tools/testing/selftests/bpf/tools/build/bpftool/vmlinux.h:64057:3:
warning: declaration does not declare anything
[-Wmissing-declarations]
 64057 |                 struct ns_tree;
       |                 ^~~~~~~~~~~~~~

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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-04  4:29 fms-extensions and bpf Alexei Starovoitov
2025-12-04 15:52 ` Quentin Monnet
2025-12-15 23:46 ` Song Liu
2025-12-16  1:24   ` Alexei Starovoitov
2025-12-16  7:50     ` Song Liu
2025-12-16 13:08       ` Alan Maguire
2025-12-16 16:52         ` Song Liu
2025-12-16 17:23           ` Alan Maguire

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