lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 19 May 2022 09:47:12 +0800
From:   Hangbin Liu <liuhangbin@...il.com>
To:     Joachim Wiberg <troglobit@...il.com>
Cc:     netdev@...r.kernel.org, Jakub Kicinski <kuba@...nel.org>
Subject: Re: [PATCH net-next 1/1] selftests: forwarding: fix missing backslash

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@...il.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@...il.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ