netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] selftests: fix netfilter path in Makefile
@ 2024-04-16  5:32 Yujie Liu
  2024-04-17  9:50 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Yujie Liu @ 2024-04-16  5:32 UTC (permalink / raw)
  To: netdev, Florian Westphal
  Cc: netfilter-devel, Paolo Abeni, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Pablo Neira Ayuso, kernel test robot

Netfilter tests have been moved to a subdir under selftests/net by
patch series [1]. Fix the path in selftests/Makefile accordingly.

This helps fix the following error:

    tools/testing/selftests$ make
    ...
    make[1]: Entering directory 'tools/testing/selftests'
    make[1]: *** netfilter: No such file or directory.  Stop.
    make[1]: Leaving directory 'tools/testing/selftests'

[1] https://lore.kernel.org/all/20240411233624.8129-1-fw@strlen.de/

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Yujie Liu <yujie.liu@intel.com>
---
 tools/testing/selftests/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index 6dab886d6f7a..c785b6256a45 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -64,7 +64,7 @@ TARGETS += net/hsr
 TARGETS += net/mptcp
 TARGETS += net/openvswitch
 TARGETS += net/tcp_ao
-TARGETS += netfilter
+TARGETS += net/netfilter
 TARGETS += nsfs
 TARGETS += perf_events
 TARGETS += pidfd
-- 
2.34.1


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

* Re: [PATCH net-next] selftests: fix netfilter path in Makefile
  2024-04-16  5:32 [PATCH net-next] selftests: fix netfilter path in Makefile Yujie Liu
@ 2024-04-17  9:50 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-04-17  9:50 UTC (permalink / raw)
  To: Yujie Liu
  Cc: netdev, fw, netfilter-devel, pabeni, davem, edumazet, kuba, pablo, lkp

Hello:

This patch was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Tue, 16 Apr 2024 13:32:10 +0800 you wrote:
> Netfilter tests have been moved to a subdir under selftests/net by
> patch series [1]. Fix the path in selftests/Makefile accordingly.
> 
> This helps fix the following error:
> 
>     tools/testing/selftests$ make
>     ...
>     make[1]: Entering directory 'tools/testing/selftests'
>     make[1]: *** netfilter: No such file or directory.  Stop.
>     make[1]: Leaving directory 'tools/testing/selftests'
> 
> [...]

Here is the summary with links:
  - [net-next] selftests: fix netfilter path in Makefile
    https://git.kernel.org/netdev/net-next/c/9ef1ed26a67b

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:[~2024-04-17  9:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-16  5:32 [PATCH net-next] selftests: fix netfilter path in Makefile Yujie Liu
2024-04-17  9:50 ` 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).