mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] support-resetting-warn_once-for-all-architectures-v2-fix-fix-fix.patch removed from -mm tree
@ 2017-11-17 23:12 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2017-11-17 23:12 UTC (permalink / raw)
  To: akpm, ak, mpe, mm-commits


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@linux-foundation.org>
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@linux.intel.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@linux-foundation.org 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-17 23:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-17 23:12 [folded-merged] support-resetting-warn_once-for-all-architectures-v2-fix-fix-fix.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).