Skip to content

Commit

Permalink
Merge branch 'wcohen-wcohen/qa1900_nodebuginfo'
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Sep 3, 2024
2 parents 8d0b12b + fc157e1 commit 16188ca
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions qa/1900
Original file line number Diff line number Diff line change
Expand Up @@ -52,30 +52,18 @@ cat >$tmp.suppress <<End-of-File
# This is outside the control of PCP. There is an upstream libbpf issue filed:
#
# https://github.com/libbpf/libbpf/issues/845
#
# The following suppressions are for qa/1900
{
libbpf missing attr missing expected_attach_type field initialization
Memcheck:Param
bpf(attr->expected_attach_type)
fun:syscall
fun:sys_bpf
fun:sys_bpf_fd
fun:sys_bpf_prog_load
fun:probe_kern_prog_name
fun:kernel_supports
...
}
{
libbpf missing attr missing prog_ifindex field initialization
Memcheck:Param
bpf(attr->prog_ifindex)
fun:syscall
fun:sys_bpf
fun:sys_bpf_fd
fun:sys_bpf_prog_load
fun:probe_kern_prog_name
fun:kernel_supports
...
}
End-of-File
Expand Down

0 comments on commit 16188ca

Please sign in to comment.