Re: [PATCH 0/2] tools/nolibc: support for 32-bit s390

2025-02-01 Thread Willy Tarreau
On Wed, Jan 22, 2025 at 07:43:44PM +0100, Thomas Weißschuh wrote: > Support for 32-bit s390 is very easy to implement and useful for > testing. For example I used to test some generic compat_ptr() logic, > which is only testable on 32-bit s390. > > The series depends on my other series > "selftest

[PATCH 0/2] tools/nolibc: support for 32-bit s390

2025-01-22 Thread Thomas Weißschuh
Support for 32-bit s390 is very easy to implement and useful for testing. For example I used to test some generic compat_ptr() logic, which is only testable on 32-bit s390. The series depends on my other series "selftests/nolibc: test kernel configuration cleanups". (It's not a hard dependency, on