Skip to content

Commit fea7769

Browse files
author
Herton R. Krzesinski
committed
redhat: ignore rpminspect runpath report on urandom_read selftest binaries
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2155887 Upstream Status: RHEL only Since a recent bpf update on the kernel, rpminspect started to report the following issue in the urandom_read selftest binaries: /usr/libexec/kselftests/bpf/(...)urandom_read has an invalid-looking DT_RPATH on <arch>: . This is expected since upstream commit: 00a0fa2 ("selftests/bpf: Add urandom_read shared lib and USDTs") As the selftest binary uses shared library linked from the current directory. Thus add the reported binaries to the ignore list in rpminspect configuration so this doesn't get reported every rpminspect CI run. Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
1 parent a91d469 commit fea7769

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

redhat/rpminspect.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ patches:
2626
ignore_list:
2727
- linux-kernel-test.patch
2828
- patch-%%SPECKVERSION%%.%%SPECKPATCHLEVEL%%-redhat.patch
29+
30+
runpath:
31+
ignore:
32+
- /usr/libexec/kselftests/bpf/urandom_read
33+
- /usr/libexec/kselftests/bpf/no_alu32/urandom_read

0 commit comments

Comments
 (0)