]> git.ipfire.org Git - thirdparty/linux.git/commit
asm-generic: add an optional pfn_valid check to page_to_phys
authorChristoph Hellwig <hch@lst.de>
Wed, 23 Oct 2024 05:36:37 +0000 (07:36 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 28 Oct 2024 21:44:28 +0000 (21:44 +0000)
commit3e25d5a49f99b75be2c6cfb165e4f77dc6d739a2
tree37b3f986f6be011bcc7d5ec4442e593a331cac74
parentc5c3238d9b8cee58cd4b08bbbe9347a94a566390
asm-generic: add an optional pfn_valid check to page_to_phys

page_to_pfn is usually implemented by pointer arithmetics on the memory
map, which means that bogus input can lead to even more bogus output.

Powerpc had a pfn_valid check on the intermediate pfn in the page_to_phys
implementation when CONFIG_DEBUG_VIRTUAL is defined, which seems
generally useful, so add that to the generic version.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/asm-generic/memory_model.h