* [GIT PULL] RTLA fixes for v7.2-rc3
@ 2026-07-08 11:24 Tomas Glozar
0 siblings, 0 replies; only message in thread
From: Tomas Glozar @ 2026-07-08 11:24 UTC (permalink / raw)
To: Steven Rostedt
Cc: Andreas Ziegler, Bastian Blank, LKML, linux-trace-kernel,
Tomas Glozar
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@redhat.com>
----------------------------------------------------------------
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(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-08 11:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-08 11:24 [GIT PULL] RTLA fixes for v7.2-rc3 Tomas Glozar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox