You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf python: Set index error for invalid thread/cpu map items
JIRA: https://issues.redhat.com/browse/RHEL-78198
upstream
========
commit b4aff7e
Author: Ian Rogers <irogers@google.com>
Date: Thu Jul 10 16:51:26 2025 -0700
description
===========
Returning NULL for out of bound CPU or thread map items causes
internal errors. Fix by correctly setting the error to be an index
error.
Signed-off-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20250710235126.1086011-14-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Michael Petlan <mpetlan@redhat.com>
0 commit comments