Re: [PATCH v2 0/6] tools/nolibc: make dev_t 64 bits wide

From: Willy Tarreau

Date: Sat Apr 04 2026 - 04:26:20 EST


Hi Thomas,

On Sat, Apr 04, 2026 at 10:08:17AM +0200, Thomas Weißschuh wrote:
> Handle all possible values of minor and major numbers.
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
> ---
> Changes in v2:
> - Stay compatible with applications expecting makedev(), major() or
> minor() to be macros.
> - Link to v1: https://patch.msgid.link/20260331-nolibc-makedev-v1-0-ee79ee31e4d6@xxxxxxxxxxxxxx

Thanks for this. Your series looks good to me. I was also initially
concerned by the loss of macros but you addressed it in this series
so everything's fine from my perspective.

Acked-by: Willy Tarreau <w@xxxxxx>

Thanks,
willy