Message ID | 20230710073703.147351-6-fujita.tomonori@gmail.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | Rust abstractions for network device drivers | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch, async |
diff --git a/MAINTAINERS b/MAINTAINERS index 250518fc70ff..66b8e43b05a2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14581,6 +14581,8 @@ F: include/linux/inetdevice.h F: include/linux/netdevice.h F: include/uapi/linux/if_* F: include/uapi/linux/netdevice.h +F: rust/kernel/net.rs +F: rust/kernel/net/ NETWORKING DRIVERS (WIRELESS) M: Kalle Valo <kvalo@kernel.org>
The files are placed at rust/kernel/ directory for now but the files are likely to be moved to net/ directory if things go well. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)