]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
Merge branch 'bpf-retire-the-unsupported_ops-usage-in-struct_ops'
authorAlexei Starovoitov <ast@kernel.org>
Mon, 22 Jul 2024 19:21:22 +0000 (12:21 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Mon, 29 Jul 2024 20:09:14 +0000 (13:09 -0700)
Martin KaFai Lau says:

====================
bpf: Retire the unsupported_ops usage in struct_ops

From: Martin KaFai Lau <martin.lau@kernel.org>

This series retires the unsupported_ops usage and depends on the
null-ness check on the cfi_stubs instead.

Please see individual patches for details.

v2:
- Fixed a gcc compiler warning on Patch 1.
====================

Link: https://lore.kernel.org/r/20240722183049.2254692-1-martin.lau@linux.dev
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>

Trivial merge