mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
139d42ca51
Currently, the kernel couldn't boot when ARCH_IOREMAP, ARCH_WRITECOMBINE
and KASAN are enabled together. Because DMW2 is used by kernel now which
is configured as 0xa000000000000000 for WriteCombine, but KASAN has no
segment mapping for it. This patch fix this issue.
Solution: Add the relevant definitions for WriteCombine (DMW2) in KASAN.
Cc: stable@vger.kernel.org
Fixes:
|
||
---|---|---|
.. | ||
cache.c | ||
extable.c | ||
fault.c | ||
hugetlbpage.c | ||
init.c | ||
ioremap.c | ||
kasan_init.c | ||
maccess.c | ||
Makefile | ||
mmap.c | ||
page.S | ||
pageattr.c | ||
pgtable.c | ||
tlb.c | ||
tlbex.S |