Re: [PATCH 1/2] stacktrace: Provide arch_in_irqentry_text() hook
From: Yuanhe Shu
Date: Mon Aug 31 2026 - 08:14:06 EST
On Thu, Aug 27, 2026 at 06:04:48PM +0100, Bradley Morgan wrote:
> LGTM, thanks
>
> Reviewed-by: Bradley Morgan <brads@xxxxxxxxxxxxxx>
Thanks for reviewing v1. I dropped the tag in v2 since the patch changed
materially: Peter asked for the #ifndef macro override pattern instead of
a Kconfig symbol, so the hook and its fallback now sit next to their only
user in kernel/stacktrace.c and x86 defines the macro in <asm/sections.h>.
The helper and the hook are also renamed to in_event_entry_text() and
arch_in_event_entry_text(). Please have another look if you get the
chance:
https://lore.kernel.org/r/20260831120221.2874445-1-xiangzao@xxxxxxxxxxxxxxxxx
Thanks,
Yuanhe