FROMLIST: [PATCH] arm64: compat: Expose offset to registers in sigframes
authorKevin Brodsky <kevin.brodsky@arm.com>
Tue, 10 May 2016 12:32:58 +0000 (13:32 +0100)
committerivanmeler <i_ivan@windowslive.com>
Wed, 13 Apr 2022 21:13:53 +0000 (21:13 +0000)
commitdc91f083ab01d818d99014634287e87eb9a2a30c
tree727587ee65491e8f2f91b364e68ef1ed6eb459c3
parent1d6c31e5a5fb13dc5f0f2a58ca845a9563d8e497
FROMLIST: [PATCH] arm64: compat: Expose offset to registers in sigframes

(cherry picked from url https://patchwork.kernel.org/patch/10006025/)

This will be needed to provide unwinding information in compat
sigreturn trampolines, part of the future compat vDSO. There is no
obvious header the compat_sig* struct's should be moved to, so let's
put them in signal32.h.

Also fix minor style issues reported by checkpatch.

Signed-off-by: Kevin Brodsky <kevin.brodsky@arm.com>
Signed-off-by: Mark Salyzyn <salyzyn@android.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Andy Gross <andy.gross@linaro.org>
Cc: Dave Martin <Dave.Martin@arm.com>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Bug: 63737556
Bug: 20045882
Change-Id: I9c23dd6b56ca48c0953cbf78ccb7b49ded906052
arch/arm64/include/asm/signal32.h
arch/arm64/kernel/asm-offsets.c
arch/arm64/kernel/signal32.c