mbox series

[bpf-next,0/3] Add USDT support for s390

Message ID 20220407214411.257260-1-iii@linux.ibm.com (mailing list archive)
Headers show
Series Add USDT support for s390 | expand

Message

Ilya Leoshkevich April 7, 2022, 9:44 p.m. UTC
This series adds USDT support for s390, making the "usdt" test pass
there. Patch 1 is a collection of minor cleanups, patch 2 adds
BPF-side support, patch 3 adds userspace-side support.

Ilya Leoshkevich (3):
  libbpf: Minor style improvements in USDT code
  libbpf: Make BPF-side of USDT support work on big-endian machines
  libbpf: Add s390-specific USDT arg spec parsing logic

 tools/lib/bpf/usdt.bpf.h |  7 ++--
 tools/lib/bpf/usdt.c     | 69 ++++++++++++++++++++++++++++++++++++----
 2 files changed, 68 insertions(+), 8 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 8, 2022, 2:10 p.m. UTC | #1
Hello:

This series was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:

On Thu,  7 Apr 2022 23:44:08 +0200 you wrote:
> This series adds USDT support for s390, making the "usdt" test pass
> there. Patch 1 is a collection of minor cleanups, patch 2 adds
> BPF-side support, patch 3 adds userspace-side support.
> 
> Ilya Leoshkevich (3):
>   libbpf: Minor style improvements in USDT code
>   libbpf: Make BPF-side of USDT support work on big-endian machines
>   libbpf: Add s390-specific USDT arg spec parsing logic
> 
> [...]

Here is the summary with links:
  - [bpf-next,1/3] libbpf: Minor style improvements in USDT code
    https://git.kernel.org/bpf/bpf-next/c/e1b6df598aa8
  - [bpf-next,2/3] libbpf: Make BPF-side of USDT support work on big-endian machines
    https://git.kernel.org/bpf/bpf-next/c/6f403d9d5306
  - [bpf-next,3/3] libbpf: Add s390-specific USDT arg spec parsing logic
    https://git.kernel.org/bpf/bpf-next/c/bd022685bd44

You are awesome, thank you!