[RFC PATCH 0/2] Handle AMD threshold interrupt storms

From: Smita Koralahalli
Date: Thu Feb 17 2022 - 09:16:29 EST


This series of patches handles interrupt storms in AMD threshold interrupt
handler. Patch 1 takes care of handling the storms and Patch 2 does some
refactoring and simplification to reuse the existing function.

Smita Koralahalli (2):
x86/mce: Handle AMD threshold interrupt storms
x86/mce: Simplify code in log_and_reset_block()

arch/x86/kernel/cpu/mce/amd.c | 131 ++++++++++++++++++++++++++++-
arch/x86/kernel/cpu/mce/core.c | 16 +++-
arch/x86/kernel/cpu/mce/intel.c | 2 +-
arch/x86/kernel/cpu/mce/internal.h | 8 +-
4 files changed, 148 insertions(+), 9 deletions(-)

--
2.17.1