Steven, please pull additional fixes for bugs that were caught in RTLA during the testing of linux-next.
Thanks, Tomas The following changes since commit fb8b8183208d8efe824e8d2c73fb1ab5ad1191fd: rtla: Fix parse_cpu_set() return value documentation (2026-01-07 15:57:56 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tglozar/linux.git/ tags/rtla-v6.20-fixups for you to fetch changes up to 6ea8a206108fe8b5940c2797afc54ae9f5a7bbdd: rtla: Fix parse_cpu_set() bug introduced by strtoi() (2026-01-13 08:32:52 +0100) ---------------------------------------------------------------- RTLA additional fixes for v6.20 - Fix bug in cpuset parsing A commit queued for 6.20 changed atoi() to a new strtoi() function on a tree-wide level. This broke cpuset parsing, which relies on atoi()'s behavior of skipping non-numeric prefixes. Revert cpuset parsing back to using atoi() to prevent the breakage. The log entries above are purely informative; since the fix is for a bug not yet merged upstream, it needs no mention in the merge description. The tag was tested (make && make check) as well as pre-tested on top of next-20260116. There are no additional known conflicts. Signed-off-by: Tomas Glozar <[email protected]> ---------------------------------------------------------------- Costa Shulyupin (1): rtla: Fix parse_cpu_set() bug introduced by strtoi() tools/tracing/rtla/src/utils.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-)
