mbox series

[net-next,v3,0/2] af_vsock: add two new tests for, SOCK_SEQPACKET

Message ID 4ecfa306-a374-93f6-4e66-be62895ae4f7@sberdevices.ru (mailing list archive)
Headers show
Series af_vsock: add two new tests for, SOCK_SEQPACKET | expand

Message

Arseniy Krasnov March 17, 2022, 5:24 a.m. UTC
This adds two tests: for receive timeout and reading to invalid
buffer provided by user. I forgot to put both patches to main
patchset.

Arseniy Krasnov(2):

af_vsock: SOCK_SEQPACKET receive timeout test
af_vsock: SOCK_SEQPACKET broken buffer test

tools/testing/vsock/vsock_test.c | 215 +++++++++++++++++++++++++++++++++++++++
1 file changed, 215 insertions(+)

v1 -> v2:
 see every patch after '---' line.

v2 -> v3:
 see every patch after '---' line.