Re: [PATCH] tools/nolibc: fix spelling of FD_SETBITMASK in FD_* macros
From: Thomas Weißschuh
Date: Sat Jun 21 2025 - 04:36:15 EST
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@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.
>
> 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