public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add "RUST [RUST-ANALYZER]" entry
@ 2026-01-15 21:45 ` Miguel Ojeda
  2026-01-15 21:48   ` Miguel Ojeda
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Miguel Ojeda @ 2026-01-15 21:45 UTC (permalink / raw)
  To: Tamir Duberstein, Jesung Yang, Miguel Ojeda
  Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
	Andreas Hindborg, Alice Ryhl, Trevor Gross, Danilo Krummrich,
	rust-for-linux

This entry will handle the support for `rust-analyzer`, which at the
moment is essentially about the `scripts/generate_rust_analyzer.py`
script.

It is one more subentry of the Rust subsystem. The new branch is
already part of linux-next and will be used to send PRs to be merged
into rust-next.

Tamir and Jesung will take care of it. They have both been active around
the `rust-analyzer` support for a while.

Cc: Tamir Duberstein <tamird@gmail.com>
Cc: Jesung Yang <y.j3ms.n@gmail.com>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0d044a58cbfe..edd954fd458e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22936,6 +22936,14 @@ F:	rust/kernel/init.rs
 F:	rust/pin-init/
 K:	\bpin-init\b|pin_init\b|PinInit
 
+RUST [RUST-ANALYZER]
+M:	Tamir Duberstein <tamird@gmail.com>
+R:	Jesung Yang <y.j3ms.n@gmail.com>
+L:	rust-for-linux@vger.kernel.org
+S:	Maintained
+T:	git https://github.com/Rust-for-Linux/linux.git rust-analyzer-next
+F:	scripts/generate_rust_analyzer.py
+
 RXRPC SOCKETS (AF_RXRPC)
 M:	David Howells <dhowells@redhat.com>
 M:	Marc Dionne <marc.dionne@auristor.com>

base-commit: 0f61b1860cc3f52aef9036d7235ed1f017632193
-- 
2.52.0


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

* Re: [PATCH] MAINTAINERS: add "RUST [RUST-ANALYZER]" entry
  2026-01-15 21:45 ` [PATCH] MAINTAINERS: add "RUST [RUST-ANALYZER]" entry Miguel Ojeda
@ 2026-01-15 21:48   ` Miguel Ojeda
  2026-01-15 21:49     ` Tamir Duberstein
  2026-01-16  4:00     ` Jesung Yang
  2026-01-16  9:06   ` Andreas Hindborg
  2026-01-26  5:03   ` Miguel Ojeda
  2 siblings, 2 replies; 7+ messages in thread
From: Miguel Ojeda @ 2026-01-15 21:48 UTC (permalink / raw)
  To: Miguel Ojeda, Tamir Duberstein, Jesung Yang
  Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
	Andreas Hindborg, Alice Ryhl, Trevor Gross, Danilo Krummrich,
	rust-for-linux

On Thu, Jan 15, 2026 at 10:46 PM Miguel Ojeda <ojeda@kernel.org> wrote:
>
> +RUST [RUST-ANALYZER]
> +M:     Tamir Duberstein <tamird@gmail.com>
> +R:     Jesung Yang <y.j3ms.n@gmail.com>

Tamir, Jesung: if you want other addresses (e.g. the kernel.org one
for Tamir) or other fields, please let me know.

Also, thanks a lot for agreeing to handle this, and welcome!

Cheers,
Miguel

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

* Re: [PATCH] MAINTAINERS: add "RUST [RUST-ANALYZER]" entry
  2026-01-15 21:48   ` Miguel Ojeda
@ 2026-01-15 21:49     ` Tamir Duberstein
  2026-01-26  2:04       ` Miguel Ojeda
  2026-01-16  4:00     ` Jesung Yang
  1 sibling, 1 reply; 7+ messages in thread
From: Tamir Duberstein @ 2026-01-15 21:49 UTC (permalink / raw)
  To: Miguel Ojeda
  Cc: Miguel Ojeda, Jesung Yang, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	Trevor Gross, Danilo Krummrich, rust-for-linux

On Thu, Jan 15, 2026 at 4:48 PM Miguel Ojeda
<miguel.ojeda.sandonis@gmail.com> wrote:
>
> On Thu, Jan 15, 2026 at 10:46 PM Miguel Ojeda <ojeda@kernel.org> wrote:
> >
> > +RUST [RUST-ANALYZER]
> > +M:     Tamir Duberstein <tamird@gmail.com>
> > +R:     Jesung Yang <y.j3ms.n@gmail.com>
>
> Tamir, Jesung: if you want other addresses (e.g. the kernel.org one
> for Tamir) or other fields, please let me know.
>
> Also, thanks a lot for agreeing to handle this, and welcome!
>
> Cheers,
> Miguel

Thanks Miguel! I was just replying to say that this should probably be
my @kernel.org address. I'll start using it more consistently now, I
guess :)

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

* Re: [PATCH] MAINTAINERS: add "RUST [RUST-ANALYZER]" entry
  2026-01-15 21:48   ` Miguel Ojeda
  2026-01-15 21:49     ` Tamir Duberstein
@ 2026-01-16  4:00     ` Jesung Yang
  1 sibling, 0 replies; 7+ messages in thread
From: Jesung Yang @ 2026-01-16  4:00 UTC (permalink / raw)
  To: Miguel Ojeda, Miguel Ojeda, Tamir Duberstein, Jesung Yang
  Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
	Andreas Hindborg, Alice Ryhl, Trevor Gross, Danilo Krummrich,
	rust-for-linux

On Fri Jan 16, 2026 at 6:48 AM KST, Miguel Ojeda wrote:
> On Thu, Jan 15, 2026 at 10:46 PM Miguel Ojeda <ojeda@kernel.org> wrote:
>>
>> +RUST [RUST-ANALYZER]
>> +M:     Tamir Duberstein <tamird@gmail.com>
>> +R:     Jesung Yang <y.j3ms.n@gmail.com>
>
> Tamir, Jesung: if you want other addresses (e.g. the kernel.org one
> for Tamir) or other fields, please let me know.
>
> Also, thanks a lot for agreeing to handle this, and welcome!

I'm fine with the current one. Thanks for the welcome!

Acked-by: Jesung Yang <y.j3ms.n@gmail.com>

Best regards,
Jesung

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

* Re: [PATCH] MAINTAINERS: add "RUST [RUST-ANALYZER]" entry
  2026-01-15 21:45 ` [PATCH] MAINTAINERS: add "RUST [RUST-ANALYZER]" entry Miguel Ojeda
  2026-01-15 21:48   ` Miguel Ojeda
@ 2026-01-16  9:06   ` Andreas Hindborg
  2026-01-26  5:03   ` Miguel Ojeda
  2 siblings, 0 replies; 7+ messages in thread
From: Andreas Hindborg @ 2026-01-16  9:06 UTC (permalink / raw)
  To: Miguel Ojeda, Tamir Duberstein, Jesung Yang, Miguel Ojeda
  Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
	Alice Ryhl, Trevor Gross, Danilo Krummrich, rust-for-linux

"Miguel Ojeda" <ojeda@kernel.org> writes:

> This entry will handle the support for `rust-analyzer`, which at the
> moment is essentially about the `scripts/generate_rust_analyzer.py`
> script.
>
> It is one more subentry of the Rust subsystem. The new branch is
> already part of linux-next and will be used to send PRs to be merged
> into rust-next.
>
> Tamir and Jesung will take care of it. They have both been active around
> the `rust-analyzer` support for a while.
>
> Cc: Tamir Duberstein <tamird@gmail.com>
> Cc: Jesung Yang <y.j3ms.n@gmail.com>
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>


Acked-by: Andreas Hindborg <a.hindborg@kernel.org>


Best regards,
Andreas Hindborg




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

* Re: [PATCH] MAINTAINERS: add "RUST [RUST-ANALYZER]" entry
  2026-01-15 21:49     ` Tamir Duberstein
@ 2026-01-26  2:04       ` Miguel Ojeda
  0 siblings, 0 replies; 7+ messages in thread
From: Miguel Ojeda @ 2026-01-26  2:04 UTC (permalink / raw)
  To: Tamir Duberstein
  Cc: Miguel Ojeda, Jesung Yang, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	Trevor Gross, Danilo Krummrich, rust-for-linux

On Thu, Jan 15, 2026 at 10:50 PM Tamir Duberstein <tamird@gmail.com> wrote:
>
> Thanks Miguel! I was just replying to say that this should probably be
> my @kernel.org address. I'll start using it more consistently now, I
> guess :)

You're welcome! :)

Done -- I changed it to your kernel.org (both in the tag and in the
`MAINTAINERS` file for that entry -- you may want to separately update
the other one you have in XArray and/or consider sending a patch to
`.mailmap`).

I also took your reply as an (implicit) Acked-by.

Cheers,
Miguel

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

* Re: [PATCH] MAINTAINERS: add "RUST [RUST-ANALYZER]" entry
  2026-01-15 21:45 ` [PATCH] MAINTAINERS: add "RUST [RUST-ANALYZER]" entry Miguel Ojeda
  2026-01-15 21:48   ` Miguel Ojeda
  2026-01-16  9:06   ` Andreas Hindborg
@ 2026-01-26  5:03   ` Miguel Ojeda
  2 siblings, 0 replies; 7+ messages in thread
From: Miguel Ojeda @ 2026-01-26  5:03 UTC (permalink / raw)
  To: Miguel Ojeda
  Cc: Tamir Duberstein, Jesung Yang, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	Trevor Gross, Danilo Krummrich, rust-for-linux

On Thu, Jan 15, 2026 at 10:46 PM Miguel Ojeda <ojeda@kernel.org> wrote:
>
> This entry will handle the support for `rust-analyzer`, which at the
> moment is essentially about the `scripts/generate_rust_analyzer.py`
> script.
>
> It is one more subentry of the Rust subsystem. The new branch is
> already part of linux-next and will be used to send PRs to be merged
> into rust-next.
>
> Tamir and Jesung will take care of it. They have both been active around
> the `rust-analyzer` support for a while.
>
> Cc: Tamir Duberstein <tamird@gmail.com>
> Cc: Jesung Yang <y.j3ms.n@gmail.com>
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>

Applied to `rust-next` -- thanks everyone!

Cheers,
Miguel

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

end of thread, other threads:[~2026-01-26  5:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <QDFL6zfZfF0kRFHJTKFk18yqRzNTKHh4NRBvd8pHl97TalqvmobTbj94H8b2T5pAg-AugBbi-wlArVhiKRCjSg==@protonmail.internalid>
2026-01-15 21:45 ` [PATCH] MAINTAINERS: add "RUST [RUST-ANALYZER]" entry Miguel Ojeda
2026-01-15 21:48   ` Miguel Ojeda
2026-01-15 21:49     ` Tamir Duberstein
2026-01-26  2:04       ` Miguel Ojeda
2026-01-16  4:00     ` Jesung Yang
2026-01-16  9:06   ` Andreas Hindborg
2026-01-26  5:03   ` Miguel Ojeda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox