Re: [PATCH] selftests/net: Add missing va_end in test_snprintf

2024-10-19 Thread Simon Horman
On Thu, Oct 17, 2024 at 03:52:51PM +0800, Liu Jing wrote: > There is no va_end after va_copy, just add it. > > Signed-off-by: Liu Jing > Signed-off-by: Liu Jing Thanks, This is correct. However, it was fixed recently in the same way by the following commit authored by one of your colleagues, Z

[PATCH] selftests/net: Add missing va_end in test_snprintf

2024-10-18 Thread Liu Jing
There is no va_end after va_copy, just add it. Signed-off-by: Liu Jing Signed-off-by: Liu Jing --- tools/testing/selftests/net/tcp_ao/lib/aolib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/net/tcp_ao/lib/aolib.h b/tools/testing/selftests/net/tcp_ao/lib/aolib.h

Re: [PATCH] selftests/net: Add missing va_end.

2024-10-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Fri, 27 Sep 2024 12:00:50 +0800 you wrote: > From: zhang jiao > > There is no va_end after va_copy, just add it. > > Signed-off-by: zhang jiao > --- > tools/testing/selftests/net/tcp_ao/lib/aolib.h | 1 + > 1 fil

Re: [PATCH] selftests/net: Add missing va_end.

2024-09-27 Thread Simon Horman
On Fri, Sep 27, 2024 at 12:00:50PM +0800, zhangjiao2 wrote: > From: zhang jiao > > There is no va_end after va_copy, just add it. > > Signed-off-by: zhang jiao Thanks, this looks good to me. Reviewed-by: Simon Horman

[PATCH] selftests/net: Add missing va_end.

2024-09-26 Thread zhangjiao2
From: zhang jiao There is no va_end after va_copy, just add it. Signed-off-by: zhang jiao --- tools/testing/selftests/net/tcp_ao/lib/aolib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/net/tcp_ao/lib/aolib.h b/tools/testing/selftests/net/tcp_ao/lib/aolib.h inde