]> git.baikalelectronics.ru Git - kernel.git/commit
mm/highmem: Provide CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP
authorThomas Gleixner <tglx@linutronix.de>
Wed, 18 Nov 2020 19:48:40 +0000 (20:48 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 24 Nov 2020 13:42:08 +0000 (14:42 +0100)
commit03650f0c2f0d4c94742ea34bb3c32845c47286cb
treeca90a3abad7717fa27186c38c2ed0c02f93ab7de
parentdab13dcf976fb2a1c6440febd6ab14844d096bbe
mm/highmem: Provide CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP

CONFIG_DEBUG_KMAP_LOCAL, which is selected by CONFIG_DEBUG_HIGHMEM is only
providing guard pages, but does not provide a mechanism to enforce the
usage of the kmap_local() infrastructure.

Provide CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP which forces the temporary
mapping even for lowmem pages. This needs to be a seperate config switch
because this only works on architectures which do not have cache aliasing
problems.

Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20201118204007.028261233@linutronix.de
lib/Kconfig.debug
mm/highmem.c