]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools/nolibc: handle all major and minor numbers in makedev() and friends
authorThomas Weißschuh <linux@weissschuh.net>
Sat, 4 Apr 2026 08:08:22 +0000 (10:08 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Sat, 4 Apr 2026 08:29:02 +0000 (10:29 +0200)
commit572246dcddb5455d62d5d152fe31105542b10ff5
treed68ea7bff9cbc9eea2e7a2201424721d64cbf96f
parentdf4ef52c1d4737ca68ce8f1ade5f61abad219055
tools/nolibc: handle all major and minor numbers in makedev() and friends

Remove the limitation of only handling small major and minor numbers.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://patch.msgid.link/20260404-nolibc-makedev-v2-5-456a429bf60c@weissschuh.net
tools/include/nolibc/sys/sysmacros.h
tools/testing/selftests/nolibc/nolibc-test.c