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

2020-03-16 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200316085620.309769-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

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

2020-03-16 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