summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorDavid Engraf <david.engraf@sysgo.com>2022-02-25 13:40:08 +0300
committerWill Deacon <will@kernel.org>2022-03-08 00:38:25 +0300
commit0a32c88ddb9af30e8a16d41d7b9b824c27d29459 (patch)
treea4a05b2bcc23ce6d7634bb81ea267b571f17feab /tools/perf/scripts/python/export-to-sqlite.py
parent0a2eec83c2c23cf609e781732b338a9a4f18e00c (diff)
downloadlinux-0a32c88ddb9af30e8a16d41d7b9b824c27d29459.tar.xz
arm64: signal: nofpsimd: Do not allocate fp/simd context when not available
Commit 6d502b6ba1b2 ("arm64: signal: nofpsimd: Handle fp/simd context for signal frames") introduced saving the fp/simd context for signal handling only when support is available. But setup_sigframe_layout() always reserves memory for fp/simd context. The additional memory is not touched because preserve_fpsimd_context() is not called and thus the magic is invalid. This may lead to an error when parse_user_sigframe() checks the fp/simd area and does not find a valid magic number. Signed-off-by: David Engraf <david.engraf@sysgo.com> Reviwed-by: Mark Brown <broonie@kernel.org> Fixes: 6d502b6ba1b267b3 ("arm64: signal: nofpsimd: Handle fp/simd context for signal frames") Cc: <stable@vger.kernel.org> # 5.6.x Reviewed-by: Catalin Marinas <catalin.marinas@arm.com> Link: https://lore.kernel.org/r/20220225104008.820289-1-david.engraf@sysgo.com Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions