Re: [PATCH 0/4] linux-user: generate syscall_nr.h from linux unistd.h

2020-03-13 Thread Laurent Vivier
Le 10/03/2020 à 12:07, Laurent Vivier a écrit : > This series adds a script to generate syscall_nr.h for > architectures that don't use syscall.tbl but asm-generic/unistd.h > > The script uses several cpp passes and filters result with a grep/sed/tr > sequence. > The result must be checked before

Re: [PATCH 0/4] linux-user: generate syscall_nr.h from linux unistd.h

2020-03-10 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200310110759.3331020-1-laur...@vivier.eu/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash exp

[PATCH 0/4] linux-user: generate syscall_nr.h from linux unistd.h

2020-03-10 Thread Laurent Vivier
This series adds a script to generate syscall_nr.h for architectures that don't use syscall.tbl but asm-generic/unistd.h The script uses several cpp passes and filters result with a grep/sed/tr sequence. The result must be checked before being used, so it's why the script is not automatically run