diff mbox series

MAINTAINERS: pci: add entry for Rust PCI code

Message ID 20250407133059.164042-1-dakr@kernel.org (mailing list archive)
State New
Headers show
Series MAINTAINERS: pci: add entry for Rust PCI code | expand

Commit Message

Danilo Krummrich April 7, 2025, 1:29 p.m. UTC
Bjorn, Krzysztof and I agreed that I will maintain the Rust PCI code.
Therefore, create a new entry in the MAINTAINERS file.

Signed-off-by: Danilo Krummrich <dakr@kernel.org>
---
 MAINTAINERS | 10 ++++++++++
 1 file changed, 10 insertions(+)


base-commit: 0af2f6be1b4281385b618cb86ad946eded089ac8

Comments

Bjorn Helgaas April 7, 2025, 6:07 p.m. UTC | #1
On Mon, Apr 07, 2025 at 03:29:50PM +0200, Danilo Krummrich wrote:
> Bjorn, Krzysztof and I agreed that I will maintain the Rust PCI code.
> Therefore, create a new entry in the MAINTAINERS file.
> 
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>

Acked-by: Bjorn Helgaas <bhelgaas@google.com>

> ---
>  MAINTAINERS | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 96b827049501..89f4bf7d9013 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18686,6 +18686,16 @@ F:	include/asm-generic/pci*
>  F:	include/linux/of_pci.h
>  F:	include/linux/pci*
>  F:	include/uapi/linux/pci*
> +
> +PCI SUBSYSTEM [RUST]
> +M:	Danilo Krummrich <dakr@kernel.org>
> +R:	Bjorn Helgaas <bhelgaas@google.com>
> +R:	Krzysztof Wilczyński <kw@linux.com>
> +L:	linux-pci@vger.kernel.org
> +S:	Maintained
> +C:	irc://irc.oftc.net/linux-pci
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git
> +F:	rust/helpers/pci.c
>  F:	rust/kernel/pci.rs
>  F:	samples/rust/rust_driver_pci.rs
>  
> 
> base-commit: 0af2f6be1b4281385b618cb86ad946eded089ac8
> -- 
> 2.49.0
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 96b827049501..89f4bf7d9013 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18686,6 +18686,16 @@  F:	include/asm-generic/pci*
 F:	include/linux/of_pci.h
 F:	include/linux/pci*
 F:	include/uapi/linux/pci*
+
+PCI SUBSYSTEM [RUST]
+M:	Danilo Krummrich <dakr@kernel.org>
+R:	Bjorn Helgaas <bhelgaas@google.com>
+R:	Krzysztof Wilczyński <kw@linux.com>
+L:	linux-pci@vger.kernel.org
+S:	Maintained
+C:	irc://irc.oftc.net/linux-pci
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git
+F:	rust/helpers/pci.c
 F:	rust/kernel/pci.rs
 F:	samples/rust/rust_driver_pci.rs