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)
committerMichael Benedict <michaelbt@live.com>
Sun, 22 Sep 2019 15:51:31 +0000 (01:51 +1000)
commitb37091f4568ff13e93476f6fe77b3e9332946d89
treea5f986f8b1df3edb59f59e1e6c00c833b9ced976
parent5974d4d33aedc627ee92a4ff962fe378e15e4ed7
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