search for: cf7dc64273bf

Displaying 6 results from an estimated 6 matches for "cf7dc64273bf".

2019 Dec 18
0
[PATCH net-next v3 01/11] VSOCK: fix header include in vsock_diag_test
...I../../include -I../../../usr/include -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -D_GNU_SOURCE .PHONY: all test clean clean: ${RM} *.o *.d vsock_diag_test diff --git a/tools/testing/vsock/README b/tools/testing/vsock/README index 2cc6d7302db6..cf7dc64273bf 100644 --- a/tools/testing/vsock/README +++ b/tools/testing/vsock/README @@ -10,7 +10,7 @@ The following tests are available: The following prerequisite steps are not automated and must be performed prior to running tests: -1. Build the kernel and these tests. +1. Build the kernel, make headers...
2019 Aug 01
0
[PATCH v2 07/11] VSOCK: add AF_VSOCK test cases
...pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -D_GNU_SOURCE .PHONY: all test clean clean: - ${RM} *.o *.d vsock_diag_test + ${RM} *.o *.d vsock_test vsock_diag_test -include *.d diff --git a/tools/testing/vsock/README b/tools/testing/vsock/README index cf7dc64273bf..4d5045e7d2c3 100644 --- a/tools/testing/vsock/README +++ b/tools/testing/vsock/README @@ -5,6 +5,7 @@ Hyper-V. The following tests are available: + * vsock_test - core AF_VSOCK socket functionality * vsock_diag_test - vsock_diag.ko module for listing open sockets The following prerequi...
2019 Oct 09
2
[PATCH v2 07/11] VSOCK: add AF_VSOCK test cases
...liasing -fno-common -MMD -U_FORTIFY_SOURCE -D_GNU_SOURCE > .PHONY: all test clean > clean: > - ${RM} *.o *.d vsock_diag_test > + ${RM} *.o *.d vsock_test vsock_diag_test > -include *.d > diff --git a/tools/testing/vsock/README b/tools/testing/vsock/README > index cf7dc64273bf..4d5045e7d2c3 100644 > --- a/tools/testing/vsock/README > +++ b/tools/testing/vsock/README > @@ -5,6 +5,7 @@ Hyper-V. > > The following tests are available: > > + * vsock_test - core AF_VSOCK socket functionality > * vsock_diag_test - vsock_diag.ko module for listing op...
2019 Oct 09
2
[PATCH v2 07/11] VSOCK: add AF_VSOCK test cases
...liasing -fno-common -MMD -U_FORTIFY_SOURCE -D_GNU_SOURCE > .PHONY: all test clean > clean: > - ${RM} *.o *.d vsock_diag_test > + ${RM} *.o *.d vsock_test vsock_diag_test > -include *.d > diff --git a/tools/testing/vsock/README b/tools/testing/vsock/README > index cf7dc64273bf..4d5045e7d2c3 100644 > --- a/tools/testing/vsock/README > +++ b/tools/testing/vsock/README > @@ -5,6 +5,7 @@ Hyper-V. > > The following tests are available: > > + * vsock_test - core AF_VSOCK socket functionality > * vsock_diag_test - vsock_diag.ko module for listing op...
2019 Aug 01
13
[PATCH v2 00/11] VSOCK: add vsock_test test suite
The vsock_diag.ko module already has a test suite but the core AF_VSOCK functionality has no tests. This patch series adds several test cases that exercise AF_VSOCK SOCK_STREAM socket semantics (send/recv, connect/accept, half-closed connections, simultaneous connections). Stefan: Do you think we should have a single application or is better to split it in single tests (e.g.
2019 Dec 18
13
[PATCH net-next v3 00/11] VSOCK: add vsock_test test suite
The vsock_diag.ko module already has a test suite but the core AF_VSOCK functionality has no tests. This patch series adds several test cases that exercise AF_VSOCK SOCK_STREAM socket semantics (send/recv, connect/accept, half-closed connections, simultaneous connections). The v1 of this series was originally sent by Stefan. v3: - Patch 6: * check the byte received in the recv_byte() * use