Bug 4516 - [anolis8.8][x86][rhck][vhd]dmesg下有异常warn信息打印:drm_plane_enable_fb_damage_clips() not called
Summary: [anolis8.8][x86][rhck][vhd]dmesg下有异常warn信息打印:drm_plane_enable_fb_damage_clips...
Status: NEW
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: Images&Installations (show other bugs) Images&Installations
Version: 8.8
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: gaochang
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-14 16:51 UTC by liuyaqing
Modified: 2023-03-21 09:53 UTC (History)
2 users (show)

See Also:


Attachments
centos8.5告警信息 (8.05 MB, image/bmp)
2023-03-21 09:53 UTC, liuyaqing
Details

Note You need to log in before you can comment on or make changes to this bug.
Description liuyaqing alibaba_cloud_group 2023-03-14 16:51:35 UTC
Description of problem:
anolis8.8月度镜像anolisos_8_8_x64_20G_rhck_alibase_20230308.vhd
执行dmesg -l warn -T| grep -v '#',存在异常告警信息:cirrus 0000:00:02.0: [drm] drm_plane_enable_fb_damage_clips() not called,该镜像16个实例有15个实例存在该告警
以ecs.g6.26xlarge实例为例:
# uname -r
4.18.0-425.13.1.0.1.an8.x86_64

# cat /etc/os-release
NAME="Anolis OS"
VERSION="8.8"
ID="anolis"
ID_LIKE="rhel fedora centos"
VERSION_ID="8.8"
PLATFORM_ID="platform:an8"
PRETTY_NAME="Anolis OS 8.8"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"

# cat /etc/image-id
image_name="Anolis OS 8.8 RHCK 64 bit"
image_id="anolisos_8_8_x64_20G_rhck_alibase_20230308.vhd"
release_date="20230308120716"

部分dmesg告警信息如下:
# dmesg -l warn -T| grep -v '#'
[Fri Mar 10 20:35:54 2023] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[Fri Mar 10 20:35:54 2023] pci_bus 0000:00: Unknown NUMA node; performance will be reduced
[Fri Mar 10 20:35:55 2023] cirrus 0000:00:02.0: [drm] drm_plane_enable_fb_damage_clips() not called
[Fri Mar 10 20:35:59 2023] printk: systemd: 20 output lines suppressed due to ratelimiting

Version-Release number of selected component (if applicable):
4.18.0-425.13.1.0.1.an8.x86_64

Steps to Reproduce:
1.使用vhd镜像拉起测试,执行dmesg用例测试时运行失败
2.人工干预,执行dmesg -l warn -T|grep -v '#'
3.dmesg warn下存在异常告警日志:cirrus 0000:00:02.0: [drm] drm_plane_enable_fb_damage_clips() not called

Actual results:
dmesg warn下存在异常告警日志

Expected results:
dmesg warn下不存在除已知问题外的告警

Additional info:
Comment 1 maqiao alibaba_cloud_group 2023-03-16 14:52:00 UTC
请确认下centos同版本是否存在相同warn信息。
Comment 2 liuyaqing alibaba_cloud_group 2023-03-21 09:51:17 UTC
(In reply to maqiao from comment #1)
> 请确认下centos同版本是否存在相同warn信息。

centos8.5下没有该告警信息,centos告警信息见附加截图
Comment 3 liuyaqing alibaba_cloud_group 2023-03-21 09:53:06 UTC
Created attachment 680 [details]
centos8.5告警信息