[PATCH] MAINTAINERS: mailmap: update Tamir Duberstein's email address

Tamir Duberstein posted 1 patch 1 week, 5 days ago
.mailmap    | 1 +
MAINTAINERS | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
[PATCH] MAINTAINERS: mailmap: update Tamir Duberstein's email address
Posted by Tamir Duberstein 1 week, 5 days ago
Update Tamir Duberstein's email address to `@kernel.org`.

Signed-off-by: Tamir Duberstein <tamird@kernel.org>
---
 .mailmap    | 1 +
 MAINTAINERS | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.mailmap b/.mailmap
index 4a8a160f28ed..e8a03e193854 100644
--- a/.mailmap
+++ b/.mailmap
@@ -797,6 +797,7 @@ Sven Eckelmann <sven@narfation.org> <sven@open-mesh.com>
 Sven Peter <sven@kernel.org> <sven@svenpeter.dev>
 Szymon Wilczek <swilczek.lx@gmail.com> <szymonwilczek@gmx.com>
 Takashi YOSHII <takashi.yoshii.zj@renesas.com>
+Tamir Duberstein <tamird@kernel.org> <tamird@gmail.com>
 Tamizh Chelvam Raja <quic_tamizhr@quicinc.com> <tamizhr@codeaurora.org>
 Taniya Das <quic_tdas@quicinc.com> <tdas@codeaurora.org>
 Tanzir Hasan <tanzhasanwork@gmail.com> <tanzirh@google.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index 2547f8f6f662..17057b5d0168 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -28355,7 +28355,7 @@ F:	lib/xarray.c
 F:	tools/testing/radix-tree
 
 XARRAY API [RUST]
-M:	Tamir Duberstein <tamird@gmail.com>
+M:	Tamir Duberstein <tamird@kernel.org>
 M:	Andreas Hindborg <a.hindborg@kernel.org>
 L:	rust-for-linux@vger.kernel.org
 S:	Supported

---
base-commit: e741e19d7691c5e6f5c2bbff980d835dccb86054
change-id: 20260126-tamird-kernel-org-4727f8e555d9

Best regards,
--  
Tamir Duberstein <tamird@kernel.org>
Re: [PATCH] MAINTAINERS: mailmap: update Tamir Duberstein's email address
Posted by Miguel Ojeda 1 week, 4 days ago
On Mon, Jan 26, 2026 at 3:46 PM Tamir Duberstein <tamird@kernel.org> wrote:
>
> Update Tamir Duberstein's email address to `@kernel.org`.
>
> Signed-off-by: Tamir Duberstein <tamird@kernel.org>

Applied to `rust-next` -- thanks!

(I wondered if the prefix is right, i.e. if a comma should be used
instead, since I guess it can be seen as two independent updates, but
it was more common to use this pattern, and I guess one can see it as
"updating the mailmap-related concepts of `MAINTAINERS`", so I left it
as-is)

Cheers,
Miguel
Re: [PATCH] MAINTAINERS: mailmap: update Tamir Duberstein's email address
Posted by Tamir Duberstein 1 week, 4 days ago
On Tue, Jan 27, 2026 at 6:19 AM Miguel Ojeda
<miguel.ojeda.sandonis@gmail.com> wrote:
>
> On Mon, Jan 26, 2026 at 3:46 PM Tamir Duberstein <tamird@kernel.org> wrote:
> >
> > Update Tamir Duberstein's email address to `@kernel.org`.
> >
> > Signed-off-by: Tamir Duberstein <tamird@kernel.org>
>
> Applied to `rust-next` -- thanks!
>
> (I wondered if the prefix is right, i.e. if a comma should be used
> instead, since I guess it can be seen as two independent updates, but
> it was more common to use this pattern, and I guess one can see it as
> "updating the mailmap-related concepts of `MAINTAINERS`", so I left it
> as-is)

Thanks. I followed Benno's example in
https://lore.kernel.org/all/20250519143952.11412-1-lossin@kernel.org/.

>
> Cheers,
> Miguel
Re: [PATCH] MAINTAINERS: mailmap: update Tamir Duberstein's email address
Posted by Miguel Ojeda 1 week, 4 days ago
On Tue, Jan 27, 2026 at 2:40 PM Tamir Duberstein <tamird@kernel.org> wrote:
>
> Thanks. I followed Benno's example in
> https://lore.kernel.org/all/20250519143952.11412-1-lossin@kernel.org/.

You're welcome!

Yeah, I saw that one when grepping the Git log. I modified that one
for the contents, but not the title -- I guessed I decided the same
back then (or missed it).

Cheers,
Miguel
Re: [PATCH] MAINTAINERS: mailmap: update Tamir Duberstein's email address
Posted by Miguel Ojeda 1 week, 5 days ago
On Mon, Jan 26, 2026 at 3:46 PM Tamir Duberstein <tamird@kernel.org> wrote:
>
> Update Tamir Duberstein's email address to `@kernel.org`.
>
> Signed-off-by: Tamir Duberstein <tamird@kernel.org>

Thanks for sending the update -- I can pick it up so that it goes in
this cycle and so that it is nearer the other `MAINTAINERS` update in
`rust-next`.

Cheers,
Miguel