]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
coresight: Handle helper enable failure properly
authorLeo Yan <leo.yan@arm.com>
Fri, 15 May 2026 20:08:09 +0000 (21:08 +0100)
committerSuzuki K Poulose <suzuki.poulose@arm.com>
Mon, 18 May 2026 09:18:44 +0000 (10:18 +0100)
commit864754d0a084141085f154db044401fb2dce6a34
treefd47f3e419e94c863636fa647b8263e0f4c923dc
parentea2c2b9e2a66e2b4aa0455b2d70058e2f0ea4d23
coresight: Handle helper enable failure properly

If a helper fails to be enabled, unwind any helpers that were already
enabled earlier in the loop. This avoids leaving partially enabled
helpers behind.

Fixes: 6148652807ba ("coresight: Enable and disable helper devices adjacent to the path")
Reviewed-by: Yeoreum Yun <yeoreum.yun@arm.com>
Reviewed-by: James Clark <james.clark@linaro.org>
Tested-by: James Clark <james.clark@linaro.org>
Tested-by: Jie Gan <jie.gan@oss.qualcomm.com>
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-2-f88c4a3ecfe9@arm.com
drivers/hwtracing/coresight/coresight-core.c