]> sourceware.org Git - systemtap.git/commit
Update test for bpf raw tracepoints to work with Linux 5.7 kernels
authorWilliam Cohen <wcohen@redhat.com>
Mon, 11 Jan 2021 03:36:21 +0000 (22:36 -0500)
committerWilliam Cohen <wcohen@redhat.com>
Mon, 11 Jan 2021 03:36:21 +0000 (22:36 -0500)
commit9fbbd999d6498a40061b950cdf163142e12a4967
tree32e18913d8db02582a75e908cd75658fc583ac19
parent07c7319e40f9968284445cb7b97df7bd8c86f4b2
Update test for bpf raw tracepoints to work with Linux 5.7 kernels

The kernel commit 70ed506c3bbcfa846d4636b23051ca79fa4781f7 in Linux
5.7 and newer replaced the bpf_raw_tracepoint_release function with
bpf_raw_tp_link_release.  This change in function names would cause
SystemTap's test for BPF raw tracepoint support to fail.  Updated the
check to look for the newer alternative function name.
tapsets.cxx
This page took 0.026039 seconds and 5 git commands to generate.