ANDROID: add initial set of OWNERS

In order to provide better reviewer suggestions and to introduce fine
grained additional approval permissions, sprinkle some OWNERS files over
the tree.

This essentially grants additional OWNERS permissions in
  - net/
  - arch/arm*/net
  - arch/x86/net
  - drivers/net
  - fs/crypto
  - fs/f2fs
  - fs/verity

All other permissions are already covered by ref/meta/config:OWNERS.

Signed-off-by: Matthias Maennich <maennich@google.com>
Change-Id: I02a6563e4dd63842af37c50f7180bf38e9b9b4be
This commit is contained in:
Matthias Maennich 2021-02-23 12:49:45 +00:00
parent c979eb9d81
commit 1d1197098c
15 changed files with 48 additions and 0 deletions

12
OWNERS Normal file
View File

@ -0,0 +1,12 @@
# The full list of approvers is defined in
# https://android.googlesource.com/kernel/common/+/refs/meta/config/OWNERS
# The following OWNERS are defined at the top level to improve the OWNERS
# suggestions through any user interface. Consider those people the ones that
# can help with finding the best person to review.
adelva@google.com
gregkh@google.com
maennich@google.com
saravanak@google.com
surenb@google.com
tkjos@google.com

1
arch/arm/OWNERS Normal file
View File

@ -0,0 +1 @@
include ../arm64/OWNERS

7
arch/arm64/OWNERS Normal file
View File

@ -0,0 +1,7 @@
per-file crypto/*=file:/crypto/OWNERS
per-file include/*=mzyngier@google.com,willdeacon@google.com
per-file kernel/*=mzyngier@google.com,willdeacon@google.com
per-file kvm/*=mzyngier@google.com,willdeacon@google.com
per-file lib/*=mzyngier@google.com,willdeacon@google.com
per-file mm/*=file:/mm/OWNERS
per-file net/*=file:/net/OWNERS

3
arch/x86/OWNERS Normal file
View File

@ -0,0 +1,3 @@
per-file crypto/*=file:/crypto/OWNERS
per-file mm/*=file:/mm/OWNERS
per-file net/*=file:/net/OWNERS

1
crypto/OWNERS Normal file
View File

@ -0,0 +1 @@
ardb@google.com

6
drivers/OWNERS Normal file
View File

@ -0,0 +1,6 @@
per-file base/*=gregkh@google.com,saravanak@google.com
per-file block/*=akailash@google.com
per-file md/*=akailash@google.com,palmerdabbelt@google.com,paullawrence@google.com
per-file net/*=file:/net/OWNERS
per-file tty/*=gregkh@google.com
per-file usb/*=gregkh@google.com

3
fs/OWNERS Normal file
View File

@ -0,0 +1,3 @@
per-file f2fs/*=jaegeuk@google.com
per-file crypto/*=ebiggers@google.com
per-file verity/*=ebiggers@google.com

2
fs/incfs/OWNERS Normal file
View File

@ -0,0 +1,2 @@
akailash@google.com
paullawrence@google.com

1
include/OWNERS Normal file
View File

@ -0,0 +1 @@
per-file net=file:/net/OWNERS

1
include/linux/OWNERS Normal file
View File

@ -0,0 +1 @@
per-file net*=file:/net/OWNERS

View File

@ -0,0 +1 @@
per-file net*=file:/net/OWNERS

4
kernel/sched/OWNERS Normal file
View File

@ -0,0 +1,4 @@
connoro@google.com
elavila@google.com
qperret@google.com
tkjos@google.com

3
mm/OWNERS Normal file
View File

@ -0,0 +1,3 @@
hridya@google.com
kaleshsingh@google.com
surenb@google.com

2
net/OWNERS Normal file
View File

@ -0,0 +1,2 @@
lorenzo@google.com
maze@google.com

View File

@ -0,0 +1 @@
file:/fs/incfs/OWNERS