diff options
author | Mark Brown <broonie@kernel.org> | 2023-01-31 23:20:40 +0100 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2023-02-01 18:56:47 +0100 |
commit | 0eb23720f29e4e7010c4b5195cf0d6500921a146 (patch) | |
tree | 179c7c9d01c52260d2f62d7eabdfd2d46d832fd3 /CREDITS | |
parent | arm64/signal: Don't redundantly verify FPSIMD magic (diff) | |
download | linux-0eb23720f29e4e7010c4b5195cf0d6500921a146.tar.xz linux-0eb23720f29e4e7010c4b5195cf0d6500921a146.zip |
arm64/signal: Remove redundant size validation from parse_user_sigframe()
There is some minimal size validation in parse_user_sigframe() however
all of the individual parsing functions perform frame specific validation
of the sizing information, remove the frame specific size checks in the
core so that there isn't any confusion about what we validate for size.
Since the checks in the SVE and ZA parsing are after we have read the
relevant context and since they won't report an error if the frame is
undersized they are adjusted to check for this before doing anything else.
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20221212-arm64-signal-cleanup-v3-2-4545c94b20ff@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions