s390/nvme: support firmware-assisted dump to NVMe disks
authorAlexander Egorenkov <egorenar@linux.ibm.com>
Tue, 29 Sep 2020 18:24:55 +0000 (20:24 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Fri, 2 Oct 2020 12:40:48 +0000 (14:40 +0200)
commitbd37b36832f62bf42ab66da8744191d99252a6e3
tree636294d049a749d031936d3f6b7726feb1aa0c28
parentd9f12e48d08ec08ace574050a838e001e442ee38
s390/nvme: support firmware-assisted dump to NVMe disks

From the kernel perspective NVMe dump works exactly like zFCP dump.
Therefore, adapt all places where code explicitly tests only for
IPL of type FCP DUMP. And also set the memory end correctly in this case.

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Reviewed-by: Vasily Gorbik <gor@linux.ibm.com>
Reviewed-by: Philipp Rudo <prudo@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/boot/ipl_parm.c
arch/s390/include/asm/ipl.h
arch/s390/kernel/crash_dump.c
arch/s390/kernel/setup.c
arch/s390/kernel/smp.c
drivers/s390/char/sclp_sdias.c
drivers/s390/char/zcore.c