MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
From: Igor Korotin <igor.korotin.linux@gmail.com>
- Change Igor Korotin's e-mail address
- Add git tree entry
Signed-off-by: Igor Korotin <igor.korotin.linux@gmail.com>
---
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 77fdfcb55f06..302ddd2d8ec6 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/ipv6forever/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: 20260323-update-rust-i2c-maintainers-2da57a4f75e7
Best regards,
--
Igor Korotin <igor.korotin.linux@gmail.com>
On 23/03/2026 17:06, Igor Korotin wrote: > - Change Igor Korotin's e-mail address > - Add git tree entry You should say why, e.g. You are going to (or already doing) collect patches. Also, please get your tree included in the next. I did not see email from you on the list, but maybe you wait for acks on this. Beginners maintainers toolbox from LPC 23 might be helpful as well. Best regards, Krzysztof
(Cc: Wolfram) On Mon Mar 23, 2026 at 5:06 PM CET, Igor Korotin via B4 Relay wrote: > +T: git https://github.com/ipv6forever/linux.git rust-i2c-next I assume you plan to send the corresponding PRs to Wolfram?
On 3/23/2026 4:31 PM, Danilo Krummrich wrote: > (Cc: Wolfram) > > On Mon Mar 23, 2026 at 5:06 PM CET, Igor Korotin via B4 Relay wrote: >> +T: git https://github.com/ipv6forever/linux.git rust-i2c-next > > I assume you plan to send the corresponding PRs to Wolfram? Yes, I plan to send pull requests to Wolfram. I’ll make sure to include Wolfram in the addresses next time Thanks Igor
On Mon Mar 23, 2026 at 7:46 PM CET, Igor Korotin wrote: > On 3/23/2026 4:31 PM, Danilo Krummrich wrote: >> (Cc: Wolfram) >> >> On Mon Mar 23, 2026 at 5:06 PM CET, Igor Korotin via B4 Relay wrote: >>> +T: git https://github.com/ipv6forever/linux.git rust-i2c-next >> >> I assume you plan to send the corresponding PRs to Wolfram? > > Yes, I plan to send pull requests to Wolfram. Great! (I just had a brief look that the branch, and it doesn't look like something you want to send to Wolfram, i.e. it points to a commit that is in Miguel's rust-next tree. But maybe you just didn't set it up accordingly yet.) Independently, since I think this is the first time you manage a kernel tree and send PRs, feel free to reach out in case you have any questions. :) I can't speak for other people, but I assume Miguel and Wolfram are happy to help out as well. In case you didn't do yet, also consider to request your branch being merged into linux-next, so conflicts, regressions, etc. with other trees can be caught as they appear. - Danilo
On Mon, Mar 23, 2026 at 8:03 PM Danilo Krummrich <dakr@kernel.org> wrote: > > Independently, since I think this is the first time you manage a kernel tree and > send PRs, feel free to reach out in case you have any questions. :) > > I can't speak for other people, but I assume Miguel and Wolfram are happy to > help out as well. Definitely :) Igor: I have been helping others become branch maintainers as well (since that is how the kernel scales after all), so I am happy to help! Of course, Wolfram is the one that will receive your PRs, so he will set up the schedule etc., but if needed please feel free to ping me :) Cheers, Miguel
Hello Danilo and Miguel On 3/24/2026 2:14 PM, Miguel Ojeda wrote: > On Mon, Mar 23, 2026 at 8:03 PM Danilo Krummrich <dakr@kernel.org> wrote: >> >> Independently, since I think this is the first time you manage a kernel tree and >> send PRs, feel free to reach out in case you have any questions. :) >> >> I can't speak for other people, but I assume Miguel and Wolfram are happy to >> help out as well. > > Definitely :) > > Igor: I have been helping others become branch maintainers as well > (since that is how the kernel scales after all), so I am happy to > help! Of course, Wolfram is the one that will receive your PRs, so he > will set up the schedule etc., but if needed please feel free to ping > me :) Thank you for the offer to help — I appreciate it. I’ll reach out if I run into anything unclear. Best Regards Igor
On Mon, Mar 23, 2026 at 05:31:53PM +0100, Danilo Krummrich wrote: > (Cc: Wolfram) > > On Mon Mar 23, 2026 at 5:06 PM CET, Igor Korotin via B4 Relay wrote: > > +T: git https://github.com/ipv6forever/linux.git rust-i2c-next > > I assume you plan to send the corresponding PRs to Wolfram? Works for me
On Mon Mar 23, 2026 at 4:06 PM GMT, Igor Korotin via B4 Relay wrote: > From: Igor Korotin <igor.korotin.linux@gmail.com> > > - Change Igor Korotin's e-mail address You probably want to update mailmap too? Best, Gary > - Add git tree entry > > Signed-off-by: Igor Korotin <igor.korotin.linux@gmail.com> > --- > MAINTAINERS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 77fdfcb55f06..302ddd2d8ec6 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/ipv6forever/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: 20260323-update-rust-i2c-maintainers-2da57a4f75e7 > > Best regards,
On 3/23/2026 4:32 PM, Gary Guo wrote: > On Mon Mar 23, 2026 at 4:06 PM GMT, Igor Korotin via B4 Relay wrote: >> From: Igor Korotin <igor.korotin.linux@gmail.com> >> >> - Change Igor Korotin's e-mail address > > You probably want to update mailmap too? > > Best, > Gary Didn't know about that file. Will add a line there as well. Thanks for pointing this out Best Regards Igor
© 2016 - 2026 Red Hat, Inc.