]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'selftests-updates-to-allow-single-instance-of-nettest-for-client-and...
authorJakub Kicinski <kuba@kernel.org>
Fri, 15 Jan 2021 00:26:54 +0000 (16:26 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 15 Jan 2021 00:26:55 +0000 (16:26 -0800)
commit65db96727c9422c8547ce3305d01a631202e2407
treecf8bc2e1a24b615118c9d5d9c8bd757b51659f35
parentd19b50117223ecacafe2467cc45f3b36dd7d7df0
parent19448bd29e1935dab1509bf2662c71a990e2c804
Merge branch 'selftests-updates-to-allow-single-instance-of-nettest-for-client-and-server'

David Ahern says:

====================
selftests: Updates to allow single instance of nettest for client and server

Update nettest to handle namespace change internally to allow a
single instance to run both client and server modes. Device validation
needs to be moved after the namespace change and a few run time
options need to be split to allow values for client and server.

v4
- really fix the memory leak with stdout/stderr buffers

v3
- send proper status in do_server for UDP sockets
- fix memory leak with stdout/stderr buffers
- new patch with separate option for address binding
- new patch to remove unnecessary newline

v2
- fix checkpath warnings
====================

Link: https://lore.kernel.org/r/20210114030949.54425-1-dsahern@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>