Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MAINTAINERS: add entry for the `pin-init` crate

Add maintainers entry for the `pin-init` crate.

This crate is already being maintained by me, but until now there
existed two different versions: the version inside of the kernel tree
and a user-space version at [1]. The previous patches synchronized these
two versions to reduce the maintenance burden. In order to keep them
synchronized from now on, separate the maintenance from other Rust code.

Link: https://github.com/Rust-for-Linux/pin-init [1]
Signed-off-by: Benno Lossin <benno.lossin@proton.me>
Link: https://lore.kernel.org/r/20250308110339.2997091-23-benno.lossin@proton.me
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>

authored by

Benno Lossin and committed by
Miguel Ojeda
cf25bc61 1ab10101

+13
+13
MAINTAINERS
··· 20737 20737 F: rust/kernel/alloc.rs 20738 20738 F: rust/kernel/alloc/ 20739 20739 20740 + RUST [PIN-INIT] 20741 + M: Benno Lossin <benno.lossin@proton.me> 20742 + L: rust-for-linux@vger.kernel.org 20743 + S: Maintained 20744 + W: https://rust-for-linux.com/pin-init 20745 + B: https://github.com/Rust-for-Linux/pin-init/issues 20746 + C: zulip://rust-for-linux.zulipchat.com 20747 + P: rust/pin-init/CONTRIBUTING.md 20748 + T: git https://github.com/Rust-for-Linux/linux.git pin-init-next 20749 + F: rust/kernel/init.rs 20750 + F: rust/pin-init/ 20751 + K: \bpin-init\b|pin_init\b|PinInit 20752 + 20740 20753 RXRPC SOCKETS (AF_RXRPC) 20741 20754 M: David Howells <dhowells@redhat.com> 20742 20755 M: Marc Dionne <marc.dionne@auristor.com>