Re: [PATCH 0/9] tools/nolibc: fix build issues on aarch64 after unistd cleanup

From: Willy Tarreau
Date: Thu Jan 21 2021 - 06:11:57 EST


On Thu, Jan 21, 2021 at 11:05:48AM +0000, Valentin Schneider wrote:
> This lets me run the following invocation without a hitch:
>
> tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 10 --configs "4*SRCU-P" --trust-make
>
> where before I would get some errors building the initrd due to missing
> __NR_foo.
>
> Tested-by: Valentin Schneider <valentin.schneider@xxxxxxx>

Thank you Valentin! Much appreciated!

Willy