Lines Matching +full:alert +full:- +full:limit
2 # SPDX-License-Identifier: GPL-2.0
7 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com>
8 # (c) 2010-2018 Joe Perches <joe@perches.com>
67 my $git_command ='export LANGUAGE=en_US.UTF-8; git';
78 -q, --quiet quiet
79 --no-tree run without a kernel tree
80 --no-signoff do not check for 'Signed-off-by' line
81 --patch treat FILE as patchfile (default)
82 --emacs emacs compile window format
83 --terse one line per report
84 --showfile emit diffed file position, not input file position
85 -g, --git treat FILE as a single commit or git revision range
93 <rev>-<count>
95 -f, --file treat FILE as regular source file
96 --subjective, --strict enable more subjective tests
97 --list-types list the possible message types
98 --types TYPE(,TYPE2...) show only these comma separated message types
99 --ignore TYPE(,TYPE2...) ignore various comma separated message types
100 --exclude DIR (--exclude DIR2...) exclude directories
101 --show-types show the specific message type in the output
102 --max-line-length=n set the maximum line length, (default $max_line_length)
104 requires --strict for use with --file
105 --min-conf-desc-length=n set the min description length, if shorter, warn
106 --tab-size=n set the number of spaces for tab (default $tabsize)
107 --root=PATH PATH to the kernel tree root
108 --no-summary suppress the per-file summary
109 --mailback only produce a report in case of warnings/errors
110 --summary-file include the filename in summary
111 --debug KEY=[0|1] turn on/off debugging of KEY, where KEY is one of
114 --test-only=WORD report only warnings/errors containing WORD
116 --fix EXPERIMENTAL - may create horrible results
117 If correctable single-line errors exist, create
118 "<inputfile>.EXPERIMENTAL-checkpatch-fixes"
121 --fix-inplace EXPERIMENTAL - may create horrible results
122 Is the same as --fix, but overwrites the input
124 --ignore-perl-version override checking of perl version. expect
126 --codespell Use the codespell dictionary for spelling/typos
128 --codespellfile Use this codespell dictionary
129 --typedefsfile Read additional types from this file
130 --color[=WHEN] Use colors 'always', 'never', or only when output
132 -h, --help, --version display this help and exit
134 When FILE is - read standard input.
173 if (-f $conf) {
199 # Prevent --color by itself from consuming other arguments
201 if ($_ eq "--color" || $_ eq "-color") {
202 $_ = "--color=$color";
221 'show-types!' => \$show_types,
222 'list-types!' => \$list_types,
223 'max-line-length=i' => \$max_line_length,
224 'min-conf-desc-length=i' => \$min_conf_desc_length,
225 'tab-size=i' => \$tabsize,
229 'summary-file!' => \$summary_file,
231 'fix-inplace!' => \$fix_inplace,
232 'ignore-perl-version!' => \$ignore_perl_version,
234 'test-only=s' => \$tst_only,
239 'no-color' => \$color, #keep old behaviors of -nocolor
240 'nocolor' => \$color, #keep old behaviors of -nocolor
252 die "$P: --git cannot be used with --file or --fix\n" if ($git && ($file || $fix));
263 #if no filenames are given, push '-' to read patch from stdin
265 push(@ARGV, '-');
275 $color = (-t STDOUT);
280 # skip TAB size 1 to avoid additional checks on $tabsize - 1
291 $word =~ tr/[a-z]/[A-Z]/;
296 $hashRef->{$word}++;
335 die "$P: $root: --root does not point at a valid tree\n";
347 print "Must be run from the top-level dir. of a kernel tree\n";
355 [A-Za-z_][A-Za-z\d_]*
356 (?:\s*\#\#\s*[A-Za-z_][A-Za-z\d_]*)*
409 our $Member = qr{->$Ident|\.$Ident|\[[^]]*\]};
414 our $Hex = qr{(?i)0x[0-9a-f]+$Int_type?};
415 our $Int = qr{[0-9]+$Int_type?};
416 our $Octal = qr{0[0-7]+$Int_type?};
418 our $Float_hex = qr{(?i)0x[0-9a-f]+p-?[0-9]+[fl]?};
419 our $Float_dec = qr{(?i)(?:[0-9]+\.[0-9]*|[0-9]*\.[0-9]+)(?:e-?[0-9]+)?[fl]?};
420 our $Float_int = qr{(?i)[0-9]+e-?[0-9]+[fl]?};
423 our $Assignment = qr{\*\=|/=|%=|\+=|-=|<<=|>>=|&=|\^=|\|=|=};
424 our $Compare = qr{<=|>=|==|!=|<|(?<!-)>};
425 our $Arithmetic = qr{\+|-|\*|\/|%};
428 =>|->|<<|>>|<|>|!|~|
429 &&|\|\||,|\^|\+\+|--|&|\||$Arithmetic
444 [\xC2-\xDF][\x80-\xBF] # non-overlong 2-byte
445 | \xE0[\xA0-\xBF][\x80-\xBF] # excluding overlongs
446 | [\xE1-\xEC\xEE\xEF][\x80-\xBF]{2} # straight 3-byte
447 | \xED[\x80-\x9F][\x80-\xBF] # excluding surrogates
448 | \xF0[\x90-\xBF][\x80-\xBF]{2} # planes 1-3
449 | [\xF1-\xF3][\x80-\xBF]{3} # planes 4-15
450 | \xF4[\x80-\x8F][\x80-\xBF]{2} # plane 16
454 [\x09\x0A\x0D\x20-\x7E] # ASCII
480 …(?:[a-z0-9]+_){1,2}(?:printk|emerg|alert|crit|err|warning|warn|notice|info|debug|dbg|vdbg|devel|co…
484 MODULE_[A-Z_]+|
499 Signed-off-by:|
500 Co-authored-by:|
501 Co-developed-by:|
502 Acked-by:|
503 Tested-by:|
504 Reviewed-by:|
505 Reported-by:|
506 Suggested-by:|
593 ["IIO_DEV_ATTR_[A-Z_]+", 1],
611 my $word_pattern = '\b[A-Z]?[a-z]{2,}\b';
617 $mode_perms_search .= $entry->[0];
647 0[0-7][0-7][2367]
684 return trim($string) if ($string =~ /^\s*0[0-7]{3,3}\s*$/);
695 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos));
735 warn "No typos will be found - file '$spelling_file': $!\n";
752 my ($suspect, $fix) = split(/->/, $line);
758 warn "No codespell typos will be found - file '$codespellfile': $!\n";
777 print("$file: '$line' invalid - ignored\n");
794 # or warn "No structs that should be const will be found - file '$conststructsfile': $!\n";
800 or warn "No additional types will be considered - file '$typedefsfile': $!\n";
860 our $balanced_parens = qr/(\((?:[^\(\)]++|(?-1))*\))/;
865 (?:$Storage\s+)?(?:[A-Z_][A-Z0-9]*_){0,2}(?:DEFINE|DECLARE)(?:_[A-Z0-9]+){1,6}\s*\(|
887 return if (!(-f $file));
899 next if ($line !~ /(?:[A-Z][a-z]|[a-z][A-Z])/);
900 if ($line =~ /^[ \t]*(?:#[ \t]*define|typedef\s+$Type)\s+(\w*(?:[A-Z][a-z]|[a-z][A-Z])\w*)/) {
902 } elsif ($line =~ /^\s*$Declare\s+(\w*(?:[A-Z][a-z]|[a-z][A-Z])\w*)\s*[\(\[,;]/) {
904 } elsif ($line =~ /^\s*(?:union|struct|enum)\s+(\w*(?:[A-Z][a-z]|[a-z][A-Z])\w*)\s*[;\{]/) {
915 return 0 if (!$tree || !(-e "$root/scripts/get_maintainer.pl"));
918 …s{$filename} = `perl $root/scripts/get_maintainer.pl --status --nom --nol --nogit --nogit-fallback…
927 …return 1 if (!$tree || which("python") eq "" || !(-e "$root/scripts/spdxcheck.py") || !(-e "$root/…
930 my $status = `cd "$root_path"; echo "$license" | python scripts/spdxcheck.py -`;
945 if (-e ".git") {
946 …my $git_last_include_commit = `${git_command} log --no-merges --pretty=format:"%h%n" -1 -- include…
948 $camelcase_cache = ".checkpatch-camelcase.git.$git_last_include_commit";
951 $files = `find $root/include -name "*.h"`;
958 $camelcase_cache = ".checkpatch-camelcase.date.$last_mod_date";
961 if ($camelcase_cache ne "" && -f $camelcase_cache) {
973 if (-e ".git") {
974 $files = `${git_command} ls-files "include/*.h"`;
983 unlink glob ".checkpatch-camelcase.*";
996 return ($id, $desc) if ((which("git") eq "") || !(-e ".git"));
998 my $output = `${git_command} log --no-color --format='%H %s' -1 $commit 2>&1`;
1009 # git rev-list --remotes | grep -i "^$1" |
1011 # git log --format='%H %s' -1 $line |
1012 # echo "commit $(cut -c 1-12,41-)"
1031 my $fixlinenr = -1;
1034 # For example, HEAD-3 means we need check 'HEAD, HEAD~1, HEAD~2'.
1035 die "$P: No git repository found\n" if ($git && !-e ".git");
1041 if ($commit_expr =~ m/^(.*)-(\d+)$/) {
1042 $git_range = "-$2 $1";
1046 $git_range = "-1 $commit_expr";
1048 my $lines = `${git_command} log --no-color --no-merges --pretty=format:'%H %s' $git_range`;
1050 $line =~ /^([0-9a-fA-F]{40,40}) (.*)$/;
1067 open($FILE, '-|', "git format-patch -M --stdout -1 $filename") ||
1068 die "$P: $filename: git format-patch failed - $!\n";
1070 open($FILE, '-|', "diff -u /dev/null $filename") ||
1071 die "$P: $filename: diff failed - $!\n";
1072 } elsif ($filename eq '-') {
1076 die "$P: $filename: open failed - $!\n";
1078 if ($filename eq '-') {
1088 $vname = qq("$1") if ($filename eq '-' && $_ =~ m/^Subject:\s+(.+)/i);
1093 print '-' x length($vname) . "\n";
1095 print '-' x length($vname) . "\n";
1106 $fixlinenr = -1;
1144 if (! -e $root . '/' . $check) {
1190 if ($name =~ /[^\w \-]/i) { ##has "must quote" chars
1207 if ($name =~ /[^\w \-]/i) { ##has "must quote" chars
1225 if (-e "$path/$bin") {
1237 if (-e "$path/$conf") {
1392 return substr($rawline, $-[0], $+[0] - $-[0]);
1397 my $line = $linenr - 1;
1400 my $coff = $off - 1;
1414 @stack = (['', 0]) if ($#stack == -1);
1422 next if ($lines[$line] =~ /^-/);
1423 $remain--;
1450 ($type, $level) = @{$stack[$#stack - 1]};
1466 $coff = $off + length($1) - 1;
1469 #warn "[" . substr($blk, $soff, $coff - $soff + 1) . "]\n";
1477 $level--;
1491 $level--;
1503 $level--;
1514 $remain--;
1517 my $statement = substr($blk, $soff, $off - $soff + 1);
1518 my $condition = substr($blk, $soff, $coff - $soff + 1);
1526 $line, $remain + 1, $off - $loff + 1, $level);
1583 if (!($remain > 0 && $condition =~ /^\s*(?:\n[+-])?\s*(?:if|else|do)\b/s)) {
1593 last if (!($remain > 0 && $condition =~ /^(?:\s*\n[+-])*\s*(?:else|do)\b/s));
1604 my $start = $linenr - 1;
1613 next if ($rawlines[$line] =~ /^-/);
1614 $remain--;
1622 $level = $stack[$#stack - 1];
1630 $off--;
1635 $level--;
1684 my ($current_comment) = ($rawlines[$end_line - 1] =~ m@^\+.*(//.*$)@);
1686 ($current_comment) = ($rawlines[$end_line - 2] =~ m@^[\+ ].*(//.*$)@);
1692 ($current_comment) = ($rawlines[$end_line - 1] =~ m@.*(/\*.*\*/)\s*(?:\\\s*)?$@);
1700 my $line = $rawlines[$linenr - 1];
1724 ##print "LINE: $rawlines[$end_line - 1 ]\n";
1733 my $offset = $linenr - 1;
1739 next if (defined($line) && $line =~ /^-/);
1740 $cnt--;
1910 print "PAREN('$1') -> $type\n"
1966 } elsif ($cur =~ /^(-(?![->])|\+(?!\+)|\*|\&\&|\&)/o) {
1981 if ($1 ne '++' && $1 ne '--') {
2049 $type =~ tr/[a-z]/[A-Z]/;
2082 my @lines = split("\n", $output, -1);
2100 if ($$lineRef =~ /^\@\@ -\d+,\d+ \+(\d+),(\d+) \@\@/) {
2129 if ($line =~ /^(?:\+\+\+|\-\-\-)\s+\S+/) { #new filename
2131 } elsif ($line =~ /^\@\@ -\d+,\d+ \+\d+,\d+ \@\@/) { #new hunk
2139 fixup_current_range(\$lines[$range_last_linenr], $delta_offset--, -1);
2220 if (-f "$root/$file") {
2225 if (! -f _) {
2231 substr($prefix, -length($file)) = '';
2276 my $max_spaces_before_tab = $source_indent - 1;
2298 return -1;
2306 $pos += length($1) - 1;
2309 } elsif (index($string, '(') == -1) {
2336 my $is_binding_patch = -1;
2339 my $has_patch_separator = 0; #Found a --- line
2349 my $last_coalesced_string_linenr = -1;
2378 # Pre-scan the patch sanitizing the lines.
2379 # Pre-scan the patch looking for any __setup documentation.
2398 if ($1 =~ m@Documentation/admin-guide/kernel-parameters.txt$@) {
2403 if ($rawline =~ /^\@\@ -\d+(?:,\d+)? \+(\d+)(,(\d+))? \@\@/) {
2404 $realline=$1-1;
2419 next if (defined $rawlines[$ln - 1] &&
2420 $rawlines[$ln - 1] =~ /^-/);
2421 $cnt--;
2422 #print "RAW<$rawlines[$ln - 1]>\n";
2423 last if (!defined $rawlines[$ln - 1]);
2424 if ($rawlines[$ln - 1] =~ m@(/\*|\*/)@ &&
2425 $rawlines[$ln - 1] !~ m@"[^"]*(?:/\*|\*/)[^"]*"@) {
2448 # simplify matching -- only bother with positive lines.
2454 $realcnt-- if ($line =~ /^(?:\+| |$)/);
2460 #print "-->$line\n";
2471 $fixlinenr = -1;
2478 my $rawline = $rawlines[$linenr - 1];
2482 ($line =~ /^ mode change [0-7]+ => [0-7]+ \S+\s*$/ ||
2484 $line =~ /^diff --git a\/[\w\/\.\_\-]+ b\/\S+\s*$/))) {
2490 $line =~ /^\@\@ -\d+(?:,\d+)? \+(\d+)(,(\d+))? \@\@(.*)/) {
2494 $realline=$1-1;
2519 $realcnt-- if ($realcnt != 0);
2532 $realcnt--;
2542 if ($line =~ /^diff --git.*?(\S+)$/) {
2554 -e "$root/$p1_prefix") {
2556 "patch prefix '$p1_prefix' exists, appears to be a -p0 patch\n");
2561 …"do not modify files in include/asm, change architecture specific files in include/asm-<architectu…
2601 $is_binding_patch = () = $realfile =~ m@^(?:Documentation/devicetree/|include/dt-bindings/)@;
2603 if (($last_binding_patch != -1) &&
2606 …udes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst\n");
2629 "Missing commit description - Add an appropriate one\n");
2637 $line =~ m@^\s*(?:\-\-\-\s+a/|\+\+\+\s+b/)@ ||
2638 $line =~ m/^\s*\@\@ \-\d+,\d+ \+\d+,\d+ \@\@/)) {
2640 "Avoid using diff content in the commit message - patch(1) might not work\n" . $herecurr);
2655 if (decode("MIME-Header", $line) =~ /^From:\s*(.*)/) {
2657 $author = encode("utf8", $author) if ($line =~ /=\?utf-8\?/i);
2662 if ($line =~ /^\s*signed-off-by:/i) {
2668 if ($l =~ /^\s*signed-off-by:\s*\Q$author\E/i) {
2675 if ($line =~ /^---$/) {
2682 $line =~ /^(\s*)([a-z0-9_-]+by:|$signature_tags)(\s*)(.*)/i) {
2691 "Non-standard signature: $sign_off\n" . $herecurr);
2701 if ($sign_off =~ /-by:$/i && $sign_off ne $ucfirst_sign_off) {
2749 # Check Co-developed-by: immediately followed by Signed-off-by: with same name and email
2750 if ($sign_off =~ /^co-developed-by:$/i) {
2753 …"Co-developed-by: should not be used to attribute nominal patch author '$author'\n" . "$here\n" . …
2757 … "Co-developed-by: must be immediately followed by Signed-off-by:\n" . "$here\n" . $rawline);
2758 } elsif ($rawlines[$linenr] !~ /^\s*signed-off-by:\s*(.*)/i) {
2760 …"Co-developed-by: must be immediately followed by Signed-off-by:\n" . "$here\n" . $rawline . "\n" …
2763 …"Co-developed-by and Signed-off-by: name/email do not match \n" . "$here\n" . $rawline . "\n" .$ra…
2775 # Check for Gerrit Change-Ids not in any patch context
2776 if ($realfile eq '' && !$has_patch_separator && $line =~ /^\s*change-id:/i) {
2778 "Remove Gerrit Change-Id's before submitting upstream\n" . $herecurr);
2786 $line =~ /^\s*\[\<[0-9a-fA-F]{8,}\>\]/) ||
2787 $line =~ /^(?:\s+\w+:\s+[0-9a-fA-F]+){3,3}/ ||
2788 $line =~ /^\s*\#\d+\s*\[[0-9a-fA-F]+\]\s*\w+ at [0-9a-fA-F]+/) {
2796 !($line =~ /^\s*[a-zA-Z0-9_\/\.]+\s+\|\s+\d+/ ||
2798 $line =~ /^\s*(?:[\w\.\-]+\/)++[\w\.\-]+:/ ||
2816 $line !~ /^\s*(?:Link|Patchwork|http|https|BugLink|base-commit):/i &&
2817 $line !~ /^This reverts commit [0-9a-f]{7,40}/ &&
2818 ($line =~ /\bcommit\s+[0-9a-f]{5,}\b/i ||
2819 ($line =~ /(?:\s|^)[0-9a-f]{12,40}(?:[\s"'\(\[]|$)/i &&
2820 $line !~ /[\<\[][0-9a-f]{12,40}[\>\]]/i &&
2821 $line !~ /\bfixes:\s*[0-9a-f]{12,40}/i))) {
2834 if ($line =~ /\b(c)ommit\s+([0-9a-f]{5,})\b/i) {
2837 } elsif ($line =~ /\b([0-9a-f]{12,40})\b/i) {
2841 $short = 0 if ($line =~ /\bcommit\s+[0-9a-f]{12,40}/i);
2842 $long = 1 if ($line =~ /\bcommit\s+[0-9a-f]{41,}/i);
2843 $space = 0 if ($line =~ /\bcommit [0-9a-f]/i);
2844 $case = 0 if ($line =~ /\b[Cc]ommit\s+[0-9a-f]{5,40}[^A-F]/);
2845 if ($line =~ /\bcommit\s+[0-9a-f]{5,}\s+\("([^"]+)"\)/i) {
2848 } elsif ($line =~ /\bcommit\s+[0-9a-f]{5,}\s*$/i &&
2853 } elsif ($line =~ /\bcommit\s+[0-9a-f]{5,}\s+\("[^"]+$/i &&
2856 $line =~ /\bcommit\s+[0-9a-f]{5,}\s+\("([^"]+)$/i;
2869 …it commit description style 'commit <12+ chars of sha1> (\"<title line>\")' - ie: '${init_char}omm…
2876 $line =~ /^rename (?:from|to) [\w\/\.\-]+\s*$/ ||
2877 ($line =~ /\{\s*([\w\/\.\-]*)\s*\=\>\s*([\w\/\.\-]*)\s*\}/ &&
2888 … "DT bindings should be in DT schema format. See: Documentation/devicetree/writing-schema.rst\n");
2892 if ($realcnt != 0 && $line !~ m{^(?:\+|-| |\\ No newline|$)}) {
2898 # UTF-8 regex found at http://www.w3.org/International/questions/qa-forms-utf-8.en.php
2908 "Invalid UTF-8, patch and commit message should be encoded in UTF-8\n" . $hereptr);
2915 $rawline =~ /^(?:commit\b|from\b|[\w-]+:)/i)) {
2921 # Check if there is UTF-8 in a commit log when a mail header has explicitly
2924 $rawline =~ /^Content-Type:.+charset="(.+)".*$/ &&
2925 $1 !~ /utf-8/i) {
2932 "8-bit UTF-8 used in possible commit log\n" . $herecurr);
2953 while ($rawline =~ /(?:^|[^a-z@])($misspellings)(?:\b|$|[^a-z@])/gi) {
2956 $typo_fix = ucfirst($typo_fix) if ($typo =~ /^[A-Z]/);
2957 $typo_fix = uc($typo_fix) if ($typo =~ /^[A-Z]+$/);
2961 "'$typo' may be misspelled - perhaps '$typo_fix'?\n" . $herecurr) &&
2963 $fixed[$fixlinenr] =~ s/(^|[^A-Za-z@])($typo)($|[^A-Za-z@])/$1$typo_fix$3/;
2969 if ($in_commit_log && $line =~ /(^fixes:|\bcommit)\s+([0-9a-f]{6,40})\b/i) {
2979 # ignore non-hunk lines and lines being removed
2980 next if (!$hunk_line || $line =~ /^-/);
3027 for (; $cnt > 0 && defined $lines[$ln - 1]; $ln++) {
3028 $f = $lines[$ln - 1];
3029 $cnt-- if ($lines[$ln - 1] !~ /^-/);
3030 $is_end = $lines[$ln - 1] =~ /^\+/;
3032 next if ($f =~ /^-/);
3035 if ($lines[$ln - 1] =~ /^\+\s*(?:bool|tristate|prompt)\s*["']/) {
3037 } elsif ($lines[$ln - 1] =~ /^\+\s*(?:---)?help(?:---)?$/) {
3038 $length = -1;
3067 if ($rawline =~ /^\+[A-Z]:/ &&
3068 $rawline !~ /^\+[A-Z]:\t\S/) {
3072 $fixed[$fixlinenr] =~ s/^(\+[A-Z]):\s*/$1:\t/;
3077 if ($rawline =~ /^\+[A-Z]:/ &&
3078 $prevrawline =~ /^[\+ ][A-Z]:/) {
3079 $rawline =~ /^\+([A-Z]):\s*(.*)/;
3082 $prevrawline =~ /^[\+ ]([A-Z]):\s*(.*)/;
3093 "Misordered MAINTAINERS entry - list '$cur:' before '$prev:'\n" . $hereprev);
3098 "Misordered MAINTAINERS entry - list file patterns in alphabetic order\n" . $hereprev);
3112 ($line =~ /\+(EXTRA_[A-Z]+FLAGS).*/)) {
3115 'EXTRA_AFLAGS' => 'asflags-y',
3116 'EXTRA_CFLAGS' => 'ccflags-y',
3117 'EXTRA_CPPFLAGS' => 'cppflags-y',
3118 'EXTRA_LDFLAGS' => 'ldflags-y',
3122 … of $flag is deprecated, please use \`$replacement->{$flag} instead.\n" . $herecurr) if ($replacem…
3136 my @compats = $rawline =~ /\"([a-zA-Z0-9\-\,\.\+_]+)\"/g;
3139 my $vp_file = $dt_path . "vendor-prefixes.txt";
3143 $compat2 =~ s/\,[a-zA-Z0-9]*\-/\,<\.\*>\-/;
3145 $compat3 =~ s/\,([a-z]*)[0-9]*\-/\,$1<\.\*>\-/;
3146 `grep -Erq "$compat|$compat2|$compat3" $dt_path`;
3149 "DT compatible string \"$compat\" appears un-documented -- check $dt_path\n" . $herecurr);
3152 next if $compat !~ /^([a-zA-Z0-9\-]+)\,/;
3154 `grep -Eq "^$vendor\\b" $vp_file`;
3157 … "DT compatible string vendor \"$vendor\" appears un-documented -- check $vp_file\n" . $herecurr);
3180 $rawline =~ /SPDX-License-Identifier:/ &&
3187 $rawline !~ m@^\+\Q$comment\E SPDX-License-Identifier: @) {
3189 … "Missing or malformed SPDX-License-Identifier tag in line $checklicenseline\n" . $herecurr);
3190 } elsif ($rawline =~ /(SPDX-License-Identifier: .*)/) {
3197 not $spdx_license =~ /GPL-2\.0.*BSD-2-Clause/) {
3202 "DT binding documents should be licensed (GPL-2.0-only OR BSD-2-Clause)\n" . $herecurr) &&
3204 …$fixed[$fixlinenr] =~ s/SPDX-License-Identifier: .*/SPDX-License-Identifier: (GPL-2.0-only OR BSD-…
3214 # check for using SPDX-License-Identifier on the wrong line number
3216 $rawline =~ /\bSPDX-License-Identifier:/ &&
3217 substr($line, @-, @+ - @-) eq "$;" x (@+ - @-)) {
3219 "Misplaced SPDX-License-Identifier tag - use line $checklicenseline instead\n" . $herecurr);
3222 # line length limit (with some exclusions)
3246 length(expand_tabs(substr($line, 1, length($line) - length($1) - 1))) <= $max_line_length) {
3261 } elsif ($rawline =~ /^\+.*\b[a-z][\w\.\+\-]*:\/\/\S+/i) {
3268 length(expand_tabs(substr($line, 1, length($line) - length($1) - 1))) <= $max_line_length) {
3273 length(expand_tabs(substr($line, 1, length($line) - length($1) - 1))) <= $max_line_length) {
3296 # more than $tabsize must use tabs, except multi-line macros which may start
3384 # check multi-line statement indentation matches previous line
3492 $line =~ /^\+[a-z_]*init/ ||
3493 $line =~ /^\+\s*(?:static\s+)?[A-Z_]*ATTR/ ||
3507 $last_blank_line != ($linenr - 1)) {
3563 # 4) empty lines in multi-line macros
3654 (!defined $lines[$realline_next - 1] ||
3655 substr($lines[$realline_next - 1], $off_next) =~ /^\s*$/)) {
3735 …if ($line =~ /(.*)\b((?:if|while|for|switch|(?:[A-Z_]+|)FOR_EACH(?!_NONEMPTY_TERM)[A-Z_]+)\s*\(|do…
3742 "Too many leading tabs - consider code refactoring\n" . $herecurr);
3745 my $ctx_cnt = $realcnt - $#ctx - 1;
3752 defined $lines[$ctx_ln - 1] &&
3753 $lines[$ctx_ln - 1] =~ /^-/)) {
3755 $ctx_skip-- if (!defined $lines[$ctx_ln - 1] || $lines[$ctx_ln - 1] !~ /^-/);
3760 #print "pre<$pre_ctx>\nline<$line>\nctx<$ctx>\nnext<$lines[$ctx_ln - 1]>\n";
3762 if ($ctx !~ /{\s*/ && defined($lines[$ctx_ln - 1]) && $lines[$ctx_ln - 1] =~ /^\+\s*{/) {
3765 "$here\n$ctx\n$rawlines[$ctx_ln - 1]\n");
3769 defined $lines[$ctx_ln - 1])
3771 my ($nlength, $nindent) = line_stats($lines[$ctx_ln - 1]);
3775 "$here\n$ctx\n$rawlines[$ctx_ln - 1]\n");
3781 …if ($line =~ /\b(?:(?:if|while|for|(?:[A-Z_]+|)FOR_EACH(?!_NONEMPTY_TERM|_IDX|_FIXED_ARG|_IDX_FIXE…
3829 my $cond_ptr = -1;
3892 $prev_values = substr($curr_values, -1);
3898 if ($prevline =~ /^\+.*$Lval\s*(?:\.|->)\s*$/ &&
3900 $prevline =~ /($Lval\s*(?:\.|->))\s*$/;
3906 "Avoid multiple line dereference - prefer '$ref'\n" . $hereprev);
3962 fix_delete_line($fixlinenr - 1, $prevrawline);
4008 #print "APW <$lines[$realline_next - 1]>\n";
4010 exists $lines[$realline_next - 1] &&
4012 ($lines[$realline_next - 1] =~ /EXPORT_SYMBOL.*\((.*)\)/ ||
4013 $lines[$realline_next - 1] =~ /EXPORT_UNUSED_SYMBOL.*\((.*)\)/)) {
4019 if ($stat =~ /^(?:.\s*}\s*\n)?.([A-Z_]+)\s*\(\s*($Ident)/ &&
4032 #print "FOO A<$lines[$realline_next - 1]> stat<$stat> name<$name>\n";
4042 #print "FOO B <$lines[$linenr - 1]>\n";
4131 # check for non-global char *foo[] = {"bar", ...} declarations.
4154 "Bad function definition - $1() should probably be $1(void)\n" . $herecurr) &&
4234 …"Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()\n" . …
4250 if ($line =~ /\bprintk\s*\(\s*(?!KERN_[A-Z]+\b)/) {
4255 if ($line =~ /\bprintk\s*\(\s*KERN_([A-Z]+)/) {
4265 if ($line =~ /\bdev_printk\s*\(\s*KERN_([A-Z]+)/) {
4321 fix_delete_line($fixlinenr - 1, $prevrawline);
4414 # 1. with a type on the left -- int [] a;
4415 # 2. at the beginning of a line for slice initialisers -- [0...10] = 5,
4416 # 3. inside a curly brace -- = { [0...10] = 5 }
4419 my ($where, $prefix) = ($-[1], $1);
4437 my $ctx_before = substr($line, 0, $-[1]);
4447 # cpp #define statements have non-optional spaces, ie
4476 \+=|-=|\*=|\/=|%=|\^=|\|=|&=|
4477 =>|->|<<|>>|<|>|=|!|~|
4478 &&|\|\||,|\^|\+\+|--|&|\||\+|-|\*|\/|%|
4499 my $last_after = -1;
4578 # ->
4579 } elsif ($op eq '->') {
4621 # '*' as part of a type definition -- reported already.
4629 $opv eq '*U' || $opv eq '-U' ||
4631 if ($ctx !~ /[WEBC]x./ && $ca !~ /(?:\)|!|~|\*|-|\&|\||\+\+|\-\-|\{)$/) {
4654 # unary ++ and unary -- are allowed no space on one side.
4655 } elsif ($op eq '++' or $op eq '--') {
4685 $op eq '+' or $op eq '-' or
4787 # check for whitespace before a non-naked semicolon
4888 # ie: &(foo->bar) should be &foo->bar and *(foo->bar) should be *foo->bar
4900 # ie: (foo->bar)(); should be foo->bar();
4901 # but not "if (foo->bar) (" to avoid some false positives
4914 # when !drivers/staging or command-line uses --strict
4919 my $test = substr($2, 1, -1);
4943 if ($sline =~ /^.\s+[A-Za-z_][A-Za-z\d_]*:(?!\s*\d+)/ &&
4944 $sline !~ /^. [A-Za-z\d_][A-Za-z\d_]*:/ &&
4972 # at end-of-function, with the previous line a single leading tab, then return;
4977 $lines[$linenr - 3] =~ /^[ +]/ &&
4978 $lines[$linenr - 3] !~ /^[ +]\s*$Ident\s*:/) {
4983 # if statements using unnecessary parentheses - ie: if ((foo == bar))
4991 $msg = " - maybe == should be = ?" if ($comp eq "==");
5002 …!($line =~ /^\+(.*)($Constant|[A-Z_][A-Z0-9_]*)\s*($Compare)\s*(.*)($Constant|[A-Z_][A-Z0-9_]*)(.*…
5003 $line =~ /^\+(.*)\b($Constant|[A-Z_][A-Z0-9_]*)\s*($Compare)\s*($LvalOrFunc)/) {
5010 $to !~ /^(?:Constant|[A-Z_][A-Z0-9_]*)$/ &&
5028 if ($sline =~ /\breturn(?:\s*\(+\s*|\s+)(E[A-Z]+)(?:\s*\)+\s*|\s*)[;:,]/) {
5034 "return of an errno should typically be negative (ie: return -$1)\n" . $herecurr);
5049 # Check for illegal assignment in if conditional -- and check for trailing
5064 ($stat_next =~ /^((?:\s*\n[+-])*\s*)/s);
5066 statement_rawlines($whitespace) - 1;
5132 \s*0[xX][0-9]+\s*
5136 \s*0[xX][0-9]+\s*
5177 fix_delete_line($fixlinenr - 1, $prevrawline);
5203 fix_delete_line($fixlinenr - 1, $prevrawline);
5221 $var =~ /[A-Z][a-z]|[a-z][A-Z]/ &&
5223 $var !~ /^(?:Clear|Set|TestClear|TestSet|)Page[A-Z]/ &&
5226 $var !~ /^(?:[a-z0-9_]*|[A-Z0-9_]*)?_?[a-z][A-Z](?:_[a-z0-9_]+|_[A-Z0-9_]+)?$/ &&
5228 $var !~ /^(?:[a-z_]*?)_?(?:[KMGT]iB|[KMGT]?Hz)(?:_[a-z_]+)?$/) {
5231 next if ($word !~ /[A-Z][a-z]|[a-z][A-Z]/);
5262 if (-f "$root/$checkfile" &&
5266 my $asminclude = `grep -Ec "#include\\s+<asm/$file>" $root/$checkfile`;
5279 # multi-statement macros should be enclosed in a do while loop, grab the
5294 #print "LINE<$lines[$ln-1]> len<" . length($lines[$ln-1]) . "\n";
5305 $define_args = substr($define_args, 1, length($define_args) - 2);
5352 $dstat !~ /^(?:$Ident|-?$Constant),$/ && # 10, // foo(),
5353 $dstat !~ /^(?:$Ident|-?$Constant);$/ && # foo();
5354 …$dstat !~ /^[!~-]?(?:$Lval|$Constant)$/ && # 10 // foo() // !foo // ~foo // -foo // foo->bar // f…
5361 $dstat !~ /^for\s*$Constant\s+(?:$Ident|-?$Constant)$/ && # for (...) bar()
5368 …"Macros starting with if should be enclosed by a do - while loop to avoid possible if/else logic d…
5371 … "Macros with multiple statements should be enclosed in a do - while loop\n" . "$herectx");
5379 # Make $define_stmt single line, comment-free, etc
5407 "Macro argument reuse '$arg' - possible side-effects?\n" . "$herectx");
5441 # single-statement macros do not need to be enclosed in do while (0) loop,
5495 my $ln = $linenr - 1;
5500 my ($whitespace) = ($cond =~ /^((?:\s*\n[+-])*\s*)/s);
5501 my $offset = statement_rawlines($whitespace) - 1;
5511 $ln += statement_rawlines($block) - 1;
5538 if (!defined $suppress_ifbraces{$linenr - 1} &&
5541 # Check the pre-context for:
5544 if (substr($line, 0, $-[0]) =~ /([\#\}]\s*)$/) {
5550 ctx_statement_full($linenr, $realcnt, $-[0]);
5583 fix_delete_line($fixlinenr - 1, $prevrawline);
5598 …"Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst\n" . …
5601 # Check for user-visible strings broken across lines, which breaks the ability
5607 $prevrawline !~ /(?:\\(?:[ntr]|[0-7]{1,3}|x[0-9a-fA-F]{1,2})|;\s*|\{\s*)"\s*$/) {
5612 $last_coalesced_string_linenr != $linenr - 1) {
5619 fix_delete_line($fixlinenr - 1, $prevrawline);
5624 fix_insert_line($fixlinenr - 1, $fixedline);
5641 # This does not work very well for -f --file checking as it depends on patch
5642 # context providing the function name or a single line form for in-file
5663 if ($line =~ /$String[A-Za-z0-9_]/ || $line =~ /[A-Za-z0-9_]$String/) {
5668 my $extracted_string = substr($rawline, $-[0], $+[0] - $-[0]);
5669 $fixed[$fixlinenr] =~ s/\Q$extracted_string\E([A-Za-z0-9_])/$extracted_string $1/;
5670 $fixed[$fixlinenr] =~ s/([A-Za-z0-9_])\Q$extracted_string\E/$1 $extracted_string/;
5681 my $extracted_string = substr($rawline, $-[0], $+[0] - $-[0]);
5682 $fixed[$fixlinenr] =~ s/\Q$extracted_string\E\s*"/substr($extracted_string, 0, -1)/e;
5687 # check for non-standard and hex prefixed decimal printf formats
5691 my $string = substr($rawline, $-[1], $+[1] - $-[1]);
5696 "\%L$1 is non-standard C, use %ll$1\n" . $herecurr);
5702 "%Z$1 is non-standard C, use %z$1\n" . $herecurr);
5742 if ($lines[$linenr - 2] =~ /^\+(\t*)if\s*\(\s*$tested\s*\)\s*$/) {
5747 if ($lines[$linenr - 1] =~ /^\+(\t+)$func\s*\(\s*$tested\s*\)\s*;\s*$/) {
5756 fix_delete_line($fixlinenr - 1, $prevrawline);
5769 my $testline = $lines[$linenr - 3];
5771 my ($s, $c) = ctx_statement_block($linenr - 3, $realcnt, 0);
5783 $line =~ /\b$logFunctions\s*\(.*\b(KERN_[A-Z]+)\b/) {
5803 … "Possible precedence defect with mask then right shift - may need parentheses\n" . $herecurr);
5867 # check for __read_mostly with const non-pointer (should just be const)
5896 … "usleep_range is preferred over udelay; see Documentation/timers/timers-howto.rst\n" . $herecurr);
5900 "long udelay - prefer mdelay; see arch/arm/include/asm/delay.h\n" . $herecurr);
5908 …"msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst\n" . $herecurr);
5981 if ($realfile !~ m@^include/asm-generic/@ &&
5986 "__smp memory barriers shouldn't be used outside barrier.h and asm-generic\n" . $herecurr);
6006 … m@^.\s*\#\s*if.*\b(__i386__|__powerpc64__|__sun__|__s390x__)\b@ && $realfile !~ m@include/asm-@) {
6062 my $old = substr($rawline, $-[1], $+[1] - $-[1]);
6063 my $new = substr($old, 1, -1);
6075 …"__printf(string-index, first-to-check) is preferred over __attribute__((format(printf, string-ind…
6086 …"__scanf(string-index, first-to-check) is preferred over __attribute__((format(scanf, string-index…
6187 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0));
6213 $use = " - use %pS instead";
6315 …"usleep_range should not use min == max args; see Documentation/timers/timers-howto.rst\n" . "$her…
6319 …"usleep_range args reversed, use min then max; see Documentation/timers/timers-howto.rst\n" . "$he…
6437 …"__setup appears un-documented -- check Documentation/admin-guide/kernel-parameters.txt\n" . $here…
6444 … "unnecessary cast may hide bugs, see http://c-faq.com/malloc/mallocnocast.html\n" . $herecurr);
6471 !($r1 =~ /^$Constant$/ || $r1 =~ /^[A-Z_][A-Z0-9_]*$/)) {
6523 "do not specify non-standard feature test macros for embedded code\n" . "$here$rawline\n");
6533 …if ($line =~ /^\+\s*#\s*if\s+defined(?:\s*\(?\s*|\s+)(CONFIG_[A-Z_]+)\s*\)?\s*\|\|\s*defined(?:\s*…
6565 "Use of the '$1' macro makes the build non-deterministic\n" . $herecurr);
6578 "Using yield() is generally wrong. See yield() kernel-doc (sched/core.c)\n" . $herecurr);
6659 …"usage of NR_CPUS is often wrong - consider using cpu_possible(), num_possible_cpus(), for_each_po…
6665 … "#define of '$1' is wrong - use Kconfig variables or standard guards instead\n" . $herecurr);
6705 "lockdep_no_validate class is reserved for device->mutex.\n" . $herecurr);
6720 …E_ATTR\s*\(\s*(\w+)\s*,\s*\(?\s*(\s*(?:${multi_mode_perms_string_search}|0[0-7]{3,3})\s*)\s*\)?\s*…
6782 my $func = $entry->[0];
6783 my $arg_pos = $entry->[1];
6791 $arg_pos--;
6850 if ($#rawlines == -1) {
6860 # This is not a patch, and we are are in 'no-patch' mode so
6866 if (!$is_patch && $filename !~ /cover-letter\.patch$/) {
6868 "Does not appear to be a unified-diff format patch\n");
6873 "Missing Signed-off-by: line(s)\n");
6876 "Missing Signed-off-by: line by nominal patch author '$author'\n");
6894 mechanically convert to the typical style using --fix or --fix-inplace.
6913 $newfile .= ".EXPERIMENTAL-checkpatch-fixes" if (!$fix_inplace);
6937 Wrote EXPERIMENTAL --fix correction(s) to '$newfile'