]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools/nolibc: add ptrace support
authorBenjamin Berg <benjamin.berg@intel.com>
Wed, 24 Sep 2025 14:20:58 +0000 (16:20 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Sun, 4 Jan 2026 09:28:44 +0000 (10:28 +0100)
commitec4bb8e8dfa060c699b548f62e4d56133aafbbec
treeecfe6b0f86696972718ced89f65fdff5dea48c73
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
tools/nolibc: add ptrace support

Add ptrace support, as it will be useful in UML.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
[Thomas: drop va_args usage and linux/uio.h inclusion]
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/Makefile
tools/include/nolibc/nolibc.h
tools/include/nolibc/sys/ptrace.h [new file with mode: 0644]
tools/testing/selftests/nolibc/nolibc-test.c