projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72fae63
)
selftests/bpf: Add uprobe_multi to gen_tar target
author
Björn Töpel
<bjorn@rivosinc.com>
Wed, 4 Oct 2023 12:27:21 +0000
(14:27 +0200)
committer
Andrii Nakryiko
<andrii@kernel.org>
Wed, 4 Oct 2023 20:37:41 +0000
(13:37 -0700)
The uprobe_multi program was not picked up for the gen_tar target. Fix
by adding it to TEST_GEN_FILES.
Signed-off-by: Björn Töpel <bjorn@rivosinc.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Link:
https://lore.kernel.org/bpf/20231004122721.54525-4-bjorn@kernel.org
tools/testing/selftests/bpf/Makefile
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/bpf/Makefile
b/tools/testing/selftests/bpf/Makefile
index a28cf927bc59ad7ae7025acdafa6d032fcbda9e0..12a60521d624534ad091c3e9e8f3bb0981556a88 100644
(file)
--- a/
tools/testing/selftests/bpf/Makefile
+++ b/
tools/testing/selftests/bpf/Makefile
@@
-104,7
+104,7
@@
TEST_GEN_PROGS_EXTENDED = test_sock_addr test_skb_cgroup_id_user \
xskxceiver xdp_redirect_multi xdp_synproxy veristat xdp_hw_metadata \
xdp_features
-TEST_GEN_FILES += liburandom_read.so urandom_read sign-file
+TEST_GEN_FILES += liburandom_read.so urandom_read sign-file
uprobe_multi
# Emit succinct information message describing current building step
# $1 - generic step name (e.g., CC, LINK, etc);