The patch titled Subject: checkpatch-add-printk_once-and-printk_ratelimit-to-prefer-pr_level-warning-fix has been added to the -mm tree. Its filename is checkpatch-add-printk_once-and-printk_ratelimit-to-prefer-pr_level-warning-fix.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/checkpatch-add-printk_once-and-printk_ratelimit-to-prefer-pr_level-warning-fix.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/checkpatch-add-printk_once-and-printk_ratelimit-to-prefer-pr_level-warning-fix.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/process/submit-checklist.rst 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-printk_once-and-printk_ratelimit-to-prefer-pr_level-warning-fix It also needs: Link: https://lkml.kernel.org/r/32260871d4718ba7f48a8e9e07452bb76de300db.camel@xxxxxxxxxxx Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/checkpatch.pl | 1 + 1 file changed, 1 insertion(+) --- a/scripts/checkpatch.pl~checkpatch-add-printk_once-and-printk_ratelimit-to-prefer-pr_level-warning-fix +++ a/scripts/checkpatch.pl @@ -4548,6 +4548,7 @@ sub process { my $printk = $1; my $modifier = $2; my $orig = $3; + $modifier = "" if (!defined($modifier)); my $level = lc($orig); $level = "warn" if ($level eq "warning"); my $level2 = $level; _ Patches currently in -mm which might be from joe@xxxxxxxxxxx are mm-zswap-make-struct-kernel_param_ops-definitions-const.patch mm-use-sysfs_emit-for-struct-kobject-uses.patch mm-huge_memory-convert-remaining-use-of-sprintf-to-sysfs_emit-and-neatening.patch mm-backing-dev-use-sysfs_emit-in-macro-defining-functions.patch mm-shmem-convert-shmem_enabled_show-to-use-sysfs_emit_at.patch mm-slub-convert-sysfs-sprintf-family-to-sysfs_emit-sysfs_emit_at.patch checkpatch-prefer-static-const-declarations.patch checkpatch-allow-fix-removal-of-unnecessary-break-statements.patch checkpatch-update-__attribute__sectionname-quote-removal.patch checkpatch-update-__attribute__sectionname-quote-removal-v2.patch checkpatch-add-__alias-and-__weak-to-suggested-__attribute__-conversions.patch checkpatch-add-printk_once-and-printk_ratelimit-to-prefer-pr_level-warning.patch checkpatch-add-printk_once-and-printk_ratelimit-to-prefer-pr_level-warning-fix.patch treewide-remove-stringification-from-__alias-macro-definition.patch