Re: [PATCH] tools/nolibc: fix spelling of FD_SETBITMASK in FD_* macros
From: Thomas Weißschuh
Date: Sat Jun 21 2025 - 04:20:09 EST
On 2025-06-20 10:33:25+0200, Willy Tarreau wrote:
> While nolibc-test does test syscalls, it doesn't test as much the rest
> of the macros, and a wrong spelling of FD_SETBITMASK in commit
> feaf75658783a broke programs using either FD_SET() or FD_CLR() without
> being noticed. Let's fix these macros.
>
> Fixes: feaf75658783a ("nolibc: fix fd_set type")
> Cc: stable@xxxxxxxxxxxxxxx # v6.2+
> Signed-off-by: Willy Tarreau <w@xxxxxx>
Acked-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
Let me know if I should apply it.