Re: [RFC PATCH 9/9] arm64/debug: Mark debug exception helpers __always_inline
From: Will Deacon
Date: Mon Jul 27 2026 - 17:50:03 EST
On Mon, Jul 27, 2026 at 12:22:32PM -0700, Nick Desaulniers wrote:
> On Mon, Jul 27, 2026 at 5:25 AM Hongyan Xia <hongyan.xia@xxxxxxxxxxxxx> wrote:
> > arch/arm64/include/asm/esr.h | 2 +-
> > arch/arm64/include/asm/percpu.h | 2 +-
> > arch/arm64/include/asm/preempt.h | 4 ++--
> > arch/arm64/include/asm/ptrace.h | 4 ++--
> > arch/arm64/kernel/debug-monitors.c | 2 +-
> > include/linux/kprobes.h | 8 ++++----
>
> It might not be appropriate for the changes to kprobes.h to go through
> the arm64 tree, but maybe it is?
They look pretty trivial, so we can take 'em with Masami's Ack once the
rest of the series has been reviewed.
Will