[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170208173341.14326-1-mcgrof@kernel.org>
Date: Wed, 8 Feb 2017 09:33:41 -0800
From: "Luis R. Rodriguez" <mcgrof@...nel.org>
To: akpm@...ux-foundation.org, arnd@...db.de, mhiramat@...nel.org,
ananth@...ux.vnet.ibm.com, anil.s.keshavamurthy@...el.com,
davem@...emloft.net, mingo@...nel.org, tglx@...utronix.de,
hpa@...or.com, luto@...nel.org, broonie@...nel.org,
catalin.marinas@....com, will.deacon@....com, rostedt@...dmis.org
Cc: bp@...e.de, bp@...en8.de, linux@...linux.org.uk,
dhowells@...hat.com, benh@...nel.crashing.org, ralf@...ux-mips.org,
jpoimboe@...hat.com, linux-arch@...r.kernel.org,
linux-kernel@...r.kernel.org, linaro-kernel@...ts.linaro.org,
linux-next@...r.kernel.org, kernel-build-reports@...ts.linaro.org,
"Luis R. Rodriguez" <mcgrof@...nel.org>
Subject: [PATCH] arm64: armv8_deprecated: add missing arm/kprobes.h header
0-day caught a compile issue after the commit titled (kprobes: move
kprobe declarations to asm-generic/kprobes.h) was applied. This fixes
that.
Reported-by: 0-day
Cc: Mark Brown <broonie@...nel.org>
Cc: Masami Hiramatsu <mhiramat@...nel.org>
Cc: Catalin Marinas <catalin.marinas@....com>
Cc: Will Deacon <will.deacon@....com>
Signed-off-by: Luis R. Rodriguez <mcgrof@...nel.org>
---
As seen on linux-next tag next-20170208.
arch/arm64/kernel/armv8_deprecated.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/kernel/armv8_deprecated.c b/arch/arm64/kernel/armv8_deprecated.c
index 86032a012388..657977e77ec8 100644
--- a/arch/arm64/kernel/armv8_deprecated.c
+++ b/arch/arm64/kernel/armv8_deprecated.c
@@ -19,6 +19,7 @@
#include <asm/sysreg.h>
#include <asm/system_misc.h>
#include <asm/traps.h>
+#include <asm/kprobes.h>
#include <linux/uaccess.h>
#include <asm/cpufeature.h>
--
2.11.0
Powered by blists - more mailing lists