[PATCH] MAINTAINERS: mailmap: update Benno Lossin's email address

Benno Lossin posted 1 patch 7 months ago
.mailmap    | 1 +
MAINTAINERS | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
[PATCH] MAINTAINERS: mailmap: update Benno Lossin's email address
Posted by Benno Lossin 7 months ago
Update Benno Lossin's email address to `@kernel.org`.

Signed-off-by: Benno Lossin <lossin@kernel.org>
---
 .mailmap    | 1 +
 MAINTAINERS | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.mailmap b/.mailmap
index 1c70e51c789d..ad38ec96f783 100644
--- a/.mailmap
+++ b/.mailmap
@@ -134,6 +134,7 @@ Ben Widawsky <bwidawsk@kernel.org> <benjamin.widawsky@intel.com>
 Benjamin Poirier <benjamin.poirier@gmail.com> <bpoirier@suse.de>
 Benjamin Tissoires <bentiss@kernel.org> <benjamin.tissoires@gmail.com>
 Benjamin Tissoires <bentiss@kernel.org> <benjamin.tissoires@redhat.com>
+Benno Lossin <lossin@kernel.org> <benno.lossin@protons.me>
 Bingwu Zhang <xtex@aosc.io> <xtexchooser@duck.com>
 Bingwu Zhang <xtex@aosc.io> <xtex@xtexx.eu.org>
 Bjorn Andersson <andersson@kernel.org> <bjorn@kryo.se>
diff --git a/MAINTAINERS b/MAINTAINERS
index f21f1dabb5fe..fe5786175d03 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21252,7 +21252,7 @@ M:	Alex Gaynor <alex.gaynor@gmail.com>
 R:	Boqun Feng <boqun.feng@gmail.com>
 R:	Gary Guo <gary@garyguo.net>
 R:	Björn Roy Baron <bjorn3_gh@protonmail.com>
-R:	Benno Lossin <benno.lossin@proton.me>
+R:	Benno Lossin <lossin@kernel.org>
 R:	Andreas Hindborg <a.hindborg@kernel.org>
 R:	Alice Ryhl <aliceryhl@google.com>
 R:	Trevor Gross <tmgross@umich.edu>
@@ -21282,7 +21282,7 @@ F:	rust/kernel/alloc.rs
 F:	rust/kernel/alloc/
 
 RUST [PIN-INIT]
-M:	Benno Lossin <benno.lossin@proton.me>
+M:	Benno Lossin <lossin@kernel.org>
 L:	rust-for-linux@vger.kernel.org
 S:	Maintained
 W:	https://rust-for-linux.com/pin-init

base-commit: edc5e6e019c99b529b3d1f2801d5cce9924ae79b
-- 
2.49.0

Re: [PATCH] MAINTAINERS: mailmap: update Benno Lossin's email address
Posted by Miguel Ojeda 7 months ago
On Mon, May 19, 2025 at 4:39 PM Benno Lossin <lossin@kernel.org> wrote:
>
> Update Benno Lossin's email address to `@kernel.org`.
>
> Signed-off-by: Benno Lossin <lossin@kernel.org>

Applied to `rust-next` -- thanks!

    [ Fixed email in `.mailmap`. - Miguel ]

Cheers,
Miguel
Re: [PATCH] MAINTAINERS: mailmap: update Benno Lossin's email address
Posted by Miguel Ojeda 7 months ago
On Mon, May 19, 2025 at 4:39 PM Benno Lossin <lossin@kernel.org> wrote:
>
> +Benno Lossin <lossin@kernel.org> <benno.lossin@protons.me>

I think there is a typo here on `proton.me` -- Git will not match it.

I can fix it on my side.

Cheers,
Miguel
Re: [PATCH] MAINTAINERS: mailmap: update Benno Lossin's email address
Posted by Benno Lossin 7 months ago
On Mon May 19, 2025 at 6:55 PM CEST, Miguel Ojeda wrote:
> On Mon, May 19, 2025 at 4:39 PM Benno Lossin <lossin@kernel.org> wrote:
>>
>> +Benno Lossin <lossin@kernel.org> <benno.lossin@protons.me>
>
> I think there is a typo here on `proton.me` -- Git will not match it.

Oh yeah, good catch, no idea how that ended up there...


> I can fix it on my side.

Thanks a lot!

---
Cheers,
Benno