All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Stable-6.6 backport x86/xen: fix memblock_reserve() usage on PVH
@ 2025-04-11 16:51 Jason Andryuk
  2025-04-11 16:51 ` [PATCH 1/2] x86/xen: move xen_reserve_extra_memory() Jason Andryuk
  2025-04-11 16:51 ` [PATCH 2/2] x86/xen: fix memblock_reserve() usage on PVH Jason Andryuk
  0 siblings, 2 replies; 7+ messages in thread
From: Jason Andryuk @ 2025-04-11 16:51 UTC (permalink / raw)
  To: stable; +Cc: Jason Andryuk

For stable-6.6.  

("x86/xen: fix memblock_reserve() usage on PVH") is the fix, but it
depends on ("x86/xen: move xen_reserve_extra_memory()") as a
prerequisite.  Both need fixups as they predate the removal of the Xen
hypercall_page.

Roger Pau Monne (2):
  x86/xen: move xen_reserve_extra_memory()
  x86/xen: fix memblock_reserve() usage on PVH

 arch/x86/include/asm/xen/hypervisor.h |  5 --
 arch/x86/platform/pvh/enlighten.c     |  3 -
 arch/x86/xen/enlighten_pvh.c          | 93 +++++++++++++++------------
 3 files changed, 51 insertions(+), 50 deletions(-)

-- 
2.49.0


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/2] x86/xen: fix memblock_reserve() usage on PVH
@ 2024-07-25  7:31 Roger Pau Monne
  2024-07-25  7:31 ` [PATCH 1/2] x86/xen: move xen_reserve_extra_memory() Roger Pau Monne
  0 siblings, 1 reply; 7+ messages in thread
From: Roger Pau Monne @ 2024-07-25  7:31 UTC (permalink / raw)
  To: xen-devel, linux-kernel; +Cc: Roger Pau Monne

Hello,

First patch is just code movement, the second patch is the actual
bugfix.

Thanks, Roger.

Roger Pau Monne (2):
  x86/xen: move xen_reserve_extra_memory()
  x86/xen: fix memblock_reserve() usage on PVH

 arch/x86/include/asm/xen/hypervisor.h |   5 --
 arch/x86/platform/pvh/enlighten.c     |   3 -
 arch/x86/xen/enlighten_pvh.c          | 107 ++++++++++++++------------
 3 files changed, 58 insertions(+), 57 deletions(-)

-- 
2.45.2



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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-11 16:51 [PATCH 0/2] Stable-6.6 backport x86/xen: fix memblock_reserve() usage on PVH Jason Andryuk
2025-04-11 16:51 ` [PATCH 1/2] x86/xen: move xen_reserve_extra_memory() Jason Andryuk
2025-04-13 16:47   ` Sasha Levin
2025-04-11 16:51 ` [PATCH 2/2] x86/xen: fix memblock_reserve() usage on PVH Jason Andryuk
2025-04-13 16:46   ` Sasha Levin
  -- strict thread matches above, loose matches on Subject: below --
2024-07-25  7:31 [PATCH 0/2] " Roger Pau Monne
2024-07-25  7:31 ` [PATCH 1/2] x86/xen: move xen_reserve_extra_memory() Roger Pau Monne
2024-07-25  8:02   ` Jürgen Groß

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.