The patch titled Subject: checkpatch: add TP_printk to list of logging functions has been added to the -mm tree. Its filename is checkpatch-add-tp_printk-to-list-of-logging-functions.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/checkpatch-add-tp_printk-to-list-of-logging-functions.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/checkpatch-add-tp_printk-to-list-of-logging-functions.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: Joe Perches <joe@xxxxxxxxxxx> Subject: checkpatch: add TP_printk to list of logging functions So the line length check can be bypassed by its callers. Link: http://lkml.kernel.org/r/7de542c08a6e79f2ebe7c1416c9f403c23fdcc09.1508282823.git.joe@xxxxxxxxxxx Signed-off-by: Joe Perches <joe@xxxxxxxxxxx> Reported-by: Song Liu <songliubraving@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/checkpatch.pl | 1 + 1 file changed, 1 insertion(+) diff -puN scripts/checkpatch.pl~checkpatch-add-tp_printk-to-list-of-logging-functions scripts/checkpatch.pl --- a/scripts/checkpatch.pl~checkpatch-add-tp_printk-to-list-of-logging-functions +++ a/scripts/checkpatch.pl @@ -454,6 +454,7 @@ our $zero_initializer = qr{(?:(?:0[xX])? our $logFunctions = qr{(?x: printk(?:_ratelimited|_once|_deferred_once|_deferred|)| (?:[a-z0-9]+_){1,2}(?:printk|emerg|alert|crit|err|warning|warn|notice|info|debug|dbg|vdbg|devel|cont|WARN)(?:_ratelimited|_once|)| + TP_printk| WARN(?:_RATELIMIT|_ONCE|)| panic| MODULE_[A-Z_]+| _ Patches currently in -mm which might be from joe@xxxxxxxxxxx are spellingtxt-add-unnecessary-typo-variants.patch parse-maintainers-add-ability-to-specify-filenames.patch checkpatch-printks-always-need-a-kern_level.patch checkpatch-allow-define_per_cpu-definitions-to-exceed-line-length.patch checkpatch-add-tp_printk-to-list-of-logging-functions.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