Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging
linux-user pull request 20220928-v2 use 'max' instead of 'qemu32' / 'qemu64' add pidfd_open(), pidfd_send_signal() and pidfd_getfd() Improve madvise(MADV_DONTNEED) futex syscal rework strace improvement HP/PA fixes and improvement Misc fixes # -----BEGIN PGP SIGNATURE----- # # iQJGBAABCAAwFiEEzS913cjjpNwuT1Fz8ww4vT8vvjwFAmM0riISHGxhdXJlbnRA # dml2aWVyLmV1AAoJEPMMOL0/L748gH4P/2wesXJKPMY2zQzP3Rld4iyefoPGG/Yp # mdq59BbjO2jQMR8GBss/nl9l84cIzzkYRQIogaKsjljtZYm/OO5xRefqrzJY6apD # eidxv20dAVjuaXHAIdGhbFlxot1ctExbZs9atB4uj5DWxfYGD6e/stoBy5/pSmr4 # M5EbGHhyrRI7tRbHGtVQVvG6AT6XGE0pT9tzT5JLaApF8UPMkgJwmez16PNWvcMm # v8GEvKm/vEVS8CCpzLV4kfwVeo3f54VAOrEBDi29ph2Yo50IA21k8BvoRZaSp+Kn # G6TMnnly/DkMspAs5EOVfat+kv3TziNNdDH7EnVU1vV1yTDdZgW/1204Uy/JY0Pw # WotwAFuO9FYeHKmjY0CfnIIZZHYZpDYUOZ8M6dESD/O0EjoB8LMf5p9cbYlze4DE # csJZCsVcz19HDv6QZXi5mvvDcJ83B2IDb8/PUAzSc0n62lXL9qjYD0wdb0QsLdAT # I25qLDge1HCmQfCIKcaoHYvE0pDmvkF6ftuQUXLtIwtaV0Z/N5wDf2PEHikjOYHM # gD2izz23/2wQx6KP/9ZNnCJ5QEBkEgm5wpHncsvjzSzi1uIdNlHyzJJwGTAcc5qZ # hOeoJ7dT0D6g0BGnvOdg2W/bDx18KW65mNDxE4d+W0uzn0YmQtArk2YsnhKQNO46 # 12/0ltPFnSV/ # =DIzQ # -----END PGP SIGNATURE----- # gpg: Signature made Wed 28 Sep 2022 16:27:14 EDT # gpg: using RSA key CD2F75DDC8E3A4DC2E4F5173F30C38BD3F2FBE3C # gpg: issuer "laurent@vivier.eu" # gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full] # gpg: aka "Laurent Vivier <laurent@vivier.eu>" [full] # gpg: aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" [full] # Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F 5173 F30C 38BD 3F2F BE3C * tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_vivier/qemu : (37 commits) linux-user: Add parameters of getrandom() syscall for strace linux-user: Lock log around strace linux-user: Update print_futex_op linux-user: Implement PI futexes linux-user: Convert signal number for FUTEX_FD linux-user: Implement FUTEX_WAKE_BITSET linux-user: Sink call to do_safe_futex linux-user: Combine do_futex and do_futex_time64 linux-user: Set ELF_BASE_PLATFORM for MIPS linux-user: Introduce stubs for ELF AT_BASE_PLATFORM linux-user/s390x: Save/restore fpc when handling a signal linux-user: Don't assume 0 is not a valid host timer_t value linux-user: fix bug about missing signum convert of sigqueue linux-user/hppa: Fix setup_sigcontext() linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect() linux-user/hppa: Increase guest stack size to 80MB for hppa target linux-user/hppa: Drop stack guard page on hppa target linux-user/hppa: Add signal trampoline for hppa target linux-user: Add proper strace format strings for getdents()/getdents64() linux-user: Fix TARGET_PROT_SEM for XTENSA ... Signed-off-by:Stefan Hajnoczi <stefanha@redhat.com>
No related branches found
No related tags found
Showing
- accel/tcg/translate-all.c 1 addition, 1 deletionaccel/tcg/translate-all.c
- include/exec/cpu-all.h 6 additions, 0 deletionsinclude/exec/cpu-all.h
- linux-user/aarch64/target_mman.h 1 addition, 0 deletionslinux-user/aarch64/target_mman.h
- linux-user/alpha/target_mman.h 8 additions, 0 deletionslinux-user/alpha/target_mman.h
- linux-user/arm/target_mman.h 1 addition, 0 deletionslinux-user/arm/target_mman.h
- linux-user/cpu_loop-common.h 2 additions, 0 deletionslinux-user/cpu_loop-common.h
- linux-user/cris/target_mman.h 1 addition, 0 deletionslinux-user/cris/target_mman.h
- linux-user/elfload.c 67 additions, 6 deletionslinux-user/elfload.c
- linux-user/generic/target_mman.h 92 additions, 0 deletionslinux-user/generic/target_mman.h
- linux-user/hexagon/target_mman.h 1 addition, 0 deletionslinux-user/hexagon/target_mman.h
- linux-user/hppa/cpu_loop.c 5 additions, 1 deletionlinux-user/hppa/cpu_loop.c
- linux-user/hppa/signal.c 34 additions, 23 deletionslinux-user/hppa/signal.c
- linux-user/hppa/target_mman.h 15 additions, 0 deletionslinux-user/hppa/target_mman.h
- linux-user/hppa/target_signal.h 1 addition, 13 deletionslinux-user/hppa/target_signal.h
- linux-user/hppa/target_syscall.h 2 additions, 0 deletionslinux-user/hppa/target_syscall.h
- linux-user/i386/target_elf.h 1 addition, 1 deletionlinux-user/i386/target_elf.h
- linux-user/i386/target_mman.h 1 addition, 0 deletionslinux-user/i386/target_mman.h
- linux-user/loongarch64/target_mman.h 1 addition, 0 deletionslinux-user/loongarch64/target_mman.h
- linux-user/m68k/target_mman.h 1 addition, 0 deletionslinux-user/m68k/target_mman.h
- linux-user/main.c 7 additions, 2 deletionslinux-user/main.c
Loading
Please register or sign in to comment