Hi, This series contains the previously posted linux-user fix for dealing with weird mmap semantics as well as some tweaks to configure as suggested in a late review of my last PR. It includes tilegx in the modified configure logic for handling deprecated fixes. There is also a fix from Max for iotests although I suspect there will be a v2 of the patch soon.
Most need review: - gitlab: create a build-deprecated target - configure: include tilegx-linux-user in the auto-exclude logic - configure: also skip deprecated targets with target-list-exclude - configure: use add_to for tweaking deprecated_features - linux-user: test, don't assert addr != test in pgb_reserved_va Alex Bennée (5): linux-user: test, don't assert addr != test in pgb_reserved_va configure: use add_to for tweaking deprecated_features configure: also skip deprecated targets with target-list-exclude configure: include tilegx-linux-user in the auto-exclude logic gitlab: create a build-deprecated target Max Reitz (1): iotests: Work around failing readlink -f configure | 15 +++++++++++---- linux-user/elfload.c | 9 ++++----- .gitlab-ci.yml | 10 ++++++++++ .travis.yml | 3 +-- tests/qemu-iotests/check | 4 ++++ 5 files changed, 30 insertions(+), 11 deletions(-) -- 2.20.1