Skip to content
Snippets Groups Projects
Commit 7b3c334c authored by Aristeu Rozanski's avatar Aristeu Rozanski Committed by tangbin
Browse files

EDAC: skx_common: downgrade message importance on missing PCI device

mainline inclusion
from mainline-v5.6-rc4
commit 854bb480
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I5Q0UG


CVE: NA

---------------------------

Both skx_edac and i10nm_edac drivers are loaded based on the matching CPU being
available which leads the module to be automatically loaded in virtual machines
as well. That will fail due the missing PCI devices. In both drivers the first
function to make use of the PCI devices is skx_get_hi_lo() will simply print

	EDAC skx: Can't get tolm/tohm

for each CPU core, which is noisy. This patch makes it a debug message.

Signed-off-by: default avatarAristeu Rozanski <aris@redhat.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
Link: https://lore.kernel.org/r/20191204212325.c4k47p5hrnn3vpb5@redhat.com



Signed-off-by: default avatartangbin <tangbin_yewu@cmss.chinamobile.com>
parent a4ee022d
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment