]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
VSOCK: extract utility functions from vsock_diag_test.c
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 18 Dec 2019 18:07:00 +0000 (19:07 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Dec 2019 05:09:21 +0000 (21:09 -0800)
commitdf7e0e0d237e5a4ee262befb11b599058a178966
tree105b98425f52cf9666836aef64d282c6debc8f16
parentce1c7f84e276e8610ffa582517202ff76374cbc7
VSOCK: extract utility functions from vsock_diag_test.c

Move useful functions into a separate file in preparation for more
vsock test programs.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/vsock/Makefile
tools/testing/vsock/util.c [new file with mode: 0644]
tools/testing/vsock/util.h [new file with mode: 0644]
tools/testing/vsock/vsock_diag_test.c