* [linux-next][selftests/bpf] Kernel ABI header at 'tools/include/uapi/linux/if_xdp.h'
@ 2025-05-09 12:08 Venkat Rao Bagalkote
2025-05-09 12:45 ` Saket Kumar Bhaskar
0 siblings, 1 reply; 2+ messages in thread
From: Venkat Rao Bagalkote @ 2025-05-09 12:08 UTC (permalink / raw)
To: bpf, Saket Kumar Bhaskar, Hari Bathini, Madhavan Srinivasan, LKML,
Linux Next Mailing List
Hello,
I am observing build warnings. while compiling selftests/bpf on the
next-20250508 repo.
Warnings:
Warning: Kernel ABI header at 'tools/include/uapi/linux/if_xdp.h'
differs from latest version at 'include/uapi/linux/if_xdp.h'
Auto-detecting system features:
... llvm: [ on ]
MKDIR libbpf
TEST-HDR [test_progs] tests.h
MKDIR bpftool
MKDIR include
MKDIR no_alu32
MKDIR cpuv4
TEST-HDR [test_maps] tests.h
MKDIR resolve_btfids
LIB liburandom_read.so
SIGN-FILE sign-file
BINARY uprobe_multi
MKDIR
GEN /root/linux-next/tools/testing/selftests/bpf/bpf-helpers.rst
GEN /root/linux-next/tools/testing/selftests/bpf/bpf-syscall.rst
GEN
/root/linux-next/tools/testing/selftests/bpf/tools/build/libbpf/bpf_helper_defs.h
INSTALL
/root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/bpf.h
INSTALL
/root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/libbpf.h
INSTALL
/root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/btf.h
INSTALL
/root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/libbpf_common.h
INSTALL
/root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/libbpf_legacy.h
INSTALL
/root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/bpf_helpers.h
INSTALL
/root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/bpf_tracing.h
INSTALL
/root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/bpf_endian.h
INSTALL
/root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/skel_internal.h
INSTALL
/root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/bpf_core_read.h
INSTALL
/root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/libbpf_version.h
INSTALL
/root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/usdt.bpf.h
GEN /root/linux-next/tools/testing/selftests/bpf/bpf-syscall.2
GEN
/root/linux-next/tools/testing/selftests/bpf/tools/build/libbpf/libbpf.pc
Warning: Kernel ABI header at 'tools/include/uapi/linux/if_xdp.h'
differs from latest version at 'include/uapi/linux/if_xdp.h'
INSTALL
/root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/bpf_helper_defs.h
INSTALL libbpf_headers
BINARY urandom_read
CC /root/linux-next/tools/test
If you happen to fix this, please add below tag.
Reported-by: Venkat Rao Bagalkote <venkat88@linux.ibm.com>
Regards,
Venkat.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [linux-next][selftests/bpf] Kernel ABI header at 'tools/include/uapi/linux/if_xdp.h'
2025-05-09 12:08 [linux-next][selftests/bpf] Kernel ABI header at 'tools/include/uapi/linux/if_xdp.h' Venkat Rao Bagalkote
@ 2025-05-09 12:45 ` Saket Kumar Bhaskar
0 siblings, 0 replies; 2+ messages in thread
From: Saket Kumar Bhaskar @ 2025-05-09 12:45 UTC (permalink / raw)
To: Venkat Rao Bagalkote
Cc: bpf, Hari Bathini, Madhavan Srinivasan, LKML,
Linux Next Mailing List
On Fri, May 09, 2025 at 05:38:12PM +0530, Venkat Rao Bagalkote wrote:
> Hello,
>
>
> I am observing build warnings. while compiling selftests/bpf on
> the next-20250508 repo.
>
>
> Warnings:
>
>
> Warning: Kernel ABI header at 'tools/include/uapi/linux/if_xdp.h'
> differs from latest version at 'include/uapi/linux/if_xdp.h'
>
>
> Auto-detecting system features:
> ... llvm: [ on ]
>
> MKDIR libbpf
> TEST-HDR [test_progs] tests.h
> MKDIR bpftool
> MKDIR include
> MKDIR no_alu32
> MKDIR cpuv4
> TEST-HDR [test_maps] tests.h
> MKDIR resolve_btfids
> LIB liburandom_read.so
> SIGN-FILE sign-file
> BINARY uprobe_multi
> MKDIR
> GEN /root/linux-next/tools/testing/selftests/bpf/bpf-helpers.rst
> GEN /root/linux-next/tools/testing/selftests/bpf/bpf-syscall.rst
> GEN /root/linux-next/tools/testing/selftests/bpf/tools/build/libbpf/bpf_helper_defs.h
> INSTALL /root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/bpf.h
> INSTALL /root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/libbpf.h
> INSTALL /root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/btf.h
> INSTALL /root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/libbpf_common.h
> INSTALL /root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/libbpf_legacy.h
> INSTALL /root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/bpf_helpers.h
> INSTALL /root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/bpf_tracing.h
> INSTALL /root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/bpf_endian.h
> INSTALL /root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/skel_internal.h
> INSTALL /root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/bpf_core_read.h
> INSTALL /root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/libbpf_version.h
> INSTALL /root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/usdt.bpf.h
> GEN /root/linux-next/tools/testing/selftests/bpf/bpf-syscall.2
> GEN /root/linux-next/tools/testing/selftests/bpf/tools/build/libbpf/libbpf.pc
> Warning: Kernel ABI header at 'tools/include/uapi/linux/if_xdp.h'
> differs from latest version at 'include/uapi/linux/if_xdp.h'
> INSTALL /root/linux-next/tools/testing/selftests/bpf/tools/include/bpf/bpf_helper_defs.h
> INSTALL libbpf_headers
> BINARY urandom_read
> CC /root/linux-next/tools/test
>
>
> If you happen to fix this, please add below tag.
>
>
> Reported-by: Venkat Rao Bagalkote <venkat88@linux.ibm.com>
>
>
>
> Regards,
>
> Venkat.
>
Thanks for reporting it Venkat. I have sent the potential fix to https://lore.kernel.org/all/20250509123802.695574-1-skb99@linux.ibm.com/
Thanks,
Saket
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-09 12:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-09 12:08 [linux-next][selftests/bpf] Kernel ABI header at 'tools/include/uapi/linux/if_xdp.h' Venkat Rao Bagalkote
2025-05-09 12:45 ` Saket Kumar Bhaskar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox