The patch titled arch/x86_64/kernel/e820.c: lower printk severity has been removed from the -mm tree. Its filename was arch-x86_64-kernel-e820c-lower-printk-severity.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: arch/x86_64/kernel/e820.c: lower printk severity From: Dan Aloni <da-x@xxxxxxxxxxxxx> Signed-off-by: Dan Aloni <da-x@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86_64/kernel/e820.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/x86_64/kernel/e820.c~arch-x86_64-kernel-e820c-lower-printk-severity arch/x86_64/kernel/e820.c --- a/arch/x86_64/kernel/e820.c~arch-x86_64-kernel-e820c-lower-printk-severity +++ a/arch/x86_64/kernel/e820.c @@ -361,7 +361,7 @@ void __init e820_print_map(char *who) int i; for (i = 0; i < e820.nr_map; i++) { - printk(" %s: %016Lx - %016Lx ", who, + printk(KERN_INFO " %s: %016Lx - %016Lx ", who, (unsigned long long) e820.map[i].addr, (unsigned long long) (e820.map[i].addr + e820.map[i].size)); switch (e820.map[i].type) { _ Patches currently in -mm which might be from da-x@xxxxxxxxxxxxx are origin.patch drivers-acpi-pci_linkc-lower-printk-severity.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html