From: "Luis R. Rodriguez" <mcgrof@kernel•org>
To: akpm@linux-foundation•org, arnd@arndb•de, mhiramat@kernel•org,
ananth@linux•vnet.ibm.com, anil.s.keshavamurthy@intel•com,
davem@davemloft•net, mingo@kernel•org, tglx@linutronix•de,
hpa@zytor•com, luto@kernel•org, broonie@kernel•org,
catalin.marinas@arm•com, will.deacon@arm•com,
rostedt@goodmis•org
Cc: bp@suse•de, bp@alien8•de, linux@armlinux•org.uk,
dhowells@redhat•com, benh@kernel•crashing.org,
ralf@linux-mips•org, jpoimboe@redhat•com,
linux-arch@vger•kernel.org, linux-kernel@vger•kernel.org,
linaro-kernel@lists•linaro.org, linux-next@vger•kernel.org,
kernel-build-reports@lists•linaro.org,
"Luis R. Rodriguez" <mcgrof@kernel•org>
Subject: [PATCH] arm64: armv8_deprecated: add missing arm/kprobes.h header
Date: Wed, 8 Feb 2017 09:33:41 -0800 [thread overview]
Message-ID: <20170208173341.14326-1-mcgrof@kernel.org> (raw)
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@kernel•org>
Cc: Masami Hiramatsu <mhiramat@kernel•org>
Cc: Catalin Marinas <catalin.marinas@arm•com>
Cc: Will Deacon <will.deacon@arm•com>
Signed-off-by: Luis R. Rodriguez <mcgrof@kernel•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
next reply other threads:[~2017-02-08 17:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-08 17:33 Luis R. Rodriguez [this message]
2017-02-08 19:09 ` [PATCH] arm64: armv8_deprecated: add missing arm/kprobes.h header Will Deacon
2017-02-08 20:45 ` Stephen Rothwell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170208173341.14326-1-mcgrof@kernel.org \
--to=mcgrof@kernel$(echo .)org \
--cc=akpm@linux-foundation$(echo .)org \
--cc=ananth@linux$(echo .)vnet.ibm.com \
--cc=anil.s.keshavamurthy@intel$(echo .)com \
--cc=arnd@arndb$(echo .)de \
--cc=benh@kernel$(echo .)crashing.org \
--cc=bp@alien8$(echo .)de \
--cc=bp@suse$(echo .)de \
--cc=broonie@kernel$(echo .)org \
--cc=catalin.marinas@arm$(echo .)com \
--cc=davem@davemloft$(echo .)net \
--cc=dhowells@redhat$(echo .)com \
--cc=hpa@zytor$(echo .)com \
--cc=jpoimboe@redhat$(echo .)com \
--cc=kernel-build-reports@lists$(echo .)linaro.org \
--cc=linaro-kernel@lists$(echo .)linaro.org \
--cc=linux-arch@vger$(echo .)kernel.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-next@vger$(echo .)kernel.org \
--cc=linux@armlinux$(echo .)org.uk \
--cc=luto@kernel$(echo .)org \
--cc=mhiramat@kernel$(echo .)org \
--cc=mingo@kernel$(echo .)org \
--cc=ralf@linux-mips$(echo .)org \
--cc=rostedt@goodmis$(echo .)org \
--cc=tglx@linutronix$(echo .)de \
--cc=will.deacon@arm$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox