diff options
author | Kevin Brodsky <kevin.brodsky@arm.com> | 2024-10-29 17:45:36 +0300 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2024-11-04 19:31:25 +0300 |
commit | 466ece4c6e195263ccab2d402ee06b2f8d639a0e (patch) | |
tree | c3a753ef5a86bc8bb9b4a7e1c8768b7c06d7020a /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 2e8a1acea8597ff42189ea94f0a63fa58640223d (diff) | |
download | linux-466ece4c6e195263ccab2d402ee06b2f8d639a0e.tar.xz |
arm64: signal: Remove unnecessary check when saving POE state
The POE frame record is allocated unconditionally if POE is
supported. If the allocation fails, a SIGSEGV is delivered before
setup_sigframe() can be reached. As a result there is no need to
consider poe_offset before saving POR_EL0; just remove that check.
This is in line with other frame records (FPMR, TPIDR2).
Reviewed-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Dave Martin <Dave.Martin@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Kevin Brodsky <kevin.brodsky@arm.com>
Link: https://lore.kernel.org/r/20241029144539.111155-3-kevin.brodsky@arm.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions