Hi David, hi Jakub, hi Paolo, hi Eric, The following pull-request contains BPF updates for your *net-next* tree. We've added 4 non-merge commits during the last 1 day(s) which contain a total of 4 files changed, 9 insertions(+), 13 deletions(-). The main changes are: 1) A set of fixes for bpf exceptions, from Kumar and Alexei. Please consider pulling these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git Thanks a lot! Also thanks to reporters, reviewers and testers of commits in this pull-request: Alexei Starovoitov, Eric Dumazet, kernel test robot, Matthieu Baerts ---------------------------------------------------------------- The following changes since commit a5ea26536e89d04485aa9e1c8f60ba11dfc5469e: Merge branch 'stmmac-devvm_stmmac_probe_config_dt-conversion' (2023-09-18 12:44:36 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git for you to fetch changes up to aec42f36237b09e42eac39f6c74305aec02b4694: bpf: Remove unused variables. (2023-09-19 02:26:47 -0700) ---------------------------------------------------------------- Alexei Starovoitov (1): bpf: Remove unused variables. Kumar Kartikeya Dwivedi (3): selftests/bpf: Print log buffer for exceptions test only on failure bpf: Fix bpf_throw warning on 32-bit arch bpf: Disable exceptions when CONFIG_UNWINDER_FRAME_POINTER=y arch/x86/net/bpf_jit_comp.c | 9 ++++----- kernel/bpf/helpers.c | 2 +- kernel/bpf/verifier.c | 6 +----- tools/testing/selftests/bpf/prog_tests/exceptions.c | 5 +++-- 4 files changed, 9 insertions(+), 13 deletions(-)