Description of problem: Version-Release number of selected component (if applicable): How reproducible: 在arm64下编译devel-5.10内核 Steps to Reproduce: 1.CONFIG_KASAN未配置 2.编译内核模块 make modules 3.编译内核 make Actual results: 提示PageKfence未定义,没有这个函数定义 Expected results: 编译通过 Additional info: 打开CONFIG_KASAN会影响功能,发行版默认不打开。
是 5.10.134-16.y tag上的,devel-5.10没有这个内容