You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I came across the following message for the Kernel taint value:
Kernel taint value is 512
Taint bit value: 9 (kernel issued warning)
The following kernel warning causes this warning:
WARNING: CPU: 64 PID: 1 at arch/x86/events/intel/uncore_discovery.c:184 uncore_insert_box_info+0x134/0x350
The kernel warning message is triggered when SPR MCC is used.
We want to treat this as a known issue and filter the logs for the message and ignore it in the future.
To Reproduce
Run the kernel Taint test on a system with a SPR MCC CPU
Environment
Jammy 5.15
A system using an Sapphire Rapids MCC CPU
Bug Description
Recently I came across the following message for the Kernel taint value:
Kernel taint value is 512
Taint bit value: 9 (kernel issued warning)
The following kernel warning causes this warning:
WARNING: CPU: 64 PID: 1 at arch/x86/events/intel/uncore_discovery.c:184 uncore_insert_box_info+0x134/0x350
The kernel warning message is triggered when SPR MCC is used.
We want to treat this as a known issue and filter the logs for the message and ignore it in the future.
To Reproduce
Environment
Jammy 5.15
A system using an Sapphire Rapids MCC CPU
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: