> From: Richard Henderson <richard.hender...@linaro.org> > Sent: Thursday, July 19, 2018 5:57 PM > > On 07/19/2018 05:52 AM, Stefan Markovic wrote: > > From: Aleksandar Rikalo <arik...@wavecomp.com> > > > > Signed-off-by: Aleksandar Markovic <amarko...@wavecomp.com> > > Signed-off-by: Stefan Markovic <smarko...@wavecomp.com> > > --- > > linux-user/strace.c | 14 +++++++++++++- > > linux-user/syscall.c | 25 +++++++++++++++++++++++++ > > 2 files changed, 38 insertions(+), 1 deletion(-) > > We need a (any) description of why. Is nanoMIPS going to reset the kernel > > abi > and do away with the "legacy" mips syscalls? > > > r~
Second that. This patch needs a proper commit message anyway, I don't know how it managed to arrive to this list without one. I do know the answer to the connection between this patch and nanoMIPS though. nanoMIPS supports different set of syscalls from "stat" group than mips32/mips64/mipsn32 or any other platform. Without this patch, nanoMIPS QEMU user-mode build would fail (but complete nanoMIPS QEMU user-mode support have not been sent for review to this list so far - it will be sent most likely next week). Regards, Aleksandar