Hi David, hi Jakub, hi Paolo, hi Eric, The following pull-request contains BPF updates for your *net* tree. We've added 2 non-merge commits during the last 2 day(s) which contain a total of 2 files changed, 2 insertions(+), 2 deletions(-). The main changes are: 1) Fix BPF selftest build after tree sync with regards to a _GNU_SOURCE macro redefined compilation error, from Stanislav Fomichev. 2) Fix a wrong test in the ASSERT_OK() check in uprobe_syscall BPF selftest, from Jiri Olsa. Please consider pulling these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/for-netdev Thanks a lot! Also thanks to reporters, reviewers and testers of commits in this pull-request: Jiri Olsa, Yonghong Song ---------------------------------------------------------------- The following changes since commit 039564d2fd37b122ec0d268e2ee6334e7169e225: Merge branch 'mptcp-endpoint-readd-fixes' into main (2024-07-29 13:31:28 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/for-netdev for you to fetch changes up to 7764b9622db4382b2797b54a70f292c8da6ef417: bpf/selftests: Fix ASSERT_OK condition check in uprobe_syscall test (2024-07-30 13:42:24 -0700) ---------------------------------------------------------------- bpf-for-netdev ---------------------------------------------------------------- Jiri Olsa (1): bpf/selftests: Fix ASSERT_OK condition check in uprobe_syscall test Stanislav Fomichev (1): selftests/bpf: Filter out _GNU_SOURCE when compiling test_cpp tools/testing/selftests/bpf/Makefile | 2 +- tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)