s390/dump: fix os_info virtual vs physical address confusion
authorAlexander Gordeev <agordeev@linux.ibm.com>
Wed, 26 Jan 2022 12:47:59 +0000 (13:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Aug 2022 12:24:12 +0000 (14:24 +0200)
commit9287df4362941f7ef1e8dd7cff6b3f2618fdb5b1
tree3de519d16026dca1881ec1873110aeadbf4ec5ed
parentcf0e42eb04c78c7d4d21ea80e72606b0a143c215
s390/dump: fix os_info virtual vs physical address confusion

[ Upstream commit 9de209c7d584d6e06ad92f120d83d4f27c200497 ]

Due to historical reasons os_info handling functions misuse
the notion of physical vs virtual addresses difference.

Note: this does not fix a bug currently, since virtual
and physical addresses are identical.

Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/s390/kernel/os_info.c