Bug 8622 - [ANCK-5.10-016.3][rc1][Anolis23][x86_64/aarch64][内核兼容性]ANCK-5.10-016.3_rc1内核兼容性评估kconfig部分项结果有差异
Summary: [ANCK-5.10-016.3][rc1][Anolis23][x86_64/aarch64][内核兼容性]ANCK-5.10-016.3_rc1内核兼...
Status: CLOSED FIXED
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: general/others (show other bugs) general/others
Version: 5.10.y-16.3
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: rc
Assignee: banye97
QA Contact:
URL:
Whiteboard:
Keywords: Function
Depends on:
Blocks:
 
Reported: 2024-03-25 17:23 UTC by Banana
Modified: 2024-03-26 17:17 UTC (History)
2 users (show)

See Also:


Attachments
x86_kconfig部分差异评估结果 (2.87 KB, text/csv)
2024-03-25 17:23 UTC, Banana
Details
arm-kconfig部分结果异常项 (2.97 KB, text/csv)
2024-03-25 17:23 UTC, Banana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Banana alibaba_cloud_group 2024-03-25 17:23:13 UTC
Created attachment 1108 [details]
x86_kconfig部分差异评估结果

[问题描述]:
An23 5.10.134-16.2.an23_VS_5.10.134-16.3_rc1.an23内核兼容性评估kconfig结果部分项结果异常
结果说明:
result为diff:评估差异
in_white为FALSE:不在白名单

[环境信息]:
数据采集评估机器类型:ECS

[内核信息]:
- 基准内核:
[root@iZbp12ah49cumq3gnyf0jqZ ~]# uname -r
5.10.134-16.2.an23.aarch64

- 目标内核:
[root@iZbp18atjkim92qvrj8p1jZ ~]# uname -r
5.10.134-16.3_rc1.an23.aarch64

[操作系统信息]:
- 基准系统:
[root@iZbp12ah49cumq3gnyf0jqZ ~]# cat /etc/os-release
NAME="Anolis OS"
VERSION="23"
ID="anolis"
VERSION_ID="23"
PLATFORM_ID="platform:an23"
PRETTY_NAME="Anolis OS 23"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"
BUG_REPORT_URL="https://bugzilla.openanolis.cn/"

- 目标系统:
[root@iZbp18atjkim92qvrj8p1jZ ~]# cat /etc/os-release
NAME="Anolis OS"
VERSION="23"
ID="anolis"
VERSION_ID="23"
PLATFORM_ID="platform:an23"
PRETTY_NAME="Anolis OS 23"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"
BUG_REPORT_URL="https://bugzilla.openanolis.cn/"

[期望结果]:
需判定评估结果:
1、如果是内核新特性则结果正常
2、如果是内核bug,则需解决,评估结果应正常

[实际结果]:
见附件异常项
Comment 1 Banana alibaba_cloud_group 2024-03-25 17:23:36 UTC
Created attachment 1109 [details]
arm-kconfig部分结果异常项
Comment 2 yunmeng365524 2024-03-25 17:31:07 UTC
016.3 对比016.2 的内核,kconfig less了几十项(在白名单中),但是存在不在白名单中diff的,需要确认是否符合预期。
Comment 3 banye97 alibaba_cloud_group 2024-03-25 18:12:06 UTC
(In reply to Banana from comment #1)
> Created attachment 1109 [details]
> arm-kconfig部分结果异常项

文件里面的 kconfig 差异全都在白名单中.
Comment 4 banye97 alibaba_cloud_group 2024-03-25 18:16:39 UTC
X86 config 差异符合预期:

https://gitee.com/anolis/cloud-kernel/pulls/2592
set CONFIG_INTEL_IDXD_PERFMON=y
Comment 5 Banana alibaba_cloud_group 2024-03-25 18:19:31 UTC
(In reply to banye97 from comment #3)
> (In reply to Banana from comment #1)
> > Created attachment 1109 [details]
> > arm-kconfig部分结果异常项
> 
> 文件里面的 kconfig 差异全都在白名单中.


评估工具逻辑的白名单是必须要存在的参数,但是采集结果中不存在相关参数,所以结果是异常的,需要帮忙分析的是,此次不存在是否在预期之内。
Comment 6 yunmeng365524 2024-03-26 14:36:38 UTC
(In reply to Banana from comment #5)
> (In reply to banye97 from comment #3)
> > (In reply to Banana from comment #1)
> > > Created attachment 1109 [details]
> > > arm-kconfig部分结果异常项
> > 
> > 文件里面的 kconfig 差异全都在白名单中.
> 
> 
> 评估工具逻辑的白名单是必须要存在的参数,但是采集结果中不存在相关参数,所以结果是异常的,需要帮忙分析的是,此次不存在是否在预期之内。

白名单的结果,在016.2 页存在异常,不是新增问题,后续关注一下ance工具的kconfig白名单是否有更新。
diff的kconfig已经确认符合预期,当前问题关闭。