The patch titled Subject: support-resetting-warn_once-for-all-architectures-v2-fix-fix-fix has been removed from the -mm tree. Its filename was support-resetting-warn_once-for-all-architectures-v2-fix-fix-fix.patch This patch was dropped because it was folded into support-resetting-warn_once-for-all-architectures.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: support-resetting-warn_once-for-all-architectures-v2-fix-fix-fix clear BUGFLAG_DONE in clear_once_table(), per mpe Cc: Andi Kleen <ak@xxxxxxxxxxxxxxx> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/bug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN lib/bug.c~support-resetting-warn_once-for-all-architectures-v2-fix-fix-fix lib/bug.c --- a/lib/bug.c~support-resetting-warn_once-for-all-architectures-v2-fix-fix-fix +++ a/lib/bug.c @@ -202,7 +202,7 @@ static void clear_once_table(struct bug_ struct bug_entry *bug; for (bug = start; bug < end; bug++) - bug->flags &= ~BUGFLAG_ONCE; + bug->flags &= ~BUGFLAG_DONE; } void generic_bug_clear_once(void) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are support-resetting-warn_once-for-all-architectures.patch kernel-reboot-add-devm_register_reboot_notifier-fix.patch watchdog-core-make-use-of-devm_register_reboot_notifier-fix.patch sysvipc-unteach-ids-next_id-for-checkpoint_restore-checkpatch-fixes.patch sysvipc-make-get_maxid-o1-again-checkpatch-fixes.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