[PATCH 0/2] s390x: uncouple physical and virtual memory spaces

Alexander Gordeev agordeev at linux.ibm.com
Wed Nov 29 04:50:10 PST 2023


Hi all,

Currently physical and virtual addresses are the same on S390X,
but in the future it is going to be uncoupled just like on any
other architecture. This series supports that feature, but it
does not impact the current and older kernel versions.

Patch 1 is basically NOP and only fix semantics.
Patch 2 uses the feature if it is available in kernel.

Thanks!

Alexander Gordeev (2):
  s390x: fix virtual vs physical address confusion
  s390x: uncouple virtual and physical address spaces

 arch/s390x.c   | 149 ++++++++++++++++++++++++++++++++++++++++++++++---
 makedumpfile.c |   2 +
 makedumpfile.h |  12 +++-
 3 files changed, 155 insertions(+), 8 deletions(-)

-- 
2.40.1




More information about the kexec mailing list