Commit 17d5d6f
CKI KWF Bot
Merge: selftests/ftrace: Use readelf to find entry point in uprobe test
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/1381
# Merge Request Required Information
JIRA: https://issues.redhat.com/browse/RHEL-87219
## Summary of Changes
Use "readelf -h" to find the entrypoint of /bin/sh when adding the uprobe event, and add a check to make sure readelf is installed.
Signed-off-by: Anubhav Shelat <ashelat@redhat.com>
Approved-by: jbrnak <jbrnak@redhat.com>
Approved-by: tallison1 <tallison@redhat.com>
Approved-by: Michael Petlan <mpetlan@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>File tree
1 file changed
+9
-3
lines changed- tools/testing/selftests/ftrace/test.d/dynevent
1 file changed
+9
-3
lines changedLines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
| |||
0 commit comments