The patch titled mm/page_alloc.c: lower printk severity has been removed from the -mm tree. Its filename was mm-page_allocc-lower-printk-severity.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: mm/page_alloc.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> --- mm/page_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/page_alloc.c~mm-page_allocc-lower-printk-severity mm/page_alloc.c --- a/mm/page_alloc.c~mm-page_allocc-lower-printk-severity +++ a/mm/page_alloc.c @@ -3605,7 +3605,7 @@ void *__init alloc_large_system_hash(con if (!table) panic("Failed to allocate %s hash table\n", tablename); - printk("%s hash table entries: %d (order: %d, %lu bytes)\n", + printk(KERN_INFO "%s hash table entries: %d (order: %d, %lu bytes)\n", tablename, (1U << log2qty), ilog2(size) - PAGE_SHIFT, _ Patches currently in -mm which might be from da-x@xxxxxxxxxxxxx are origin.patch drivers-acpi-pci_linkc-lower-printk-severity.patch arch-x86_64-kernel-processc-lower-printk-severity.patch arch-x86_64-kernel-aperturec-lower-printk-severity.patch arch-x86_64-kernel-e820c-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