Bug 8080 - [Anolis23.1][RC1][loongarch64][nightly][ANCK-5.10-016.2]kernel-selftests测试case:breakpoints:step_after_suspend_test测试失败,机器死机
Summary: [Anolis23.1][RC1][loongarch64][nightly][ANCK-5.10-016.2]kernel-selftests测试cas...
Status: CONFIRMED
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: ARCH(unspecified) (show other bugs) ARCH(unspecified)
Version: 5.10.y-16.2
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: rc
Assignee: maqiao
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-30 09:39 UTC by zhangjinglin
Modified: 2024-03-29 10:31 UTC (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zhangjinglin loongson_group 2024-01-30 09:39:13 UTC
Description of problem:
Tone平台中执行kernel-selftests测试套,测试机器死机;手动执行breakpoints:step_after_suspend_test用例机器死机

软件环境:
#内核版本:
# uname -r
5.10.134-16.2_rc1.an23.loongarch64

#系统版本
# 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/"

#安装源配置
source源配置
http://build.openanolis.cn/kojifiles/output/anolis-23-20240124.9/compose/os/source/tree/

Steps to Reproduce:
1.配置yum源,enable source源,获取source源中的内核源码的rpm包
2.rpm -ivh kernel-5.10.134-16.2_rc2.an23.src.rpm
3.解压源码
cd rpmbuild/SOURCES/
tar xf linux-5.10.134-16.2_rc2.an23.tar.xz
cd linux-5.10.134-16.2_rc2.an23/tools/testing/selftests/
4.安装依赖
./kselftest_deps.sh -p gcc
./kselftest_install.sh
cd kselftest_install
5.执行用例
./run_kselftest.sh -t breakpoints:step_after_suspend_test

Actual results:
测试死机

Expected results:
测试通过,机器不死机无异常

Additional info:
Comment 1 wangming01 loongson_group 2024-01-31 11:38:05 UTC
目前服务器我们内部是不测试s3 s4的,这个后续服务器也要支持休眠唤醒吗?内核的selftest用例我们很多用例还在分析中,短时间内无法解决。
Comment 2 wangming01 loongson_group 2024-01-31 11:54:29 UTC
该问题为已知问题,暂时不解决。
Comment 3 yunmeng365524 2024-01-31 15:59:48 UTC
该问题龙芯已经定位确认,且在其他架构上并未发现,优先级降低未P3