Description of problem: dmesg 有新增warn Call Trace信息打印 Version-Release number of selected component (if applicable): [root@iZbp11bcvxrvqhb8zagd32Z ~]# uname -a Linux iZbp11bcvxrvqhb8zagd32Z 5.10.134-17.1.an8.x86_64 #1 SMP Wed Jul 10 15:18:54 CST 2024 x86_64 x86_64 x86_64 GNU/Linux [root@iZbp11bcvxrvqhb8zagd32Z ~]# cat /etc/os-release NAME="Anolis OS" VERSION="8.9" ID="anolis" ID_LIKE="rhel fedora centos" VERSION_ID="8.9" PLATFORM_ID="platform:an8" PRETTY_NAME="Anolis OS 8.9" ANSI_COLOR="0;31" HOME_URL="https://openanolis.cn/" How reproducible: [root@iZbp11bcvxrvqhb8zagd32Z ~]# dmesg -l warn -T | grep -Ev "^$|#" [Thu Aug 1 14:49:36 2024] unchecked MSR access error: WRMSR to 0x3a (tried to write 0x0000000000000001) at rIP: 0xffffffffad042544 (init_ia32_feat_ctl+0xa4/0x540) [Thu Aug 1 14:49:36 2024] Call Trace: [Thu Aug 1 14:49:36 2024] init_intel+0xb6/0x610 [Thu Aug 1 14:49:36 2024] identify_cpu+0x2ad/0x6a0 [Thu Aug 1 14:49:36 2024] identify_boot_cpu+0xc/0xa0 [Thu Aug 1 14:49:36 2024] check_bugs+0x28/0x1030 [Thu Aug 1 14:49:36 2024] ? __get_locked_pte+0x89/0x100 [Thu Aug 1 14:49:36 2024] start_kernel+0x49f/0x6a0 [Thu Aug 1 14:49:36 2024] secondary_startup_64_no_verify+0xc6/0xcb [Thu Aug 1 14:49:36 2024] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. [Thu Aug 1 14:49:36 2024] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details. [Thu Aug 1 14:49:36 2024] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details. [Thu Aug 1 14:49:36 2024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [Thu Aug 1 14:49:39 2024] printk: systemd: 19 output lines suppressed due to ratelimiting [Thu Aug 1 14:49:40 2024] systemd[1]: File /usr/lib/systemd/system/upower.service:23 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. [Thu Aug 1 14:49:40 2024] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) [Thu Aug 1 14:49:40 2024] systemd[1]: Configuration file /etc/systemd/system/cloudmonitor.service is marked executable. Please remove executable permission bits. Proceeding anyway. [Thu Aug 1 14:49:47 2024] process 'local/aegis/aegis_update/AliYunDunUpdate' started with executable stack Steps to Reproduce: 同上 Actual results: 有新增Call Trace Expected results: 无新增Call Trace Additional info: