[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250419090202.GA31874@1wt.eu>
Date: Sat, 19 Apr 2025 11:02:02 +0200
From: Willy Tarreau <w@....eu>
To: Thomas Weißschuh <thomas.weissschuh@...utronix.de>
Cc: Thomas Weißschuh <linux@...ssschuh.net>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 00/10] tools/nolibc: split out functionality into new
headers
Hi Thomas!
On Wed, Apr 16, 2025 at 02:06:15PM +0200, Thomas Weißschuh wrote:
> Porting applications to nolibc is made harder by the lack of standard
> header names. Split out the existing functionality from the big catch-all
> headers into new dedicated ones.
>
> This series does not introduce any new logic.
>
> The last patch for sys/wait.h will conflict with
> "tools/nolibc: implement waitpid() in terms of waitid()" [0].
> But as both patches will go through the nolibc tree anyways we can take
> care of the conflict there.
>
> Based on linux-nolibc.git/next
>
> [0] https://lore.kernel.org/lkml/20250411-nolibc-kselftest-harness-v3-21-4d9c0295893f@linutronix.de/
>
> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@...utronix.de>
Nice work! Now we'll have sys/types.h, which will simplify the port to
many trivial programs that had to use it (as well as the few others of
course, but that one really stands out during tests). And I do appreciate
that we can continue to include everything at once using -include nolibc.h
without having to care for such details.
For the whole series: Acked-by: Willy Tarreau <w@....eu>
Thanks!
Willy
Powered by blists - more mailing lists