* [PATCH net] test/vsock: remove vsock_perf executable on `make clean`
@ 2023-08-03 8:54 Stefano Garzarella
2023-08-03 15:04 ` Simon Horman
2023-08-03 18:10 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Stefano Garzarella @ 2023-08-03 8:54 UTC (permalink / raw)
To: netdev
Cc: Arseniy Krasnov, Stefano Garzarella, Paolo Abeni, linux-kernel,
virtualization
We forgot to add vsock_perf to the rm command in the `clean`
target, so now we have a left over after `make clean` in
tools/testing/vsock.
Fixes: 8abbffd27ced ("test/vsock: vsock_perf utility")
Cc: AVKrasnov@sberdevices.ru
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
---
tools/testing/vsock/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/vsock/Makefile b/tools/testing/vsock/Makefile
index 43a254f0e14d..21a98ba565ab 100644
--- a/tools/testing/vsock/Makefile
+++ b/tools/testing/vsock/Makefile
@@ -8,5 +8,5 @@ vsock_perf: vsock_perf.o
CFLAGS += -g -O2 -Werror -Wall -I. -I../../include -I../../../usr/include -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -D_GNU_SOURCE
.PHONY: all test clean
clean:
- ${RM} *.o *.d vsock_test vsock_diag_test
+ ${RM} *.o *.d vsock_test vsock_diag_test vsock_perf
-include *.d
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH net] test/vsock: remove vsock_perf executable on `make clean`
2023-08-03 8:54 [PATCH net] test/vsock: remove vsock_perf executable on `make clean` Stefano Garzarella
@ 2023-08-03 15:04 ` Simon Horman
2023-08-03 18:10 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2023-08-03 15:04 UTC (permalink / raw)
To: Stefano Garzarella
Cc: netdev, Arseniy Krasnov, Paolo Abeni, linux-kernel,
virtualization
On Thu, Aug 03, 2023 at 10:54:54AM +0200, Stefano Garzarella wrote:
> We forgot to add vsock_perf to the rm command in the `clean`
> target, so now we have a left over after `make clean` in
> tools/testing/vsock.
>
> Fixes: 8abbffd27ced ("test/vsock: vsock_perf utility")
> Cc: AVKrasnov@sberdevices.ru
> Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Tested-by: Simon Horman <horms@kernel.org> # build-tested
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net] test/vsock: remove vsock_perf executable on `make clean`
2023-08-03 8:54 [PATCH net] test/vsock: remove vsock_perf executable on `make clean` Stefano Garzarella
2023-08-03 15:04 ` Simon Horman
@ 2023-08-03 18:10 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-08-03 18:10 UTC (permalink / raw)
To: Stefano Garzarella
Cc: netdev, AVKrasnov, pabeni, linux-kernel, virtualization
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 3 Aug 2023 10:54:54 +0200 you wrote:
> We forgot to add vsock_perf to the rm command in the `clean`
> target, so now we have a left over after `make clean` in
> tools/testing/vsock.
>
> Fixes: 8abbffd27ced ("test/vsock: vsock_perf utility")
> Cc: AVKrasnov@sberdevices.ru
> Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
>
> [...]
Here is the summary with links:
- [net] test/vsock: remove vsock_perf executable on `make clean`
https://git.kernel.org/netdev/net/c/3c50c8b24039
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
end of thread, other threads:[~2023-08-03 18:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-03 8:54 [PATCH net] test/vsock: remove vsock_perf executable on `make clean` Stefano Garzarella
2023-08-03 15:04 ` Simon Horman
2023-08-03 18:10 ` patchwork-bot+netdevbpf
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).