* [PATCH v2] MAINTAINERS: add Rust I2C tree and update Igor Korotin's email
@ 2026-04-04 17:01 Igor Korotin
2026-04-04 19:24 ` Miguel Ojeda
0 siblings, 1 reply; 5+ messages in thread
From: Igor Korotin @ 2026-04-04 17:01 UTC (permalink / raw)
To: Miguel Ojeda, Boqun Feng, Gary Guo, Björn Roy Baron,
Benno Lossin, Andreas Hindborg, Alice Ryhl, Trevor Gross,
Danilo Krummrich, Wolfram Sang
Cc: linux-kernel, rust-for-linux, Igor Korotin, Igor Korotin
Add a git tree entry for Rust I2C development and update the
e-mail address.
The tree will be used to collect patches and provide a basis
for integration and testing, including linux-next.
Signed-off-by: Igor Korotin <igor.korotin.linux@gmail.com>
---
Changelog
---------
v2:
- Add an entry in .mailmap linking the e-mail igor.korotin@linux.dev
with the igor.korotin.linux@gmail.com
- Improve commit message to provide more context
- Update GitHub username from ipv6forever to ikrtn, thus update git
link.
---
.mailmap | 1 +
MAINTAINERS | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.mailmap b/.mailmap
index 5ac7074c455f..3a11f89b3d5b 100644
--- a/.mailmap
+++ b/.mailmap
@@ -327,6 +327,7 @@ Henrik Rydberg <rydberg@bitmath.org>
Herbert Xu <herbert@gondor.apana.org.au>
Huacai Chen <chenhuacai@kernel.org> <chenhc@lemote.com>
Huacai Chen <chenhuacai@kernel.org> <chenhuacai@loongson.cn>
+Igor Korotin <igor.korotin@linux.dev> <igor.korotin.linux@gmail.com>
Ike Panhc <ikepanhc@gmail.com> <ike.pan@canonical.com>
J. Bruce Fields <bfields@fieldses.org> <bfields@redhat.com>
J. Bruce Fields <bfields@fieldses.org> <bfields@citi.umich.edu>
diff --git a/MAINTAINERS b/MAINTAINERS
index 77fdfcb55f06..f5bf555bd32c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12021,11 +12021,12 @@ F: include/uapi/linux/i2c-*.h
F: include/uapi/linux/i2c.h
I2C SUBSYSTEM [RUST]
-M: Igor Korotin <igor.korotin.linux@gmail.com>
+M: Igor Korotin <igor.korotin@linux.dev>
R: Danilo Krummrich <dakr@kernel.org>
R: Daniel Almeida <daniel.almeida@collabora.com>
L: rust-for-linux@vger.kernel.org
S: Maintained
+T: git https://github.com/ikrtn/linux.git rust-i2c-next
F: rust/kernel/i2c.rs
F: samples/rust/rust_driver_i2c.rs
F: samples/rust/rust_i2c_client.rs
---
base-commit: bf074eb6891be799174ff42e0051492681fdc045
change-id: 20260326-update-rust-i2c-maintainers-1a7f190ccc1c
Best regards,
--
Igor Korotin <igor.korotin@linux.dev>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH v2] MAINTAINERS: add Rust I2C tree and update Igor Korotin's email
2026-04-04 17:01 [PATCH v2] MAINTAINERS: add Rust I2C tree and update Igor Korotin's email Igor Korotin
@ 2026-04-04 19:24 ` Miguel Ojeda
2026-04-04 21:22 ` Igor Korotin
0 siblings, 1 reply; 5+ messages in thread
From: Miguel Ojeda @ 2026-04-04 19:24 UTC (permalink / raw)
To: Igor Korotin, Igor Korotin
Cc: Miguel Ojeda, Boqun Feng, Gary Guo, Björn Roy Baron,
Benno Lossin, Andreas Hindborg, Alice Ryhl, Trevor Gross,
Danilo Krummrich, Wolfram Sang, linux-kernel, rust-for-linux
On Sat, Apr 4, 2026 at 7:01 PM Igor Korotin <igor.korotin@linux.dev> wrote:
>
> Add a git tree entry for Rust I2C development and update the
> e-mail address.
>
> The tree will be used to collect patches and provide a basis
> for integration and testing, including linux-next.
>
> Signed-off-by: Igor Korotin <igor.korotin.linux@gmail.com>
I imagine this will go through Wolfram.
(The patch is sent from the new address, but the SoB is the old one --
Cc'ing the previous address.)
Cheers,
Miguel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] MAINTAINERS: add Rust I2C tree and update Igor Korotin's email
2026-04-04 19:24 ` Miguel Ojeda
@ 2026-04-04 21:22 ` Igor Korotin
2026-04-04 22:19 ` Wolfram Sang
0 siblings, 1 reply; 5+ messages in thread
From: Igor Korotin @ 2026-04-04 21:22 UTC (permalink / raw)
To: Miguel Ojeda, Igor Korotin
Cc: Miguel Ojeda, Boqun Feng, Gary Guo, Björn Roy Baron,
Benno Lossin, Andreas Hindborg, Alice Ryhl, Trevor Gross,
Danilo Krummrich, Wolfram Sang, linux-kernel, rust-for-linux
On 4/4/2026 8:24 PM, Miguel Ojeda wrote:
> On Sat, Apr 4, 2026 at 7:01 PM Igor Korotin <igor.korotin@linux.dev> wrote:
>>
>> Add a git tree entry for Rust I2C development and update the
>> e-mail address.
>>
>> The tree will be used to collect patches and provide a basis
>> for integration and testing, including linux-next.
>>
>> Signed-off-by: Igor Korotin <igor.korotin.linux@gmail.com>
>
> I imagine this will go through Wolfram.
Yes, Wolfram is added and aware.
> (The patch is sent from the new address, but the SoB is the old one --
> Cc'ing the previous address.)
Yeah, this is the only way to overcome the problem with b4 we talked about:
B4 catches the line in mailmap and changes the e-mail and b4 prep stops
working.
But I assume it's not that big problem. Thanks for adding previous
e-mail to cc.
Best Regards
Igor
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] MAINTAINERS: add Rust I2C tree and update Igor Korotin's email
2026-04-04 21:22 ` Igor Korotin
@ 2026-04-04 22:19 ` Wolfram Sang
2026-04-06 13:03 ` Igor Korotin
0 siblings, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2026-04-04 22:19 UTC (permalink / raw)
To: Igor Korotin
Cc: Miguel Ojeda, Igor Korotin, Miguel Ojeda, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
Trevor Gross, Danilo Krummrich, linux-kernel, rust-for-linux
[-- Attachment #1: Type: text/plain, Size: 208 bytes --]
> > I imagine this will go through Wolfram.
>
> Yes, Wolfram is added and aware.
Well, this doesn't apply on top of rc6, so I assume it will be included
in a i2c-rust pull request I will receive?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] MAINTAINERS: add Rust I2C tree and update Igor Korotin's email
2026-04-04 22:19 ` Wolfram Sang
@ 2026-04-06 13:03 ` Igor Korotin
0 siblings, 0 replies; 5+ messages in thread
From: Igor Korotin @ 2026-04-06 13:03 UTC (permalink / raw)
To: Wolfram Sang
Cc: Miguel Ojeda, Igor Korotin, Miguel Ojeda, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
Trevor Gross, Danilo Krummrich, linux-kernel, rust-for-linux
Hello Wolfram
On 4/4/2026 11:19 PM, Wolfram Sang wrote:
>
>>> I imagine this will go through Wolfram.
>>
>> Yes, Wolfram is added and aware.
>
> Well, this doesn't apply on top of rc6, so I assume it will be included
> in a i2c-rust pull request I will receive?
Yes, this will go through the i2c-rust tree and be included via the
usual pull request.
Thanks
Igor
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-04-06 13:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-04 17:01 [PATCH v2] MAINTAINERS: add Rust I2C tree and update Igor Korotin's email Igor Korotin
2026-04-04 19:24 ` Miguel Ojeda
2026-04-04 21:22 ` Igor Korotin
2026-04-04 22:19 ` Wolfram Sang
2026-04-06 13:03 ` Igor Korotin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox