diff mbox series

MAINTAINERS: pci: add entry for Rust PCI code

Message ID 20250407133059.164042-1-dakr@kernel.org (mailing list archive)
State New
Delegated to: Bjorn Helgaas
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
>
Krzysztof Wilczyński April 13, 2025, 3:07 a.m. UTC | #2
Hello,

> Bjorn, Krzysztof and I agreed that I will maintain the Rust PCI code.
> Therefore, create a new entry in the MAINTAINERS file.

Yes we did, indeed.  Thank you for a productive conversation about this!
Much appreciated.  Nice to see Rust thrive within the kernel. :)

> +PCI SUBSYSTEM [RUST]
> +M:	Danilo Krummrich <dakr@kernel.org>
> +R:	Bjorn Helgaas <bhelgaas@google.com>
> +R:	Krzysztof Wilczyński <kw@linux.com>

A small favour to ask: after you merge this patch, can you alter my e-mail
address to the following: kwilczynski@kernel.org; I will be moving to this
one as a primary contact for all things kernel going forward.

If you don't mind, that is.

With that said...

Acked-by: Krzysztof Wilczyński <kwilczynski@kernel.org>

Thank you!

	Krzysztof
Danilo Krummrich April 14, 2025, 12:39 p.m. UTC | #3
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>

With the following changes, applied to driver-core-linus, thanks.

  * adjust Krzysztof's email address to his kernel.org address

- Danilo
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