]> git.baikalelectronics.ru Git - kernel.git/commit
s390/maccess: fix absolute lowcore virtual vs physical address confusion
authorAlexander Gordeev <agordeev@linux.ibm.com>
Fri, 21 Jan 2022 09:44:25 +0000 (10:44 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Sun, 6 Feb 2022 22:31:29 +0000 (23:31 +0100)
commit5707930c9adf48bed5278dfad66fa52272c4d5ec
tree7d2bd39db09a4869a882a3c8de38cef370c14291
parent71a5b9d1680eb58c7242a229ceca697f1d252926
s390/maccess: fix absolute lowcore virtual vs physical address confusion

Due to historical reasons memcpy_absolute() and friend 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: Sven Schnelle <svens@linux.ibm.com>
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>
arch/s390/mm/maccess.c