Skip to content

Commit e455a06

Browse files
author
Herton R. Krzesinski
committed
Merge: redhat: ignore rpminspect runpath report on urandom_read selftest binaries
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/1880 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> Approved-by: Lucas Zampieri <8413914-lzampier@users.noreply.gitlab.com> Approved-by: Jan Stancek <jstancek@redhat.com> Approved-by: Jarod Wilson <jarod@redhat.com> Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
2 parents 503e6ad + fea7769 commit e455a06

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)