diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index a8368d1c4348..a1a89b6db0cc 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -2529,6 +2529,7 @@ sub process { # Check for git id commit length and improperly formed commit descriptions if ($in_commit_log && !$commit_log_possible_stack_dump && $line !~ /^\s*(?:Link|Patchwork|http|https|BugLink):/i && + $line !~ /^This reverts commit [0-9a-f]{7,40}/ && ($line =~ /\bcommit\s+[0-9a-f]{5,}\b/i || ($line =~ /(?:\s|^)[0-9a-f]{12,40}(?:[\s"'\(\[]|$)/i && $line !~ /[\<\[][0-9a-f]{12,40}[\>\]]/i &&