* [PATCH] arm64: armv8_deprecated: add missing arm/kprobes.h header
@ 2017-02-08 17:33 Luis R. Rodriguez
2017-02-08 19:09 ` Will Deacon
0 siblings, 1 reply; 4+ messages in thread
From: Luis R. Rodriguez @ 2017-02-08 17:33 UTC (permalink / raw)
To: akpm, arnd, mhiramat, ananth, anil.s.keshavamurthy, davem, mingo,
tglx, hpa, luto, broonie, catalin.marinas, will.deacon, rostedt
Cc: bp, bp, linux, dhowells, benh, ralf, jpoimboe, linux-arch,
linux-kernel, linaro-kernel, linux-next, kernel-build-reports,
Luis R. Rodriguez
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: armv8_deprecated: add missing arm/kprobes.h header
2017-02-08 17:33 [PATCH] arm64: armv8_deprecated: add missing arm/kprobes.h header Luis R. Rodriguez
@ 2017-02-08 19:09 ` Will Deacon
2017-02-08 19:09 ` Will Deacon
2017-02-08 20:45 ` Stephen Rothwell
0 siblings, 2 replies; 4+ messages in thread
From: Will Deacon @ 2017-02-08 19:09 UTC (permalink / raw)
To: Luis R. Rodriguez
Cc: akpm, arnd, mhiramat, ananth, anil.s.keshavamurthy, davem, mingo,
tglx, hpa, luto, broonie, catalin.marinas, rostedt, bp, bp, linux,
dhowells, benh, ralf, jpoimboe, linux-arch, linux-kernel,
linaro-kernel, linux-next, kernel-build-reports
Thanks, Luis.
On Wed, Feb 08, 2017 at 09:33:41AM -0800, Luis R. Rodriguez wrote:
> 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.
I'm happy to pick this up in arm64, but given that the offending commit
comes via akpm, I guess he may prefer to pick it up so that his tree
builds for arm64 stand-alone. In that case:
Acked-by: Will Deacon <will.deacon@arm.com>
Will
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: armv8_deprecated: add missing arm/kprobes.h header
2017-02-08 19:09 ` Will Deacon
@ 2017-02-08 19:09 ` Will Deacon
2017-02-08 20:45 ` Stephen Rothwell
1 sibling, 0 replies; 4+ messages in thread
From: Will Deacon @ 2017-02-08 19:09 UTC (permalink / raw)
To: Luis R. Rodriguez
Cc: akpm, arnd, mhiramat, ananth, anil.s.keshavamurthy, davem, mingo,
tglx, hpa, luto, broonie, catalin.marinas, rostedt, bp, bp, linux,
dhowells, benh, ralf, jpoimboe, linux-arch, linux-kernel,
linaro-kernel, linux-next, kernel-build-reports
Thanks, Luis.
On Wed, Feb 08, 2017 at 09:33:41AM -0800, Luis R. Rodriguez wrote:
> 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.
I'm happy to pick this up in arm64, but given that the offending commit
comes via akpm, I guess he may prefer to pick it up so that his tree
builds for arm64 stand-alone. In that case:
Acked-by: Will Deacon <will.deacon@arm.com>
Will
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: armv8_deprecated: add missing arm/kprobes.h header
2017-02-08 19:09 ` Will Deacon
2017-02-08 19:09 ` Will Deacon
@ 2017-02-08 20:45 ` Stephen Rothwell
1 sibling, 0 replies; 4+ messages in thread
From: Stephen Rothwell @ 2017-02-08 20:45 UTC (permalink / raw)
To: Will Deacon
Cc: Luis R. Rodriguez, akpm, arnd, mhiramat, ananth,
anil.s.keshavamurthy, davem, mingo, tglx, hpa, luto, broonie,
catalin.marinas, rostedt, bp, bp, linux, dhowells, benh, ralf,
jpoimboe, linux-arch, linux-kernel, linaro-kernel, linux-next,
kernel-build-reports
Hi Will,
On Wed, 8 Feb 2017 19:09:05 +0000 Will Deacon <will.deacon@arm.com> wrote:
>
> Thanks, Luis.
>
> On Wed, Feb 08, 2017 at 09:33:41AM -0800, Luis R. Rodriguez wrote:
> > 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.
>
> I'm happy to pick this up in arm64, but given that the offending commit
> comes via akpm, I guess he may prefer to pick it up so that his tree
> builds for arm64 stand-alone. In that case:
>
> Acked-by: Will Deacon <will.deacon@arm.com>
I have added this to Andrew's tree in linux-next for today.
--
Cheers,
Stephen Rothwell
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-02-08 20:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-08 17:33 [PATCH] arm64: armv8_deprecated: add missing arm/kprobes.h header Luis R. Rodriguez
2017-02-08 19:09 ` Will Deacon
2017-02-08 19:09 ` Will Deacon
2017-02-08 20:45 ` Stephen Rothwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox