diff --git a/OWNERS b/OWNERS new file mode 100644 index 000000000000..7dfe6c10f4be --- /dev/null +++ b/OWNERS @@ -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 diff --git a/arch/arm/OWNERS b/arch/arm/OWNERS new file mode 100644 index 000000000000..54f66d6eb2ee --- /dev/null +++ b/arch/arm/OWNERS @@ -0,0 +1 @@ +include ../arm64/OWNERS diff --git a/arch/arm64/OWNERS b/arch/arm64/OWNERS new file mode 100644 index 000000000000..06c8286c0bdf --- /dev/null +++ b/arch/arm64/OWNERS @@ -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 diff --git a/arch/x86/OWNERS b/arch/x86/OWNERS new file mode 100644 index 000000000000..fdee0d6dd07e --- /dev/null +++ b/arch/x86/OWNERS @@ -0,0 +1,3 @@ +per-file crypto/*=file:/crypto/OWNERS +per-file mm/*=file:/mm/OWNERS +per-file net/*=file:/net/OWNERS diff --git a/crypto/OWNERS b/crypto/OWNERS new file mode 100644 index 000000000000..4ed35a0f4668 --- /dev/null +++ b/crypto/OWNERS @@ -0,0 +1 @@ +ardb@google.com diff --git a/drivers/OWNERS b/drivers/OWNERS new file mode 100644 index 000000000000..89a388fba80d --- /dev/null +++ b/drivers/OWNERS @@ -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 diff --git a/fs/OWNERS b/fs/OWNERS new file mode 100644 index 000000000000..af58ce1df760 --- /dev/null +++ b/fs/OWNERS @@ -0,0 +1,3 @@ +per-file f2fs/*=jaegeuk@google.com +per-file crypto/*=ebiggers@google.com +per-file verity/*=ebiggers@google.com diff --git a/fs/incfs/OWNERS b/fs/incfs/OWNERS new file mode 100644 index 000000000000..1b97669c9b15 --- /dev/null +++ b/fs/incfs/OWNERS @@ -0,0 +1,2 @@ +akailash@google.com +paullawrence@google.com diff --git a/include/OWNERS b/include/OWNERS new file mode 100644 index 000000000000..ca3b4045a095 --- /dev/null +++ b/include/OWNERS @@ -0,0 +1 @@ +per-file net=file:/net/OWNERS diff --git a/include/linux/OWNERS b/include/linux/OWNERS new file mode 100644 index 000000000000..cccfbe739088 --- /dev/null +++ b/include/linux/OWNERS @@ -0,0 +1 @@ +per-file net*=file:/net/OWNERS diff --git a/include/uapi/linux/OWNERS b/include/uapi/linux/OWNERS new file mode 100644 index 000000000000..cccfbe739088 --- /dev/null +++ b/include/uapi/linux/OWNERS @@ -0,0 +1 @@ +per-file net*=file:/net/OWNERS diff --git a/kernel/sched/OWNERS b/kernel/sched/OWNERS new file mode 100644 index 000000000000..09a9f8e85576 --- /dev/null +++ b/kernel/sched/OWNERS @@ -0,0 +1,4 @@ +connoro@google.com +elavila@google.com +qperret@google.com +tkjos@google.com diff --git a/mm/OWNERS b/mm/OWNERS new file mode 100644 index 000000000000..0a4895c92642 --- /dev/null +++ b/mm/OWNERS @@ -0,0 +1,3 @@ +hridya@google.com +kaleshsingh@google.com +surenb@google.com diff --git a/net/OWNERS b/net/OWNERS new file mode 100644 index 000000000000..cbbfa70f7d89 --- /dev/null +++ b/net/OWNERS @@ -0,0 +1,2 @@ +lorenzo@google.com +maze@google.com diff --git a/tools/testing/selftests/filesystems/incfs/OWNERS b/tools/testing/selftests/filesystems/incfs/OWNERS new file mode 100644 index 000000000000..f26e11cd5740 --- /dev/null +++ b/tools/testing/selftests/filesystems/incfs/OWNERS @@ -0,0 +1 @@ +file:/fs/incfs/OWNERS