Bug 8682 - devel-5.10无法在arm64下编译
Summary: devel-5.10无法在arm64下编译
Status: NEW
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: kernel - anck-5.10 (show other bugs) kernel - anck-5.10
Version: ---
Hardware: All Linux
: P3-Medium S1-blocker
Target Milestone: ---
Assignee: maqiao_mq
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-02 09:58 UTC by chuguangqing
Modified: 2024-04-02 10:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description chuguangqing inspur_group 2024-04-02 09:58:02 UTC
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会影响功能,发行版默认不打开。
Comment 1 chuguangqing inspur_group 2024-04-02 10:09:43 UTC
是 5.10.134-16.y tag上的,devel-5.10没有这个内容