On 2025-06-21 10:21:34+0200, Willy Tarreau wrote:
On Sat, Jun 21, 2025 at 10:19:52AM +0200, Thomas Weißschuh wrote:
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@vger.kernel.org # v6.2+ Signed-off-by: Willy Tarreau w@1wt.eu
Acked-by: Thomas Weißschuh linux@weissschuh.net
Let me know if I should apply it.
As you prefer, given that you already have other ones in flight, maybe you want to order them as desired. Otherwise I'll push it.
Then feel free to push it. I have nothing going on right now.
Thomas