mbox series

[bpf-next,v1,0/2] Follow ups for bpf-list set

Message ID 20221118185938.2139616-1-memxor@gmail.com (mailing list archive)
Headers show
Series Follow ups for bpf-list set | expand

Message

Kumar Kartikeya Dwivedi Nov. 18, 2022, 6:59 p.m. UTC
Make a few changes
 - Remove bpf_global_ma_set check at runtime, disallow calling bpf_obj_new during verification
 - Disable spin lock failure test when JIT does not support kfunc (s390x)

Kumar Kartikeya Dwivedi (2):
  bpf: Disallow calling bpf_obj_new_impl on bpf_mem_alloc_init failure
  selftests/bpf: Skip spin lock failure test on s390x

 kernel/bpf/helpers.c                               |  2 --
 kernel/bpf/verifier.c                              | 13 ++++++++++++-
 tools/testing/selftests/bpf/prog_tests/spin_lock.c |  6 ++++++
 3 files changed, 18 insertions(+), 3 deletions(-)


base-commit: db6bf999544c8c8dcae093e91eba4570647874b1

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 18, 2022, 8:20 p.m. UTC | #1
Hello:

This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:

On Sat, 19 Nov 2022 00:29:36 +0530 you wrote:
> Make a few changes
>  - Remove bpf_global_ma_set check at runtime, disallow calling bpf_obj_new during verification
>  - Disable spin lock failure test when JIT does not support kfunc (s390x)
> 
> Kumar Kartikeya Dwivedi (2):
>   bpf: Disallow calling bpf_obj_new_impl on bpf_mem_alloc_init failure
>   selftests/bpf: Skip spin lock failure test on s390x
> 
> [...]

Here is the summary with links:
  - [bpf-next,v1,1/2] bpf: Disallow calling bpf_obj_new_impl on bpf_mem_alloc_init failure
    (no matching commit)
  - [bpf-next,v1,2/2] selftests/bpf: Skip spin lock failure test on s390x
    https://git.kernel.org/bpf/bpf-next/c/97c11d6e3154

You are awesome, thank you!