]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc8f47258dd51da251d6df685f9bbf11b6565fb6a
tree3de519d16026dca1881ec1873110aeadbf4ec5ed
parent24d4e5b6026cec5fcc6ec01392556998a46ddc93
s390/dump: fix os_info virtual vs physical address confusion

[ Upstream commit 1e40fc2a1c38c88e68858c2e9194cfc3e397814b ]

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