]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit3bf679e2f7d9f332351489549369e1cfa39a421d
treecf8bc2e1a24b615118c9d5d9c8bd757b51659f35
parentc01037293c4b7f145148f4ceb0e2d99ccd1bc2d2
parent5265a0142f57b10f57b5795e0dba90edfd127803
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>