x86/msr: Downgrade unrecognized MSR message
It is a warning and not an error so use pr_warn(). Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20201118123806.19672-1-bp@alien8.de
This commit is contained in:
parent
18741a5251
commit
b023fd5f74
@ -99,8 +99,8 @@ static int filter_write(u32 reg)
|
|||||||
if (!__ratelimit(&fw_rs))
|
if (!__ratelimit(&fw_rs))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
pr_err("Write to unrecognized MSR 0x%x by %s (pid: %d). Please report to x86@kernel.org.\n",
|
pr_warn("Write to unrecognized MSR 0x%x by %s (pid: %d). Please report to x86@kernel.org.\n",
|
||||||
reg, current->comm, current->pid);
|
reg, current->comm, current->pid);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user