aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorPaul Walmsley <pjw@kernel.org>2025-10-18 09:32:12 -0600
committerPaul Walmsley <pjw@kernel.org>2025-10-18 09:36:36 -0600
commitb7776a802f2f80139f96530a489dd00fd7089eda (patch)
tree2c140bec88691ec2a6db86fd58e39409e704f8b5 /tools/perf/scripts/python/task-analyzer.py
parentriscv: cpufeature: avoid uninitialized variable in has_thead_homogeneous_vlenb() (diff)
downloadlinux-rng-b7776a802f2f80139f96530a489dd00fd7089eda.tar.xz
linux-rng-b7776a802f2f80139f96530a489dd00fd7089eda.zip
riscv: hwprobe: avoid uninitialized variable use in hwprobe_arch_id()
Resolve this smatch warning: arch/riscv/kernel/sys_hwprobe.c:50 hwprobe_arch_id() error: uninitialized symbol 'cpu_id'. This could happen if hwprobe_arch_id() was called with a key ID of something other than MVENDORID, MIMPID, and MARCHID. This does not happen in the current codebase. The only caller of hwprobe_arch_id() is a function that only passes one of those three key IDs. For the sake of reducing static analyzer warning noise, and in the unlikely event that hwprobe_arch_id() is someday called with some other key ID, validate hwprobe_arch_id()'s input to ensure that 'cpu_id' is always initialized before use. Fixes: ea3de9ce8aa280 ("RISC-V: Add a syscall for HW probing") Cc: Evan Green <evan@rivosinc.com> Signed-off-by: Paul Walmsley <pjw@kernel.org> Link: https://lore.kernel.org/r/cf5a13ec-19d0-9862-059b-943f36107bf3@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions