Re: [PATCH -v2 0/3] x86/MSR: Improve unhandled MSR access error message

From: Andy Lutomirski
Date: Wed Jul 06 2016 - 08:59:11 EST


On Mon, Jul 4, 2016 at 3:31 PM, Borislav Petkov <bp@xxxxxxxxx> wrote:
> From: Borislav Petkov <bp@xxxxxxx>
>
> Hi all,
>
> here's v2 with review feedback integrated.

Just a silly overall thought: WARN_ON will be noticed by the 0day bot
and similar tools. This series changes the message text a bit -- is
it still noticed?

--Andy