]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user/hppa: Add signal trampoline for hppa target
authorHelge Deller <deller@gmx.de>
Sat, 24 Sep 2022 11:44:57 +0000 (13:44 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 27 Sep 2022 07:33:19 +0000 (09:33 +0200)
commit47393189ce9e23b560865e361f4ab8fb93a904d0
tree563e725de347a268c20d2f1eaf0c94827dccb993
parent785783bab1ae879817a26f6757a997ebdc5e89c5
linux-user/hppa: Add signal trampoline for hppa target

In Linux kernel v5.18 the vDSO for signal trampoline was added.
This code mimiks the bare minimum of this vDSO and thus avoids that the
parisc emulation needs executable stacks.

Signed-off-by: Helge Deller <deller@gmx.de>
Message-Id: <20220924114501.21767-4-deller@gmx.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/hppa/signal.c
linux-user/hppa/target_signal.h