[GIT PULL] RTLA fixes for v7.2-rc3
From: Tomas Glozar
Date: Wed Jul 08 2026 - 07:33:37 EST
Steven,
The following changes since commit 8cdeaa50eae8dad34885515f62559ee83e7e8dda:
Linux 7.2-rc2 (2026-07-05 14:44:06 -1000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/tglozar/linux.git tags/rtla-fixes-v7.2-rc3
for you to fetch changes up to cd9993d22a577339a93dcb401574e874ea29b143:
rtla: Also link in ctype.c (2026-07-08 10:38:18 +0200)
----------------------------------------------------------------
RTLA fixes for v7.2-rc3
- Fix missing unistd include
A missing #include <unistd.h> broke build on uclibc systems.
Add the include to fix it.
- Fix missing tools/lib/ctype.c dependency
RTLA links tools/lib/string.c as a dependency of libsubcmd, some of its
functions require _ctype. Link tools/lib/ctype.c as well, to fix build
without GCC LTO.
Signed-off-by: Tomas Glozar <tglozar@xxxxxxxxxx>
----------------------------------------------------------------
Andreas Ziegler (1):
rtla: Fix missing unistd include
Bastian Blank (1):
rtla: Also link in ctype.c
tools/tracing/rtla/Makefile | 14 ++++++++++----
tools/tracing/rtla/src/common.c | 1 +
2 files changed, 11 insertions(+), 4 deletions(-)