Message ID | 20230710102225.155019-4-fujita.tomonori@gmail.com |
---|---|
State | New |
Headers | show |
Series | Rust abstractions for Crypto API | expand |
diff --git a/MAINTAINERS b/MAINTAINERS index 250518fc70ff..3dd33850ff7e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5446,6 +5446,8 @@ F: drivers/crypto/ F: include/crypto/ F: include/linux/crypto* F: lib/crypto/ +F: rust/kernel/crypto.rs +F: rust/kernel/crypto/ CRYPTOGRAPHIC RANDOM NUMBER GENERATOR M: Neil Horman <nhorman@tuxdriver.com>
The files are placed at rust/kernel/ directory for now but the files are likely to be moved to crypto/ directory if things go well. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)