Re: [PATCH 5/5] x86/boot: Fix pr_debug() API braindamage

From: Joe Perches
Date: Wed Feb 01 2017 - 06:57:27 EST


On Wed, 2017-02-01 at 10:51 +0100, Ingo Molnar wrote:
> From: Borislav Petkov <bp@xxxxxxxxx>

> What looked like a straightforward conversion from printk(KERN_DEBUG, ...)
> to pr_debug() broke the boot log output:
>
> DMI: /M57SLI-S4, BIOS FF 01/24/2008
> -e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
> -e820: remove [mem 0x000a0000-0x000fffff] usable
> +usable ==> reserved
> +usable
> e820: last_pfn = 0x230000 max_arch_pfn = 0x400000000

<sigh>

Ingo, why didn't you fix this several days ago
when I pointed out this breakage right after
you posted your original patch?

https://lkml.org/lkml/2017/1/28/246