| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-09 | tools/nolibc: avoid using plain integer as NULL pointer | Thomas Weißschuh | |
| While an integer zero is a valid NULL pointer as per the C standard, sparse will complain about it. Use explicit NULL pointers instead. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/r/202509261452.g5peaXCc-lkp@intel.com/ Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Acked-by: Willy Tarreau <w@1wt.eu> | |||
| 2025-05-21 | tools/nolibc: move reboot() to sys/reboot.h | Thomas Weißschuh | |
| This is the location regular userspace expects this definition. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Acked-by: Willy Tarreau <w@1wt.eu> Link: https://lore.kernel.org/r/20250515-nolibc-sys-v1-4-74f82eea3b59@weissschuh.net | |||