Re: [PATCH] selftests/nolibc: drop unnecessary sys/io.h include

2025-03-29 Thread Willy Tarreau
On Fri, Mar 28, 2025 at 04:23:38PM -0600, Shuah Khan wrote: > On 3/24/25 16:01, Thomas Weißschuh wrote: > > The include of sys/io.h is not necessary anymore since > > commit 67eb617a8e1e ("selftests/nolibc: simplify call to ioperm"). > > It's existence is also problematic as the header does not exi

Re: [PATCH] selftests/nolibc: drop unnecessary sys/io.h include

2025-03-28 Thread Shuah Khan
On 3/24/25 16:01, Thomas Weißschuh wrote: The include of sys/io.h is not necessary anymore since commit 67eb617a8e1e ("selftests/nolibc: simplify call to ioperm"). It's existence is also problematic as the header does not exist on all architectures. Reported-by: Sebastian Andrzej Siewior Signed

[PATCH] selftests/nolibc: drop unnecessary sys/io.h include

2025-03-24 Thread Thomas Weißschuh
The include of sys/io.h is not necessary anymore since commit 67eb617a8e1e ("selftests/nolibc: simplify call to ioperm"). It's existence is also problematic as the header does not exist on all architectures. Reported-by: Sebastian Andrzej Siewior Signed-off-by: Thomas Weißschuh --- tools/testin