]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools/nolibc/printf: Handle "%s" with the numeric formats
authorDavid Laight <david.laight.linux@gmail.com>
Sun, 8 Mar 2026 11:37:35 +0000 (11:37 +0000)
committerThomas Weißschuh <linux@weissschuh.net>
Fri, 20 Mar 2026 16:55:50 +0000 (17:55 +0100)
commitb43be424343407661d5e7c79a3584a37b91a88bb
tree7d20633b3c3a01fde76b2fdd65d862655185f31c
parent125632871929e9bf5b0bc907c8fef2d326e4623a
tools/nolibc/printf: Handle "%s" with the numeric formats

Avoids the extra va_arg() call with is non-trivial on a lot of
modern ABI.

Signed-off-by: David Laight <david.laight.linux@gmail.com>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://patch.msgid.link/20260308113742.12649-11-david.laight.linux@gmail.com
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/stdio.h