[PATCH 0/2] x86/boot: More watchdog fixes

Andrew Cooper posted 2 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20240319144802.3894710-1-andrew.cooper3@citrix.com
xen/arch/x86/nmi.c | 36 ++++++++++++++++--------------------
1 file changed, 16 insertions(+), 20 deletions(-)
[PATCH 0/2] x86/boot: More watchdog fixes
Posted by Andrew Cooper 1 month, 1 week ago
Andrew Cooper (2):
  x86/boot: Fix setup_apic_nmi_watchdog() to fail more cleanly
  x86/boot: Support the watchdog on newer AMD systems

 xen/arch/x86/nmi.c | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)


base-commit: d2276b86e5eb8dd2617d917f7b49cdd1f29ac299
prerequisite-patch-id: 9595e30e0dde42b57dbad93a40db2cd338b26a58
-- 
2.30.2
Re: [PATCH 0/2] x86/boot: More watchdog fixes
Posted by Jan Beulich 1 month, 1 week ago
On 19.03.2024 15:48, Andrew Cooper wrote:
> Andrew Cooper (2):
>   x86/boot: Fix setup_apic_nmi_watchdog() to fail more cleanly
>   x86/boot: Support the watchdog on newer AMD systems
> 
>  xen/arch/x86/nmi.c | 36 ++++++++++++++++--------------------
>  1 file changed, 16 insertions(+), 20 deletions(-)

With the R-b-s provided, may I ask that in return you also look at my
watchdog related patches ("x86: adjust initial setting of watchdog kind"
and "x86: increase NMI timer frequency if necessary")? They've been
sitting there for soon 2 months ...

Jan