]> www.infradead.org Git - users/jedix/linux-maple.git/commit
MAINTAINERS: add entry for the `pin-init` crate
authorBenno Lossin <benno.lossin@proton.me>
Sat, 8 Mar 2025 11:05:39 +0000 (11:05 +0000)
committerMiguel Ojeda <ojeda@kernel.org>
Sun, 16 Mar 2025 20:59:19 +0000 (21:59 +0100)
commitcf25bc61f8aecad9b0c45fe32697e35ea4b13378
tree2a2b33792404c4f36eef214a6ec394d1f1af6256
parent1ab10101cd311703d8d53ace36d96c4cfd406a69
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
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>
MAINTAINERS