View Issue Details

IDProjectCategoryView StatusLast Update
0000265AlmaLinux-9kernelpublic2022-11-10 22:49
Reporterdavemoniz Assigned Toelkhan  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Platformx86_64OSAlmaLinuxOS Version9
Summary0000265: unchecked MSR access error on AL9
DescriptionAfter boot, this error message is in messages:

 dmesg | egrep -i 'error|critical|warn'
[ 1.492188] unchecked MSR access error: WRMSR to 0x199 (tried to write 0x0000000000000800) at rIP: 0xffffffff8653a4f1 (__wrmsr_on_cpu+0x31/0x40)

This is on an AWS EC2 instance with 3rd generation Intel Xeon Scalable processor - Ice Lake 8375C

When I switch the processor to an AMD processor, the error does not happen.

It also happens on AL8 with the same processor. I already filed a bug report on that.
Steps To Reproduceboot system
run dmesg | egrep -i 'error|critical|warn'
Tagsami, aws, cloud

Activities

elkhan

2022-09-27 12:53

developer   ~0000695

Last edited: 2022-09-27 12:54

Hi davemoniz,

It's fixed on the upstream (RHEL 8.7 Beta 1 and 9.1 Beta -1)
almbz-265-rhel8.txt (701 bytes)   
[ec2-user@ip- ~]$ sudo dmesg --level=emerg,crit,err,warn
[    0.001000] x86/mktme: No known encryption algorithm is supported: 0x0
[    0.007694] 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.
[    0.071009] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    1.146390] i8042: Warning: Keylock active
[    3.355058] printk: systemd: 24 output lines suppressed due to ratelimiting
[    5.321161] systemd[1]: /usr/lib/systemd/system/irqbalance.service:6: Unknown lvalue 'ConditionCPUs' in section 'Unit'

almbz-265-rhel8.txt (701 bytes)   

elkhan

2022-09-27 12:54

developer   ~0000696

almbz-265-rhel9.txt (1,400 bytes)   
[ec2-user@ip- ~]$ sudo dmesg --level=emerg,crit,err,warn
[    0.846141] x86/mktme: No known encryption algorithm is supported: 0x0
[    0.856518] 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.
[    1.001150] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    1.816790] i8042: Warning: Keylock active
[    2.746465] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[   12.296651] systemd-sysv-generator[508]: SysV service '/etc/rc.d/init.d/choose_repo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[   12.312837] systemd-sysv-generator[508]: SysV service '/etc/rc.d/init.d/rh-cloud-firstboot' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[   15.623218] xfs filesystem being remounted at / supports timestamps until 2038 (0x7fffffff)
[   16.624422] xfs filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff)

almbz-265-rhel9.txt (1,400 bytes)   

elkhan

2022-11-10 22:47

developer   ~0000716

Fixed in the AlmaLinux OS 8.7.20221110 x86_64 AMI

[ec2-user@ip ~]$ sudo dmesg --level=crit,err,warn
[ 0.001000] x86/mktme: No known encryption algorithm is supported: 0x0
[ 0.007712] 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.
[ 0.072009] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 1.033814] i8042: Warning: Keylock active
[ 1.975061] GPT:Primary header thinks Alt. header is not at the end of the disk.
[ 1.975064] GPT:8388607 != 77594623
[ 1.975066] GPT:Alternate GPT header not at the end of the disk.
[ 1.975066] GPT:8388607 != 77594623
[ 1.975067] GPT: Use GNU Parted to correct GPT errors.
[ 4.603327] printk: systemd: 16 output lines suppressed due to ratelimiting
[ 16.794563] systemd[1]: /usr/lib/systemd/system/irqbalance.service:6: Unknown lvalue 'ConditionCPUs' in section 'Unit'

Issue History

Date Modified Username Field Change
2022-06-14 04:16 davemoniz New Issue
2022-06-16 19:02 alukoshko Project AlmaLinux-8 => AlmaLinux-9
2022-09-27 12:47 elkhan Assigned To => elkhan
2022-09-27 12:47 elkhan Status new => assigned
2022-09-27 12:53 elkhan Note Added: 0000695
2022-09-27 12:53 elkhan File Added: almbz-265-rhel8.txt
2022-09-27 12:54 elkhan Note Edited: 0000695
2022-09-27 12:54 elkhan Note Added: 0000696
2022-09-27 12:54 elkhan File Added: almbz-265-rhel9.txt
2022-11-10 22:47 elkhan Note Added: 0000716
2022-11-10 22:48 elkhan Tag Attached: cloud
2022-11-10 22:48 elkhan Tag Attached: aws
2022-11-10 22:48 elkhan Tag Attached: ami
2022-11-10 22:49 elkhan Status assigned => closed
2022-11-10 22:49 elkhan Resolution open => fixed