mbox series

[0/6] A few more fixes for 9.1

Message ID 20240807114059.2339021-1-alex.bennee@linaro.org
Headers show
Series A few more fixes for 9.1 | expand

Message

Alex Bennée Aug. 7, 2024, 11:40 a.m. UTC
Nothing major here.

We have a tweak to the Makefile to properly trigger re-configure with
new python dependencies. A number of tweaks to the GDB version
detection for MTE and an update to checkpatch.

I'll collect any other misc patches if they are pointed out to me.

Alex Bennée (1):
  Makefile: trigger re-configure on updated pythondeps

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

Philippe Mathieu-Daudé (1):
  tests/avocado: Re-enable gdbsim-r5f562n8 testing U-Boot

Stefano Garzarella (1):
  scripts/checkpatch: more checks on files imported from Linux

 configure                          |  8 +++++---
 Makefile                           |  3 ++-
 scripts/checkpatch.pl              | 24 ++++++++++++++++++++++++
 tests/avocado/machine_rx_gdbsim.py |  2 --
 4 files changed, 31 insertions(+), 6 deletions(-)