Re: [PATCH 0/9] x86: Cleanup NMI handling
From: Peter Zijlstra
Date: Tue Apr 01 2025 - 10:54:42 EST
On Thu, Mar 27, 2025 at 11:46:20PM +0000, Sohil Mehta wrote:
> Sohil Mehta (9):
> x86/nmi: Simplify unknown NMI panic handling
> x86/nmi: Consolidate NMI panic variables
> x86/nmi: Use a macro to initialize NMI descriptors
> x86/nmi: Remove export of local_touch_nmi()
> x86/nmi: Fix comment in unknown NMI handling
> x86/nmi: Improve and relocate NMI handler comments
> x86/nmi: Improve NMI header documentation
> x86/nmi: Clean up NMI selftest
> x86/nmi: Improve NMI duration console print
>
> arch/x86/include/asm/nmi.h | 49 +++++++++++++++++--
> arch/x86/include/asm/x86_init.h | 1 +
> arch/x86/kernel/dumpstack.c | 2 -
> arch/x86/kernel/nmi.c | 87 ++++++++++++++++-----------------
> arch/x86/kernel/nmi_selftest.c | 52 ++++++--------------
> arch/x86/kernel/setup.c | 37 ++++++--------
> include/linux/panic.h | 2 -
> 7 files changed, 122 insertions(+), 108 deletions(-)
These seem sane,
Acked-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>