diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2019-12-18 19:06:58 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-12-20 21:09:20 -0800 |
commit | 43985468df6757bc079ca0be44edf4da997891e0 (patch) | |
tree | 34973c7c9c29043f1c6c8b0d1ec5818c3661aaca /tools/testing/vsock/README | |
parent | a706a0422322e6235d689f53274009a743c8d719 (diff) | |
download | lwn-43985468df6757bc079ca0be44edf4da997891e0.tar.gz lwn-43985468df6757bc079ca0be44edf4da997891e0.zip |
VSOCK: fix header include in vsock_diag_test
The vsock_diag_test program directly included ../../../include/uapi/
headers from the source tree. Tests are supposed to use the
usr/include/linux/ headers that have been prepared with make
headers_install instead.
Suggested-by: David S. Miller <davem@davemloft.net>
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>
Diffstat (limited to 'tools/testing/vsock/README')
-rw-r--r-- | tools/testing/vsock/README | 2 |
1 files changed, 1 insertions, 1 deletions
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_install, and build these tests. 2. Install the kernel and tests on the host. 3. Install the kernel and tests inside the guest. 4. Boot the guest and ensure that the AF_VSOCK transport is enabled. |