The patch titled Subject: printk-create-pr_level-functions-fix has been removed from the -mm tree. Its filename was printk-create-pr_level-functions-fix.patch This patch was dropped because it was folded into printk-create-pr_level-functions.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: printk-create-pr_level-functions-fix fix LOGLEVEL_INFO, per Joe Cc: Joe Perches <joe@xxxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/printk/printk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/printk/printk.c~printk-create-pr_level-functions-fix kernel/printk/printk.c --- a/kernel/printk/printk.c~printk-create-pr_level-functions-fix +++ a/kernel/printk/printk.c @@ -1819,7 +1819,7 @@ define_pr_level(__pr_crit, LOGLEVEL_CRIT define_pr_level(__pr_err, LOGLEVEL_ERR); define_pr_level(__pr_warn, LOGLEVEL_WARNING); define_pr_level(__pr_notice, LOGLEVEL_NOTICE); -define_pr_level(__pr_info, LOGLEVEL_NOTICE); +define_pr_level(__pr_info, LOGLEVEL_INFO); #endif int vprintk_default(int level, const char *fmt, va_list args) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are printk-create-pr_level-functions.patch kexec-ensure-user-memory-sizes-do-not-wrap-fix.patch kexec-allow-architectures-to-override-boot-mapping-fix.patch allow-kdump-with-crash_kexec_post_notifiers-fix.patch kexec-add-restriction-on-kexec_load-segment-sizes-fix.patch powerpc-fsl_rio-apply-changes-for-rio-spec-rev-3-fix.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