diff options
author | Anisse Astier <aastier@freebox.fr> | 2019-06-17 15:22:21 +0200 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2019-06-17 18:38:10 +0100 |
commit | adeaa21a4b6954e878f3f7d1c5659ed9c1fe567a (patch) | |
tree | 5be9bad7d76fdca2b003909a8b6054e67dda973e /arch/hexagon/kernel | |
parent | c584b1202f2d0a04eaa66c29aaee9f6c172b5aa3 (diff) | |
download | linux-adeaa21a4b6954e878f3f7d1c5659ed9c1fe567a.tar.bz2 |
arm64: ssbd: explicitly depend on <linux/prctl.h>
Fix ssbd.c which depends implicitly on asm/ptrace.h including
linux/prctl.h (through for example linux/compat.h, then linux/time.h,
linux/seqlock.h, linux/spinlock.h and linux/irqflags.h), and uses
PR_SPEC* defines.
This is an issue since we'll soon be removing the include from
asm/ptrace.h.
Fixes: 9cdc0108baa8 ("arm64: ssbd: Add prctl interface for per-thread mitigation")
Cc: stable@vger.kernel.org
Signed-off-by: Anisse Astier <aastier@freebox.fr>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/hexagon/kernel')
0 files changed, 0 insertions, 0 deletions