All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-4.20 0/2] x86/shutdown: prevent lapic "Receive accept error" errors on AMD
@ 2025-01-28 16:27 Roger Pau Monne
  2025-01-28 16:27 ` [PATCH for-4.20 1/2] x86/shutdown: quiesce devices ahead of AP shutdown Roger Pau Monne
  2025-01-28 16:27 ` [PATCH for-4.20 2/2] x86/irq: drop fixup_irqs() parameters Roger Pau Monne
  0 siblings, 2 replies; 8+ messages in thread
From: Roger Pau Monne @ 2025-01-28 16:27 UTC (permalink / raw)
  To: xen-devel
  Cc: Roger Pau Monne, Jan Beulich, Andrew Cooper, Anthony PERARD,
	Michal Orzel, Julien Grall, Stefano Stabellini

Hello,

The following series aims to fix the issues seeing during shutdown on
AMD boxes related to "Receive accept error" local APIC messages.

Fix patch aims to fix the issue, while second patch adjust fixup_irqs()
given it now has a single caller.

I think at least patch 1 should be considered for 4.20, as it fixes a
real issue on AMD boxes that prevents rebooting them.

Thanks, Roger.

Roger Pau Monne (2):
  x86/shutdown: quiesce devices ahead of AP shutdown
  x86/irq: drop fixup_irqs() parameters

 xen/arch/x86/crash.c           |  1 +
 xen/arch/x86/include/asm/irq.h |  4 ++--
 xen/arch/x86/include/asm/msi.h |  1 +
 xen/arch/x86/irq.c             | 30 +++++++++++++-----------------
 xen/arch/x86/msi.c             | 14 ++++++++++++++
 xen/arch/x86/smp.c             | 10 +++++-----
 xen/arch/x86/smpboot.c         |  2 +-
 xen/drivers/passthrough/pci.c  | 32 ++++++++++++++++++++++++++++++++
 xen/include/xen/pci.h          |  2 ++
 9 files changed, 71 insertions(+), 25 deletions(-)

-- 
2.46.0



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-02-04 13:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-28 16:27 [PATCH for-4.20 0/2] x86/shutdown: prevent lapic "Receive accept error" errors on AMD Roger Pau Monne
2025-01-28 16:27 ` [PATCH for-4.20 1/2] x86/shutdown: quiesce devices ahead of AP shutdown Roger Pau Monne
2025-01-29 10:13   ` Jan Beulich
2025-01-29 10:19     ` Jan Beulich
2025-02-04 11:46     ` Roger Pau Monné
2025-02-04 13:29       ` Jan Beulich
2025-01-28 16:27 ` [PATCH for-4.20 2/2] x86/irq: drop fixup_irqs() parameters Roger Pau Monne
2025-01-29 10:35   ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.