The following changes since commit 3f8d1885e48e4d72eab0688f604de62e0aea7a38:
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210311-pull-request'= into staging (2021-03-12 13:53:44 +0000) are available in the Git repository at: git://github.com/vivier/qemu.git tags/linux-user-for-6.0-pull-request for you to fetch changes up to 0266e8e3b3981b492e82be20bb97e8ed9792ed00: linux-user/elfload: fix address calculation in fallback scenario (2021-03-1= 3 10:45:11 +0100) ---------------------------------------------------------------- linux-user pull request 20210313 - fix elfload - fix executable page of /proc/self/maps - add preserve-arg[0] support for binfmt_misc ---------------------------------------------------------------- Laurent Vivier (1): linux-user: manage binfmt-misc preserve-arg[0] flag Nicolas Surbayrole (1): linux-user: Fix executable page of /proc/self/maps Vincent Fazio (3): linux-user/elfload: munmap proper address in pgd_find_hole_fallback linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel support linux-user/elfload: fix address calculation in fallback scenario linux-user/elfload.c | 8 +++---- linux-user/main.c | 24 ++++++++++++++++++++ linux-user/syscall.c | 6 ++--- scripts/qemu-binfmt-conf.sh | 44 +++++++++++++++++++++++-------------- 4 files changed, 58 insertions(+), 24 deletions(-) --=20 2.29.2