Re: [PATCH v6 0/4] linux-user: generate syscall_nr.sh for RISC-V

2020-03-06 Thread no-reply
Patchew URL: https://patchew.org/QEMU/cover.1583518447.git.alistair.fran...@wdc.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v6 0/4] linux-user: generate syscall_nr.sh for RISC-V Message-id: cover.1583518447

[PATCH v6 0/4] linux-user: generate syscall_nr.sh for RISC-V

2020-03-06 Thread Alistair Francis
This series updates the RISC-V syscall_nr.sh based on the 5.5 kernel. There are two parts to this. One is just adding the new syscalls, the other part is updating the RV32 syscalls to match the fact that RV32 is a 64-bit time_t architectures (y2038) safe. We need to make some changes to syscall.c