Re: [PATCH] x86/umip: Print UMIP line only once
From: Ricardo Neri
Date: Fri Nov 30 2018 - 15:28:24 EST
On Tue, Nov 27, 2018 at 09:59:36PM +0100, Borislav Petkov wrote:
> From: Borislav Petkov <bp@xxxxxxx>
>
> ... instead of issuing it per CPU and flooding dmesg unnecessarily.
>
> Signed-off-by: Borislav Petkov <bp@xxxxxxx>
> Cc: "H. Peter Anvin" <hpa@xxxxxxxxx>
> Cc: Ingo Molnar <mingo@xxxxxxxxxx>
> Cc: Ricardo Neri <ricardo.neri-calderon@xxxxxxxxxxxxxxx>
> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
This make sense to me. I also noticed that this message was being
printed when CPUs were put offline and the back online. There was
no need for it.
Thanks and BR,
Ricardo