diff options
| author | Andra Paraschiv <[email protected]> | 2020-09-21 15:17:32 +0300 |
|---|---|---|
| committer | Kamal Mostafa <[email protected]> | 2020-11-05 08:43:48 -0800 |
| commit | 3d6f1417fde3f391af6681d75bb6f390b34c3645 (patch) | |
| tree | 13f289431a80c67fd396c86852612001662bc955 | |
| parent | b85675be9154cccdfbde868616e88c09c6e9b856 (diff) | |
MAINTAINERS: Add entry for the Nitro Enclaves drivernitro-enclaves
BugLink: https://bugs.launchpad.net/bugs/1903087
Add entry in the MAINTAINERS file for the Nitro Enclaves files such as
the documentation, the header files, the driver itself and the user
space sample.
Changelog
v9 -> v10
* Update commit message to include the changelog before the SoB tag(s).
v8 -> v9
* Update the location of the documentation, as it has been moved to the
"virt" directory.
v7 -> v8
* No changes.
v6 -> v7
* No changes.
v5 -> v6
* No changes.
v4 -> v5
* No changes.
v3 -> v4
* No changes.
v2 -> v3
* Update file entries to be in alphabetical order.
v1 -> v2
* No changes.
Reviewed-by: Alexander Graf <[email protected]>
Signed-off-by: Andra Paraschiv <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
(cherry picked from commit e82ed736ad2d2dddf1384fc4c8a0f26021af04fe)
Signed-off-by: Kamal Mostafa <[email protected]>
| -rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d0e1029218b9..bcdff62f7a31 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11558,6 +11558,19 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git S: Maintained F: arch/nios2/ +NITRO ENCLAVES (NE) +M: Andra Paraschiv <[email protected]> +M: Alexandru Vasile <[email protected]> +M: Alexandru Ciobotaru <[email protected]> +S: Supported +W: https://aws.amazon.com/ec2/nitro/nitro-enclaves/ +F: Documentation/virt/ne_overview.rst +F: drivers/virt/nitro_enclaves/ +F: include/linux/nitro_enclaves.h +F: include/uapi/linux/nitro_enclaves.h +F: samples/nitro_enclaves/ + NOHZ, DYNTICKS SUPPORT M: Frederic Weisbecker <[email protected]> M: Thomas Gleixner <[email protected]> |
