diff options
author | Gregory CLEMENT <gregory.clement@bootlin.com> | 2024-10-28 18:59:35 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2024-10-30 15:41:32 +0100 |
commit | d1cb1437b785f312d63f447e2e79ff768e7ccc29 (patch) | |
tree | ab6b7504cdc0c532bf86dca091dbaaf4560614ee /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 322a9063876890895cb8308cc6f59de312e8aad5 (diff) |
irqchip/mips-gic: Prevent indirect access to clusters without CPU cores
It is possible to have zero CPU cores in a cluster; in such cases, it is
not possible to access the GIC, and any indirect access leads to an
exception.
Prevent access to such clusters by checking the number of cores in the
cluster at all places which issue indirect cluster access.
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Aleksandar Rikalo <arikalo@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241028175935.51250-14-arikalo@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions