You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/linux-user/mips
Thomas Weißschuh 91748d50c7 linux-user/mips/o32: Drop sa_restorer functionality
The Linux kernel dropped support for sa_restorer on O32 MIPS in the
release 2.5.48 because it was unused. See the comment in
arch/mips/include/uapi/asm/signal.h.

Applications using the kernels UAPI headers will not reserve enough
space for qemu-user to copy the sigaction.sa_restorer field to.
Unrelated data may be overwritten.

Align qemu-user with the kernel by also dropping sa_restorer support.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250709-mips-sa-restorer-v1-1-fc17120e4afe@t-8ch.de>
1 week ago
..
cpu_loop.c user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 7 months ago
meson.build meson: linux-user 5 years ago
signal.c linux-user: Move tswap_siginfo out of target code 1 year ago
sockbits.h linux-user: add TARGET_SO_{DOMAIN,PROTOCOL} 4 years ago
syscall-args-o32.c.inc linux-user, mips: update syscall-args-o32.c.inc to Linux v6.10 10 months ago
syscall_nr.h meson: linux-user 5 years ago
syscall_o32.tbl target/ppc: Fix lxvx/stxvx facility check 10 months ago
syscallhdr.sh license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only 10 months ago
target_cpu.h linux user: Fix Lesser GPL version number 5 years ago
target_elf.h linux-user/mips: Do not try to use removed R5900 CPU 11 months ago
target_errno_defs.h linux-user/mips: Move errno definitions to 'target_errno_defs.h' 4 years ago
target_fcntl.h linux-user: Introduce TARGET_HAVE_ARCH_STRUCT_FLOCK 6 years ago
target_mman.h linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h 2 years ago
target_prctl.h linux-user: Split out do_prctl and subroutines 4 years ago
target_proc.h linux-user: Split out cpu/target_proc.h 2 years ago
target_resource.h linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.h 4 years ago
target_signal.h linux-user/mips/o32: Drop sa_restorer functionality 1 week ago
target_structs.h linux user: Fix Lesser GPL version number 5 years ago
target_syscall.h linux-user: Split out do_prctl and subroutines 4 years ago
termbits.h linux-user: Add missing termbits types and values definitions 5 years ago