lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20260119135038.756221-1-tglozar@redhat.com>
Date: Mon, 19 Jan 2026 14:50:38 +0100
From: Tomas Glozar <tglozar@...hat.com>
To: Steven Rostedt <rostedt@...dmis.org>
Cc: Costa Shulyupin <costa.shul@...hat.com>,
	LKML <linux-kernel@...r.kernel.org>,
	Linux Trace Kernel <linux-trace-kernel@...r.kernel.org>,
	Tomas Glozar <tglozar@...hat.com>
Subject: [GIT PULL] RTLA additional fixes for v6.20

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 <tglozar@...hat.com>

----------------------------------------------------------------
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(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ