All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf-next] selftests/bpf: Add liburandom_read.so to TEST_GEN_FILES
@ 2022-09-20 16:14 Yauheni Kaliuta
  2022-09-22 21:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Yauheni Kaliuta @ 2022-09-20 16:14 UTC (permalink / raw)
  To: bpf; +Cc: andrii, alexei.starovoitov, daniel, vkabatov, Yauheni Kaliuta

Added urandom_read shared lib is missing from the list of installed
files what makes urandom_read test after `make install` or `make
gen_tar` broken.

Add the library to TEST_GEN_FILES. The names in the list do not
contain $(OUTPUT) since it's added by lib.mk code.

Fixes: 00a0fa2d7d49 ("selftests/bpf: Add urandom_read shared lib and USDTs")
Signed-off-by: Yauheni Kaliuta <ykaliuta@redhat.com>
---
 tools/testing/selftests/bpf/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile
index 8d59ec7f4c2d..8b7b72f14665 100644
--- a/tools/testing/selftests/bpf/Makefile
+++ b/tools/testing/selftests/bpf/Makefile
@@ -85,6 +85,7 @@ TEST_GEN_PROGS_EXTENDED = test_sock_addr test_skb_cgroup_id_user \
 	xskxceiver xdp_redirect_multi xdp_synproxy
 
 TEST_CUSTOM_PROGS = $(OUTPUT)/urandom_read
+TEST_GEN_FILES += liburandom_read.so
 
 # Emit succinct information message describing current building step
 # $1 - generic step name (e.g., CC, LINK, etc);
-- 
2.37.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH bpf-next] selftests/bpf: Add liburandom_read.so to TEST_GEN_FILES
  2022-09-20 16:14 [PATCH bpf-next] selftests/bpf: Add liburandom_read.so to TEST_GEN_FILES Yauheni Kaliuta
@ 2022-09-22 21:00 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-09-22 21:00 UTC (permalink / raw)
  To: Yauheni Kaliuta; +Cc: bpf, andrii, alexei.starovoitov, daniel, vkabatov

Hello:

This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:

On Tue, 20 Sep 2022 19:14:09 +0300 you wrote:
> Added urandom_read shared lib is missing from the list of installed
> files what makes urandom_read test after `make install` or `make
> gen_tar` broken.
> 
> Add the library to TEST_GEN_FILES. The names in the list do not
> contain $(OUTPUT) since it's added by lib.mk code.
> 
> [...]

Here is the summary with links:
  - [bpf-next] selftests/bpf: Add liburandom_read.so to TEST_GEN_FILES
    https://git.kernel.org/bpf/bpf-next/c/b780d1671cf9

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-22 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-20 16:14 [PATCH bpf-next] selftests/bpf: Add liburandom_read.so to TEST_GEN_FILES Yauheni Kaliuta
2022-09-22 21:00 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.