lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <29219c06-1dcb-440b-8479-98862b12bb10@t-8ch.de>
Date: Sun, 2 Nov 2025 13:51:53 +0100
From: Thomas Weißschuh <linux@...ssschuh.net>
To: Willy Tarreau <w@....eu>
Cc: shuah@...nel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 4/4] tools/nolibc: provide the portable sys/select.h

On 2025-11-02 11:46:11+0100, Willy Tarreau wrote:
> Modern programs tend to include sys/select.h to get FD_SET() and
> FD_CLR() definitions as well as struct fd_set, but in our case it
> didn't exist.
> 
> The definitions were moved from types.h to sys/select.h, which is
> now included from nolibc.h, and the sys_select() definition moved
> there as well from sys.h.
> 
> Signed-off-by: Willy Tarreau <w@....eu>
> ---
>  tools/include/nolibc/Makefile     |   1 +
>  tools/include/nolibc/nolibc.h     |   1 +
>  tools/include/nolibc/sys.h        |  45 -------------
>  tools/include/nolibc/sys/select.h | 103 ++++++++++++++++++++++++++++++
>  tools/include/nolibc/types.h      |  47 --------------
>  5 files changed, 105 insertions(+), 92 deletions(-)
>  create mode 100644 tools/include/nolibc/sys/select.h

Applied.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ