mbox series

[0/3] configure: Bump GDB detection version for GDB_HAS_MTE

Message ID 20240804161850.2646299-1-gustavo.romero@linaro.org (mailing list archive)
Headers show
Series configure: Bump GDB detection version for GDB_HAS_MTE | expand

Message

Gustavo Romero Aug. 4, 2024, 4:18 p.m. UTC
The main goal of this tiny series is to bump from 15.0. to 15.1 the GDB
version used for setting GDB_HAS_MTE=y to correctly detect GDB versions
that support all the packets necessary to run the QEMU gdbstub MTE tests
in user mode, resolving issue 2447 [0].

I took the chance to fix a bug in configure also regarding GDB_HAS_MTE,
which was being set even if the GDB available in the build env. does not
support the Aarch64 arch.

Cheers,
Gustavo

[0] https://gitlab.com/qemu-project/qemu/-/issues/2477

Gustavo Romero (3):
  configure: Fix arch detection for GDB_HAS_MTE
  configure: Avoid use of param. expansion when using gdb_version
  configure: Fix GDB version detection for GDB_HAS_MTE

 configure | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Comments

Alex Bennée Aug. 5, 2024, 1:12 p.m. UTC | #1
Gustavo Romero <gustavo.romero@linaro.org> writes:

> The main goal of this tiny series is to bump from 15.0. to 15.1 the GDB
> version used for setting GDB_HAS_MTE=y to correctly detect GDB versions
> that support all the packets necessary to run the QEMU gdbstub MTE tests
> in user mode, resolving issue 2447 [0].
>
> I took the chance to fix a bug in configure also regarding GDB_HAS_MTE,
> which was being set even if the GDB available in the build env. does not
> support the Aarch64 arch.

Queued to for-9.1/misc-fixes, thanks.