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 1 day(s) which contain a total of 3 files changed, 16 insertions(+), 4 deletions(-). The main changes are: 1) Fix BTF to warn but not returning an error for a NULL BTF to still be able to load modules under CONFIG_DEBUG_INFO_BTF, from SeongJae Park. 2) Fix xsk sockets to honor SO_BINDTODEVICE in bind(), from Ilya Maximets. 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: Alexander Egorenkov, Jason Wang, Jiri Olsa, John Fastabend, Magnus Karlsson ---------------------------------------------------------------- The following changes since commit acd9755894c96c27078b52e0bfd894e48b0b1508: Documentation: ABI: sysfs-class-net-qmi: pass_through contact update (2023-07-03 09:25:50 +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 f7306acec9aae9893d15e745c8791124d42ab10a: xsk: Honor SO_BINDTODEVICE on bind (2023-07-04 10:19:48 +0200) ---------------------------------------------------------------- bpf-for-netdev ---------------------------------------------------------------- Ilya Maximets (1): xsk: Honor SO_BINDTODEVICE on bind SeongJae Park (1): bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_set() Documentation/networking/af_xdp.rst | 9 +++++++++ kernel/bpf/btf.c | 6 ++---- net/xdp/xsk.c | 5 +++++ 3 files changed, 16 insertions(+), 4 deletions(-)