]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
coresight: sysfs: Validate CPU online status for per-CPU sources
authorLeo Yan <leo.yan@arm.com>
Fri, 15 May 2026 20:08:35 +0000 (21:08 +0100)
committerSuzuki K Poulose <suzuki.poulose@arm.com>
Mon, 18 May 2026 11:52:33 +0000 (12:52 +0100)
commita5dd853fb7774c9543aed272a8614c15ebce3173
tree0dbc718cbb76760df5b2eb42d7578c09a6859cff
parent7105d2aa76d81d5133b2819a32c62c6dfbfbe12f
coresight: sysfs: Validate CPU online status for per-CPU sources

The current SysFS flow first enables the links and sink, then rolls back
to disable them if the source fails to enable. This failure can occur if
the associated CPU is offline, which causes the SMP call to fail.

Validate whether the associated CPU is online for a per-CPU tracer.
If the CPU is offline, return -ENODEV and bail out.

Tested-by: James Clark <james.clark@linaro.org>
Reviewed-by: Yeoreum Yun <yeoreum.yun@arm.com>
Reviewed-by: James Clark <james.clark@linaro.org>
Tested-by: Jie Gan <jie.gan@oss.qualcomm.com>
Reviewed-by: Mike Leach <mike.leach@linaro.org>
Signed-off-by: Leo Yan <leo.yan@arm.com>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20260515-arm_coresight_path_power_management_improvement-v14-28-f88c4a3ecfe9@arm.com
drivers/hwtracing/coresight/coresight-sysfs.c