Description of problem: Currently,the kernel couldn't boot when both CONFIG_ARCH_IOREMAP, CONFIG_ARCH_WRITECOMBINE and KASAN are enabled. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.enable CONFIG_KASAN,CONFIG_ARCH_IOREMAP and CONFIG_ARCH_WRITECOMBINE 2.make && make install 3.boot new kernel Actual results: the kernel couldn't boot Expected results: the kernel boot normally Additional info:
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/4088
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/4270