rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: pci: add entry for Rust PCI code
@ 2025-04-07 13:29 Danilo Krummrich
  2025-04-07 18:07 ` Bjorn Helgaas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Danilo Krummrich @ 2025-04-07 13:29 UTC (permalink / raw)
  To: bhelgaas, kw; +Cc: gregkh, linux-pci, rust-for-linux, Danilo Krummrich

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(+)

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: pci: add entry for Rust PCI code
  2025-04-07 13:29 [PATCH] MAINTAINERS: pci: add entry for Rust PCI code Danilo Krummrich
@ 2025-04-07 18:07 ` Bjorn Helgaas
  2025-04-13  3:07 ` Krzysztof Wilczyński
  2025-04-14 12:39 ` Danilo Krummrich
  2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Helgaas @ 2025-04-07 18:07 UTC (permalink / raw)
  To: Danilo Krummrich; +Cc: bhelgaas, kw, gregkh, linux-pci, rust-for-linux

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
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: pci: add entry for Rust PCI code
  2025-04-07 13:29 [PATCH] MAINTAINERS: pci: add entry for Rust PCI code Danilo Krummrich
  2025-04-07 18:07 ` Bjorn Helgaas
@ 2025-04-13  3:07 ` Krzysztof Wilczyński
  2025-04-14 12:39 ` Danilo Krummrich
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Wilczyński @ 2025-04-13  3:07 UTC (permalink / raw)
  To: Danilo Krummrich; +Cc: bhelgaas, gregkh, linux-pci, rust-for-linux

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: pci: add entry for Rust PCI code
  2025-04-07 13:29 [PATCH] MAINTAINERS: pci: add entry for Rust PCI code Danilo Krummrich
  2025-04-07 18:07 ` Bjorn Helgaas
  2025-04-13  3:07 ` Krzysztof Wilczyński
@ 2025-04-14 12:39 ` Danilo Krummrich
  2 siblings, 0 replies; 4+ messages in thread
From: Danilo Krummrich @ 2025-04-14 12:39 UTC (permalink / raw)
  To: bhelgaas, kw, kwilczynski; +Cc: gregkh, linux-pci, rust-for-linux

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-04-14 12:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-07 13:29 [PATCH] MAINTAINERS: pci: add entry for Rust PCI code Danilo Krummrich
2025-04-07 18:07 ` Bjorn Helgaas
2025-04-13  3:07 ` Krzysztof Wilczyński
2025-04-14 12:39 ` Danilo Krummrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).