[PATCH 0/7] linux-user/nios2: Fix clone and sigreturn

Richard Henderson posted 7 patches 2 years, 1 month ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220320160009.2665152-1-richard.henderson@linaro.org
Maintainers: Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
linux-user/nios2/target_cpu.h   |  1 +
linux-user/nios2/cpu_loop.c     | 29 ++++++++++++++++++++---------
linux-user/nios2/signal.c       | 17 +++--------------
tests/tcg/nios2/Makefile.target | 11 -----------
4 files changed, 24 insertions(+), 34 deletions(-)
delete mode 100644 tests/tcg/nios2/Makefile.target
[PATCH 0/7] linux-user/nios2: Fix clone and sigreturn
Posted by Richard Henderson 2 years, 1 month ago
These two syscalls are the reason that the generic linux-user
tests were failing, which allows us to re-enable the tests.


r~


Richard Henderson (7):
  linux-user/nios2: Fix clone child return
  linux-user/nios2: Drop syscall 0 "workaround"
  linux-user/nios2: Adjust error return
  linux-user/nios2: Handle special qemu syscall return values
  linux-user/nios2: Remove do_sigreturn
  linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn
  tests/tcg/nios2: Re-enable linux-user tests

 linux-user/nios2/target_cpu.h   |  1 +
 linux-user/nios2/cpu_loop.c     | 29 ++++++++++++++++++++---------
 linux-user/nios2/signal.c       | 17 +++--------------
 tests/tcg/nios2/Makefile.target | 11 -----------
 4 files changed, 24 insertions(+), 34 deletions(-)
 delete mode 100644 tests/tcg/nios2/Makefile.target

-- 
2.25.1