Re: [PATCH v2 1/2] stacktrace: Provide arch_in_event_entry_text() hook
From: Yuanhe Shu
Date: Tue Sep 01 2026 - 08:44:26 EST
On Mon, Aug 31, 2026 at 07:01:52AM -0700, Dave Hansen wrote:
> As much as I love inflicting x86-isms on generic comments, I don't think
> this comment needs to talk about x86. I find the most useful generic
> definitions to be like an instruction manual for future arch/
> maintainers. Maybe something like:
[...]
> ... and then talk about why x86 needs it in the x86 definition.
Good point, v3 will do it that way. The x86 definition already says why
the range is needed there and that it covers the ring 3 entry point, so I
will move the note about not being able to tell interrupt entry and
syscall entry apart into that comment as well.
Thanks,
Yuanhe