diff options
author | Bharat Nihalani <bnihalani@nvidia.com> | 2016-09-13 08:26:10 -0400 |
---|---|---|
committer | Bharat Nihalani <bnihalani@nvidia.com> | 2016-09-19 01:05:49 -0400 |
commit | f1f9e2a3e6957470f479de6de7802c32c78888bd (patch) | |
tree | 95c825d55f2bfc5496569a66f93d223c2752551b | |
parent | 51b5ec852096c0eeb1eaca48ae132d7bf9ac7a9d (diff) |
Add NVIDIA-REVIEWERS file for nvgpu-t19x module
This is done to designate nvgpu-t19x module owners so as to help with
tools like Coverity and Code Coverage.
bug 200195707
Change-Id: I1f75c11392c74372112018ed3f8fc882dd676bc4
Signed-off-by: Bharat Nihalani <bnihalani@nvidia.com>
Reviewed-on: http://git-master/r/1220031
Reviewed-by: Deepak Nibade <dnibade@nvidia.com>
-rw-r--r-- | NVIDIA-REVIEWERS | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/NVIDIA-REVIEWERS b/NVIDIA-REVIEWERS new file mode 100644 index 00000000..d5de0d05 --- /dev/null +++ b/NVIDIA-REVIEWERS | |||
@@ -0,0 +1,59 @@ | |||
1 | This is a reviewers file that can be parsed by get_nv_reviewers.py that | ||
2 | internally uses scripts/get_maintainer.pl from kernel. | ||
3 | |||
4 | See the MAINTAINERS file in the Linux kernel source tree for details of the | ||
5 | file format. The file format is defined by the upstream Linux kernel community, | ||
6 | so don't modify it without upstreaming any changes to get_maintainer.pl. | ||
7 | |||
8 | Descriptions of section entries (copied from MAINTAINERS): | ||
9 | |||
10 | P: Person (obsolete) | ||
11 | M: Mail patches to: FullName <address@domain> | ||
12 | L: Mailing list that is relevant to this area | ||
13 | W: Web-page with status/info | ||
14 | Q: Patchwork web based patch tracking system site | ||
15 | T: SCM tree type and location. Type is one of: git, hg, quilt, stgit, topgit. | ||
16 | S: Status, one of the following: | ||
17 | Supported: Someone is actually paid to look after this. | ||
18 | Maintained: Someone actually looks after it. | ||
19 | Odd Fixes: It has a maintainer but they don't have time to do | ||
20 | much other than throw the odd patch in. See below.. | ||
21 | Orphan: No current maintainer [but maybe you could take the | ||
22 | role as you write your new code]. | ||
23 | Obsolete: Old code. Something tagged obsolete generally means | ||
24 | it has been replaced by a better system and you | ||
25 | should be using that. | ||
26 | F: Files and directories with wildcard patterns. | ||
27 | A trailing slash includes all files and subdirectory files. | ||
28 | F: drivers/net/ all files in and below drivers/net | ||
29 | F: drivers/net/* all files in drivers/net, but not below | ||
30 | F: */net/* all files in "any top level directory"/net | ||
31 | One pattern per line. Multiple F: lines acceptable. | ||
32 | X: Files and directories that are NOT maintained, same rules as F: | ||
33 | Files exclusions are tested before file matches. | ||
34 | Can be useful for excluding a specific subdirectory, for instance: | ||
35 | F: net/ | ||
36 | X: net/ipv6/ | ||
37 | matches all files in and below net excluding net/ipv6/ | ||
38 | K: Keyword perl extended regex pattern to match content in a | ||
39 | patch or file. For instance: | ||
40 | K: of_get_profile | ||
41 | matches patches or files that contain "of_get_profile" | ||
42 | K: \b(printk|pr_(info|err))\b | ||
43 | matches patches or files that contain one or more of the words | ||
44 | printk, pr_info or pr_err | ||
45 | One regex pattern per line. Multiple K: lines acceptable. | ||
46 | |||
47 | Note: For the hard of thinking, this list is meant to remain in alphabetical | ||
48 | order. If you could add yourselves to it in alphabetical order that would be | ||
49 | so much easier [Ed] | ||
50 | |||
51 | Maintainers List (try to look for most precise areas first) | ||
52 | |||
53 | ----------------------------------- | ||
54 | GPU | ||
55 | M: Terje Bergstrom <tbergstrom@nvidia.com> | ||
56 | L: sw-mobile-nvgpu-core@exchange.nvidia.com | ||
57 | S: Supported | ||
58 | F: drivers/* | ||
59 | F: include/* | ||