All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 1/1] selftests: forwarding: fix missing backslash
@ 2022-05-18 15:16 Joachim Wiberg
  2022-05-19  1:47 ` Hangbin Liu
  2022-05-19  4:40 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Joachim Wiberg @ 2022-05-18 15:16 UTC (permalink / raw)
  To: netdev; +Cc: Jakub Kicinski, Hangbin Liu, Joachim Wiberg

Fix missing backslash, introduced in f62c5acc800ee.  Causes all tests to
not be installed.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
---
 tools/testing/selftests/net/forwarding/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/net/forwarding/Makefile b/tools/testing/selftests/net/forwarding/Makefile
index b5181b5a8e29..8f481218a492 100644
--- a/tools/testing/selftests/net/forwarding/Makefile
+++ b/tools/testing/selftests/net/forwarding/Makefile
@@ -88,7 +88,7 @@ TEST_PROGS = bridge_igmp.sh \
 	vxlan_bridge_1d_port_8472.sh \
 	vxlan_bridge_1d.sh \
 	vxlan_bridge_1q_ipv6.sh \
-	vxlan_bridge_1q_port_8472_ipv6.sh
+	vxlan_bridge_1q_port_8472_ipv6.sh \
 	vxlan_bridge_1q_port_8472.sh \
 	vxlan_bridge_1q.sh \
 	vxlan_symmetric_ipv6.sh \
-- 
2.25.1


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

* Re: [PATCH net-next 1/1] selftests: forwarding: fix missing backslash
  2022-05-18 15:16 [PATCH net-next 1/1] selftests: forwarding: fix missing backslash Joachim Wiberg
@ 2022-05-19  1:47 ` Hangbin Liu
  2022-05-19  4:40 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Hangbin Liu @ 2022-05-19  1:47 UTC (permalink / raw)
  To: Joachim Wiberg; +Cc: netdev, Jakub Kicinski

On Wed, May 18, 2022 at 05:16:30PM +0200, Joachim Wiberg wrote:
> Fix missing backslash, introduced in f62c5acc800ee.  Causes all tests to
> not be installed.
> 
> Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
> ---
>  tools/testing/selftests/net/forwarding/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/net/forwarding/Makefile b/tools/testing/selftests/net/forwarding/Makefile
> index b5181b5a8e29..8f481218a492 100644
> --- a/tools/testing/selftests/net/forwarding/Makefile
> +++ b/tools/testing/selftests/net/forwarding/Makefile
> @@ -88,7 +88,7 @@ TEST_PROGS = bridge_igmp.sh \
>  	vxlan_bridge_1d_port_8472.sh \
>  	vxlan_bridge_1d.sh \
>  	vxlan_bridge_1q_ipv6.sh \
> -	vxlan_bridge_1q_port_8472_ipv6.sh
> +	vxlan_bridge_1q_port_8472_ipv6.sh \
>  	vxlan_bridge_1q_port_8472.sh \
>  	vxlan_bridge_1q.sh \
>  	vxlan_symmetric_ipv6.sh \
> -- 
> 2.25.1
> 

Opps, sorry for the mistake and thanks for your fix.

Acked-by: Hangbin Liu <liuhangbin@gmail.com>

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

* Re: [PATCH net-next 1/1] selftests: forwarding: fix missing backslash
  2022-05-18 15:16 [PATCH net-next 1/1] selftests: forwarding: fix missing backslash Joachim Wiberg
  2022-05-19  1:47 ` Hangbin Liu
@ 2022-05-19  4:40 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-05-19  4:40 UTC (permalink / raw)
  To: Joachim Wiberg; +Cc: netdev, kuba, liuhangbin

Hello:

This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 18 May 2022 17:16:30 +0200 you wrote:
> Fix missing backslash, introduced in f62c5acc800ee.  Causes all tests to
> not be installed.
> 
> Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
> ---
>  tools/testing/selftests/net/forwarding/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [net-next,1/1] selftests: forwarding: fix missing backslash
    https://git.kernel.org/netdev/net/c/090f9dd092c6

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:[~2022-05-19  4:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 15:16 [PATCH net-next 1/1] selftests: forwarding: fix missing backslash Joachim Wiberg
2022-05-19  1:47 ` Hangbin Liu
2022-05-19  4:40 ` 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.