[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/6] A few more fixes for 9.1
From: |
Alex Bennée |
Subject: |
[PATCH 0/6] A few more fixes for 9.1 |
Date: |
Wed, 7 Aug 2024 12:40:53 +0100 |
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(-)
--
2.39.2
- [PATCH 0/6] A few more fixes for 9.1,
Alex Bennée <=
- [PATCH 2/6] Makefile: trigger re-configure on updated pythondeps, Alex Bennée, 2024/08/07
- [PATCH 4/6] configure: Avoid use of param. expansion when using gdb_version, Alex Bennée, 2024/08/07
- [PATCH 3/6] configure: Fix arch detection for GDB_HAS_MTE, Alex Bennée, 2024/08/07
- [PATCH 1/6] tests/avocado: Re-enable gdbsim-r5f562n8 testing U-Boot, Alex Bennée, 2024/08/07
- [PATCH 5/6] configure: Fix GDB version detection for GDB_HAS_MTE, Alex Bennée, 2024/08/07
- [PATCH 6/6] scripts/checkpatch: more checks on files imported from Linux, Alex Bennée, 2024/08/07