All of lore.kernel.org
 help / color / mirror / Atom feed
* + kernel-panic-update-comments-for-print_tainted.patch added to -mm tree
@ 2014-11-12 23:07 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2014-11-12 23:07 UTC (permalink / raw)
  To: xiexiuqi, mm-commits


The patch titled
     Subject: kernel/panic.c: update comments for print_tainted
has been added to the -mm tree.  Its filename is
     kernel-panic-update-comments-for-print_tainted.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/kernel-panic-update-comments-for-print_tainted.patch
		echo and later at
		echo  http://ozlabs.org/~akpm/mmotm/broken-out/kernel-panic-update-comments-for-print_tainted.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Xie XiuQi <xiexiuqi@huawei.com>
Subject: kernel/panic.c: update comments for print_tainted

Commits 69361eef9056 ("panic: add TAINT_SOFTLOCKUP") added the 'L' flag,
but failed to update the comments for print_tainted().  So, update the
comments.

Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/panic.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN kernel/panic.c~kernel-panic-update-comments-for-print_tainted kernel/panic.c
--- a/kernel/panic.c~kernel-panic-update-comments-for-print_tainted
+++ a/kernel/panic.c
@@ -246,6 +246,7 @@ static const struct tnt tnts[] = {
  *  'I' - Working around severe firmware bug.
  *  'O' - Out-of-tree module has been loaded.
  *  'E' - Unsigned module has been loaded.
+ *  'L' - A soft lockup has previously occurred.
  *
  *	The string is overwritten by the next call to print_tainted().
  */
_

Patches currently in -mm which might be from xiexiuqi@huawei.com are

kernel-panic-update-comments-for-print_tainted.patch


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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-12 23:07 + kernel-panic-update-comments-for-print_tainted.patch added to -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.