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

Tamir Duberstein posted 1 patch 6 hours 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 6 hours 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 6 hours 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