Merge branch 'Support riscv libbpf USDT arg parsing logic'
authorAndrii Nakryiko <andrii@kernel.org>
Wed, 20 Apr 2022 04:59:35 +0000 (21:59 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 20 Apr 2022 04:59:35 +0000 (21:59 -0700)
Pu Lehui says:

====================

patch 1 fix a minor issue where usdt_cookie is cast to 32 bits.
patch 2 add support riscv libbpf USDT argument parsing logic,
both RV32 and RV64 tests have been passed as like follow:

# ./test_progs -t usdt
#169 usdt:OK
Summary: 1/4 PASSED, 0 SKIPPED, 0 FAILED
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>

Trivial merge