On Wed, 2017-02-01 at 10:51 +0100, Ingo Molnar wrote: > From: Borislav Petkov <b...@alien8.de>
> 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