mbox series

[bpf-next,0/3] s390/bpf: Implement exceptions

Message ID 20240703005047.40915-1-iii@linux.ibm.com (mailing list archive)
Headers show
Series s390/bpf: Implement exceptions | expand

Message

Ilya Leoshkevich July 3, 2024, 12:48 a.m. UTC
Hi,

this series implements exceptions in the s390x JIT. Patch 1 is a small
refactoring, patch 2 is the implementation, and patch 3 enables the
tests in the CI.

Best regards,
Ilya

Ilya Leoshkevich (3):
  s390/bpf: Change seen_reg to a mask
  s390/bpf: Implement exceptions
  selftests/bpf: Remove exceptions tests from DENYLIST.s390x

 arch/s390/net/bpf_jit_comp.c               | 85 +++++++++++++++++-----
 tools/testing/selftests/bpf/DENYLIST.s390x |  1 -
 2 files changed, 68 insertions(+), 18 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 8, 2024, 2:40 p.m. UTC | #1
Hello:

This series was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:

On Wed,  3 Jul 2024 02:48:46 +0200 you wrote:
> Hi,
> 
> this series implements exceptions in the s390x JIT. Patch 1 is a small
> refactoring, patch 2 is the implementation, and patch 3 enables the
> tests in the CI.
> 
> Best regards,
> Ilya
> 
> [...]

Here is the summary with links:
  - [bpf-next,1/3] s390/bpf: Change seen_reg to a mask
    https://git.kernel.org/bpf/bpf-next/c/7ba4f43e16de
  - [bpf-next,2/3] s390/bpf: Implement exceptions
    https://git.kernel.org/bpf/bpf-next/c/fa7bd4b000a7
  - [bpf-next,3/3] selftests/bpf: Remove exceptions tests from DENYLIST.s390x
    https://git.kernel.org/bpf/bpf-next/c/02480fe8a6a6

You are awesome, thank you!