[PATCH 0/2] HID: bpf: fix HID-BPF CI due to new compiler flags

Benjamin Tissoires posted 2 patches 1 month ago
drivers/hid/bpf/progs/Makefile       | 6 ++++--
tools/testing/selftests/hid/Makefile | 2 ++
2 files changed, 6 insertions(+), 2 deletions(-)
[PATCH 0/2] HID: bpf: fix HID-BPF CI due to new compiler flags
Posted by Benjamin Tissoires 1 month ago
Since the merge with v6.19-rc my CI is broken because of the newly
enabled -fms-extensions.

Add the missing flags when generating the CFLAGS for bpf.o to solve this
and continue running the tests while applying the patches.

Cheers,
Benjamin

Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
---
Benjamin Tissoires (2):
      HID: bpf: fix bpf compilation with -fms-extensions
      selftests/hid: fix bpf compilations due to -fms-extensions

 drivers/hid/bpf/progs/Makefile       | 6 ++++--
 tools/testing/selftests/hid/Makefile | 2 ++
 2 files changed, 6 insertions(+), 2 deletions(-)
---
base-commit: fde4ce068d1bccacf1e2d6a28697a3847f28e0a6
change-id: 20260106-wip-fix-bpf-compilation-4707e0faacb1

Best regards,
-- 
Benjamin Tissoires <bentiss@kernel.org>
Re: [PATCH 0/2] HID: bpf: fix HID-BPF CI due to new compiler flags
Posted by Benjamin Tissoires 1 month ago
On Tue, 06 Jan 2026 16:30:53 +0100, Benjamin Tissoires wrote:
> Since the merge with v6.19-rc my CI is broken because of the newly
> enabled -fms-extensions.
> 
> Add the missing flags when generating the CFLAGS for bpf.o to solve this
> and continue running the tests while applying the patches.
> 
> Cheers,
> Benjamin
> 
> [...]

Applied to hid/hid.git (for-6.19/upstream-fixes), thanks!

[1/2] HID: bpf: fix bpf compilation with -fms-extensions
      https://git.kernel.org/hid/hid/c/b7666c891cc7
[2/2] selftests/hid: fix bpf compilations due to -fms-extensions
      https://git.kernel.org/hid/hid/c/e03fb369b083

Cheers,
-- 
Benjamin Tissoires <bentiss@kernel.org>