Skip to content
Snippets Groups Projects
Commit c0e01d5d authored by Will Deacon's avatar Will Deacon Committed by Catalin Marinas
Browse files

arm64: compat: use compat_uptr_t type for compat_ucontext.uc_link


struct compat_ucontext * is a 64-bit pointer, so we need to use a
compat_uptr_t instead to avoid declaring a structure incompatible with
what AArch32 userspace expects.

Cc: <stable@vger.kernel.org>
Reported-by: default avatarEdmund Grimley-Evans <Edmund.Grimley-Evans@arm.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent b6f35981
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment