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 _______________________________________________ kexec mailing list kexec@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/kexec