Searched full:maintainers (Results 1 – 4 of 4) sorted by relevance
/kvm-unit-tests/scripts/ |
H A D | git.difforder | 2 MAINTAINERS
|
H A D | get_maintainer.pl | 7 # Print selected MAINTAINERS information for 232 'git-max-maintainers=i' => \$email_git_max_maintainers, 319 ## Read MAINTAINERS for type/value pairs 330 or die "$P: Can't open MAINTAINERS file '$file': $!\n"; 366 return if ($file !~ m@/MAINTAINERS$@); 379 my $path = "${lk_path}MAINTAINERS"; 529 if ($file ne "MAINTAINERS" && -f $file && $keywords) { 615 my @maintainers = get_maintainers(); 616 if (@maintainers) { 617 @maintainers = merge_email(@maintainers); [all …]
|
H A D | checkpatch.pl | 1374 them to the maintainer, see CHECKPATCH in MAINTAINERS. 1385 "COPYING", "CREDITS", "Kbuild", "MAINTAINERS", "Makefile", 2901 …"$realfile is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications ple… 2910 if ($realfile !~ /^MAINTAINERS/) { 3023 # Check if MAINTAINERS is being updated. If so, there's probably no need to 3024 # emit the "does MAINTAINERS need updating?" message on file add/move/delete 3025 if ($line =~ /^\s*MAINTAINERS\s*\|/) { 3431 "added, moved or deleted file(s), does MAINTAINERS need updating?\n" . $herecurr); 3671 # check MAINTAINERS entries 3672 if ($realfile =~ /^MAINTAINERS$/) { [all …]
|
/kvm-unit-tests/ |
H A D | MAINTAINERS | 1 KVM Unit Tests Maintainers 66 F: MAINTAINERS
|