The patch titled Subject: checkpatch-use-patch-subject-when-reading-from-stdin-fix has been removed from the -mm tree. Its filename was checkpatch-use-patch-subject-when-reading-from-stdin-fix.patch This patch was dropped because it was folded into checkpatch-use-patch-subject-when-reading-from-stdin.patch ------------------------------------------------------ From: Joe Perches <joe@xxxxxxxxxxx> Subject: checkpatch-use-patch-subject-when-reading-from-stdin-fix reduce cpu usage Link: http://lkml.kernel.org/r/c9d89bb24c7414142414c60371e210fdcf4617d2.camel@xxxxxxxxxxx Cc: Joe Perches <joe@xxxxxxxxxxx> Cc: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Cc: Joe Perches <joe@xxxxxxxxxxx> Cc: Konstantin Ryabitsev <konstantin@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/checkpatch.pl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) --- a/scripts/checkpatch.pl~checkpatch-use-patch-subject-when-reading-from-stdin-fix +++ a/scripts/checkpatch.pl @@ -1063,11 +1063,8 @@ for my $filename (@ARGV) { } while (<$FILE>) { chomp; - if ($vname eq 'Your patch') { - my ($subject) = $_ =~ /^Subject:\s*(.*)/; - $vname = '"' . $subject . '"' if $subject; - } push(@rawlines, $_); + $vname = qq("$1") if ($filename eq '-' && $_ =~ m/^Subject:\s+(.+)/i); } close($FILE); _ Patches currently in -mm which might be from joe@xxxxxxxxxxx are get_maintainer-add-email-addresses-from-yaml-files.patch get_maintainer-fix-unexpected-behavior-for-path-to-file-double-slashes.patch percpu_ref-use-a-more-common-logging-style.patch checkpatch-additional-maintainer-section-entry-ordering-checks.patch checkpatch-look-for-c99-comments-in-ctx_locate_comment.patch checkpatch-disallow-git-and-file-fix.patch checkpatch-use-patch-subject-when-reading-from-stdin.patch fs-seq_filec-seq_read-update-pr_info_ratelimited.patch checkpatch-test-git_dir-changes.patch