[PATCH 0/6] tools/nolibc: MIPS bugfixes and refactoring

Thomas Weißschuh posted 6 patches 2 years, 1 month ago
There is a newer version of this series
tools/include/nolibc/arch-mips.h            |  4 ++++
tools/include/nolibc/arch.h                 |  4 +++-
tools/testing/selftests/nolibc/Makefile     | 25 ++++++++++++++++++++-----
tools/testing/selftests/nolibc/run-tests.sh |  2 +-
4 files changed, 28 insertions(+), 7 deletions(-)
[PATCH 0/6] tools/nolibc: MIPS bugfixes and refactoring
Posted by Thomas Weißschuh 2 years, 1 month ago
Two bugfixes and some minor refactorings of the MIPS support.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (6):
      tools/nolibc: error out on unsupported architecture
      tools/nolibc: move MIPS ABI validation into arch-mips.h
      selftests/nolibc: use XARCH for MIPS
      selftests/nolibc: explicitly specify ABI for MIPS
      selftests/nolibc: extraconfig support
      selftests/nolibc: add configuration for mipso32be

 tools/include/nolibc/arch-mips.h            |  4 ++++
 tools/include/nolibc/arch.h                 |  4 +++-
 tools/testing/selftests/nolibc/Makefile     | 25 ++++++++++++++++++++-----
 tools/testing/selftests/nolibc/run-tests.sh |  2 +-
 4 files changed, 28 insertions(+), 7 deletions(-)
---
base-commit: 6de6466e41182875252fe09658f9b7d74c4fa43c
change-id: 20231105-nolibc-mips-be-892785dd3eaa

Best regards,
-- 
Thomas Weißschuh <linux@weissschuh.net>

Re: [PATCH 0/6] tools/nolibc: MIPS bugfixes and refactoring
Posted by Willy Tarreau 2 years, 1 month ago
Hi Thomas,

On Sun, Nov 05, 2023 at 11:09:54AM +0100, Thomas Weißschuh wrote:
> Two bugfixes and some minor refactorings of the MIPS support.
> 
> Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>

besides the small comments about o32 and olddefconfig, consider this
series as:

Acked-by: Willy Tarreau <w@1wt.eu>

Thanks!
Willy