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@xxxxxxxxxx> 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@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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@xxxxxxxxxx are kernel-panic-update-comments-for-print_tainted.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