diff options
author | Dave Martin <Dave.Martin@arm.com> | 2017-01-18 16:25:23 +0000 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2017-01-18 18:05:10 +0000 |
commit | aeb1f39d814b2e21e5e5706a48834bfd553d0059 (patch) | |
tree | 3f09fcb9c232e1df6bb440abb4a19def4bbd696c /README | |
parent | a672401c00f82e4e19704aff361d9bad18003714 (diff) | |
download | linux-aeb1f39d814b2e21e5e5706a48834bfd553d0059.tar.bz2 |
arm64/ptrace: Avoid uninitialised struct padding in fpr_set()
This patch adds an explicit __reserved[] field to user_fpsimd_state
to replace what was previously unnamed padding.
This ensures that data in this region are propagated across
assignment rather than being left possibly uninitialised at the
destination.
Cc: <stable@vger.kernel.org> # 3.7.x-
Fixes: 60ffc30d5652 ("arm64: Exception handling")
Signed-off-by: Dave Martin <Dave.Martin@arm.com>
Acked-by: Will Deacon <Will.Deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions