mbox series

[bpf-next,v1,0/2] Enable vmtest for cross-compile arm64 on x86_64 host, and fix some related issues.

Message ID 20240827133959.1269178-1-yikai.lin@vivo.com
Headers show
Series Enable vmtest for cross-compile arm64 on x86_64 host, and fix some related issues. | expand

Message

Lin Yikai Aug. 27, 2024, 1:39 p.m. UTC
Enable vmtest for cross-compile arm64 on x86_64 host, and fix some related issues.
I have verified the patch for x86_64 with the target arch of 'x86' or 'arm64'.

v1:
- patch 2:
   - [1/2] Update "vmtest.sh" for cross-compile arm64 on x86_64 host.
   - [2/2] Fix cross-compile issue for some files 
      and a static compile issue for "-lzstd"


Lin Yikai (2):
  selftests/bpf: Update "vmtest.sh" for cross-compile arm64 on x86_64
    host.
  selftests/bpf: Fix cross-compile issue for some files and a static
    compile issue for "-lzstd"

 tools/testing/selftests/bpf/Makefile   | 12 ++++++++-
 tools/testing/selftests/bpf/README.rst | 12 ++++++++-
 tools/testing/selftests/bpf/vmtest.sh  | 37 +++++++++++++++++++++-----
 3 files changed, 53 insertions(+), 8 deletions(-)