[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 0/6] deprecation and linux-user tweaks (+test fix)
From: |
Alex Bennée |
Subject: |
[PATCH v1 0/6] deprecation and linux-user tweaks (+test fix) |
Date: |
Mon, 14 Sep 2020 16:07:10 +0100 |
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
- [PATCH v1 0/6] deprecation and linux-user tweaks (+test fix),
Alex Bennée <=
- [PATCH v1 1/6] linux-user: test, don't assert addr != test in pgb_reserved_va, Alex Bennée, 2020/09/14
- [PATCH v1 2/6] configure: use add_to for tweaking deprecated_features, Alex Bennée, 2020/09/14
- [PATCH v1 4/6] configure: include tilegx-linux-user in the auto-exclude logic, Alex Bennée, 2020/09/14
- [PATCH v1 3/6] configure: also skip deprecated targets with target-list-exclude, Alex Bennée, 2020/09/14
- [PATCH v1 5/6] gitlab: create a build-deprecated target, Alex Bennée, 2020/09/14