bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next] selftests/bpf: Fix typo in Makefile
@ 2021-03-08 18:28 Jean-Philippe Brucker
  2021-03-08 18:40 ` patchwork-bot+netdevbpf
  2021-03-08 21:19 ` Joe Stringer
  0 siblings, 2 replies; 3+ messages in thread
From: Jean-Philippe Brucker @ 2021-03-08 18:28 UTC (permalink / raw)
  To: shuah, ast, daniel, andrii
  Cc: linux-kselftest, bpf, joe, toke, quentin, Jean-Philippe Brucker

The selftest build fails when trying to install the scripts:

rsync: [sender] link_stat "tools/testing/selftests/bpf/test_docs_build.sh" failed: No such file or directory (2)

Fix the filename.

Fixes: a01d935b2e09 ("tools/bpf: Remove bpf-helpers from bpftool docs")
Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
---
 tools/testing/selftests/bpf/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile
index b5827464c6b5..c3999587bc23 100644
--- a/tools/testing/selftests/bpf/Makefile
+++ b/tools/testing/selftests/bpf/Makefile
@@ -68,7 +68,7 @@ TEST_PROGS := test_kmod.sh \
 	test_bpftool_build.sh \
 	test_bpftool.sh \
 	test_bpftool_metadata.sh \
-	test_docs_build.sh \
+	test_doc_build.sh \
 	test_xsk.sh
 
 TEST_PROGS_EXTENDED := with_addr.sh \
-- 
2.30.1


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

* Re: [PATCH bpf-next] selftests/bpf: Fix typo in Makefile
  2021-03-08 18:28 [PATCH bpf-next] selftests/bpf: Fix typo in Makefile Jean-Philippe Brucker
@ 2021-03-08 18:40 ` patchwork-bot+netdevbpf
  2021-03-08 21:19 ` Joe Stringer
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-03-08 18:40 UTC (permalink / raw)
  To: Jean-Philippe Brucker
  Cc: shuah, ast, daniel, andrii, linux-kselftest, bpf, joe, toke, quentin

Hello:

This patch was applied to bpf/bpf-next.git (refs/heads/master):

On Mon,  8 Mar 2021 19:28:31 +0100 you wrote:
> The selftest build fails when trying to install the scripts:
> 
> rsync: [sender] link_stat "tools/testing/selftests/bpf/test_docs_build.sh" failed: No such file or directory (2)
> 
> Fix the filename.
> 
> Fixes: a01d935b2e09 ("tools/bpf: Remove bpf-helpers from bpftool docs")
> Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
> 
> [...]

Here is the summary with links:
  - [bpf-next] selftests/bpf: Fix typo in Makefile
    https://git.kernel.org/bpf/bpf-next/c/a0d73acc1e4b

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] 3+ messages in thread

* Re: [PATCH bpf-next] selftests/bpf: Fix typo in Makefile
  2021-03-08 18:28 [PATCH bpf-next] selftests/bpf: Fix typo in Makefile Jean-Philippe Brucker
  2021-03-08 18:40 ` patchwork-bot+netdevbpf
@ 2021-03-08 21:19 ` Joe Stringer
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Stringer @ 2021-03-08 21:19 UTC (permalink / raw)
  To: Jean-Philippe Brucker
  Cc: shuah, Alexei Starovoitov, Daniel Borkmann, andrii,
	linux-kselftest, bpf, Joe Stringer,
	Toke Høiland-Jørgensen, Quentin Monnet

On Mon, Mar 8, 2021 at 10:29 AM Jean-Philippe Brucker
<jean-philippe@linaro.org> wrote:
>
> The selftest build fails when trying to install the scripts:
>
> rsync: [sender] link_stat "tools/testing/selftests/bpf/test_docs_build.sh" failed: No such file or directory (2)
>
> Fix the filename.
>
> Fixes: a01d935b2e09 ("tools/bpf: Remove bpf-helpers from bpftool docs")
> Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>

Thanks for the fix.

Acked-by: Joe Stringer <joe@cilium.io>

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

end of thread, other threads:[~2021-03-08 21:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08 18:28 [PATCH bpf-next] selftests/bpf: Fix typo in Makefile Jean-Philippe Brucker
2021-03-08 18:40 ` patchwork-bot+netdevbpf
2021-03-08 21:19 ` Joe Stringer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).