From: Geliang Tang <tanggeliang@xxxxxxxxxx> v4: - add a new patch to fix error checks for btf_get_module_btf. - rename the helper to check_btf_kconfigs. v3: - fix this build error: kernel/bpf/btf.c:7750:11: error: incomplete definition of type 'struct module' Reported-by: kernel test robot <lkp@xxxxxxxxx> Closes: https://lore.kernel.org/oe-kbuild-all/202402040934.Fph0XeEo-lkp@xxxxxxxxx/ v2: - add register_check_missing_btf helper as Jiri suggested. Geliang Tang (3): bpf, btf: Fix error checks for btf_get_module_btf bpf, btf: Add check_btf_kconfigs helper bpf, btf: Check btf for register_bpf_struct_ops kernel/bpf/btf.c | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) -- 2.40.1