public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update Rust I2C Subsystem entries
@ 2026-03-23 16:06 Igor Korotin via B4 Relay
  2026-03-23 16:31 ` Danilo Krummrich
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Igor Korotin via B4 Relay @ 2026-03-23 16:06 UTC (permalink / raw)
  To: Miguel Ojeda, Boqun Feng, Gary Guo, Björn Roy Baron,
	Benno Lossin, Andreas Hindborg, Alice Ryhl, Trevor Gross,
	Danilo Krummrich
  Cc: linux-kernel, rust-for-linux, Igor Korotin

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>



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH] MAINTAINERS: Update Rust I2C Subsystem entries
  2026-03-23 16:06 [PATCH] MAINTAINERS: Update Rust I2C Subsystem entries Igor Korotin via B4 Relay
@ 2026-03-23 16:31 ` Danilo Krummrich
  2026-03-23 16:34   ` Wolfram Sang
  2026-03-23 18:46   ` Igor Korotin
  2026-03-23 16:32 ` Gary Guo
  2026-03-26 13:40 ` Krzysztof Kozlowski
  2 siblings, 2 replies; 10+ messages in thread
From: Danilo Krummrich @ 2026-03-23 16:31 UTC (permalink / raw)
  To: Igor Korotin via B4 Relay
  Cc: igor.korotin.linux, Miguel Ojeda, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	Trevor Gross, linux-kernel, rust-for-linux, Wolfram Sang

(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?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] MAINTAINERS: Update Rust I2C Subsystem entries
  2026-03-23 16:06 [PATCH] MAINTAINERS: Update Rust I2C Subsystem entries Igor Korotin via B4 Relay
  2026-03-23 16:31 ` Danilo Krummrich
@ 2026-03-23 16:32 ` Gary Guo
  2026-03-23 18:42   ` Igor Korotin
  2026-03-26 13:40 ` Krzysztof Kozlowski
  2 siblings, 1 reply; 10+ messages in thread
From: Gary Guo @ 2026-03-23 16:32 UTC (permalink / raw)
  To: igor.korotin.linux, Miguel Ojeda, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	Trevor Gross, Danilo Krummrich
  Cc: linux-kernel, rust-for-linux

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,


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] MAINTAINERS: Update Rust I2C Subsystem entries
  2026-03-23 16:31 ` Danilo Krummrich
@ 2026-03-23 16:34   ` Wolfram Sang
  2026-03-23 18:46   ` Igor Korotin
  1 sibling, 0 replies; 10+ messages in thread
From: Wolfram Sang @ 2026-03-23 16:34 UTC (permalink / raw)
  To: Danilo Krummrich
  Cc: Igor Korotin via B4 Relay, igor.korotin.linux, Miguel Ojeda,
	Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
	Andreas Hindborg, Alice Ryhl, Trevor Gross, linux-kernel,
	rust-for-linux

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

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


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] MAINTAINERS: Update Rust I2C Subsystem entries
  2026-03-23 16:32 ` Gary Guo
@ 2026-03-23 18:42   ` Igor Korotin
  0 siblings, 0 replies; 10+ messages in thread
From: Igor Korotin @ 2026-03-23 18:42 UTC (permalink / raw)
  To: Gary Guo, igor.korotin.linux, Miguel Ojeda, Boqun Feng,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	Trevor Gross, Danilo Krummrich
  Cc: linux-kernel, rust-for-linux

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] MAINTAINERS: Update Rust I2C Subsystem entries
  2026-03-23 16:31 ` Danilo Krummrich
  2026-03-23 16:34   ` Wolfram Sang
@ 2026-03-23 18:46   ` Igor Korotin
  2026-03-23 19:03     ` Danilo Krummrich
  1 sibling, 1 reply; 10+ messages in thread
From: Igor Korotin @ 2026-03-23 18:46 UTC (permalink / raw)
  To: Danilo Krummrich, Igor Korotin via B4 Relay
  Cc: igor.korotin.linux, Miguel Ojeda, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	Trevor Gross, linux-kernel, rust-for-linux, Wolfram Sang

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] MAINTAINERS: Update Rust I2C Subsystem entries
  2026-03-23 18:46   ` Igor Korotin
@ 2026-03-23 19:03     ` Danilo Krummrich
  2026-03-24 14:14       ` Miguel Ojeda
  0 siblings, 1 reply; 10+ messages in thread
From: Danilo Krummrich @ 2026-03-23 19:03 UTC (permalink / raw)
  To: Igor Korotin
  Cc: Igor Korotin via B4 Relay, igor.korotin.linux, Miguel Ojeda,
	Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
	Andreas Hindborg, Alice Ryhl, Trevor Gross, linux-kernel,
	rust-for-linux, Wolfram Sang

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] MAINTAINERS: Update Rust I2C Subsystem entries
  2026-03-23 19:03     ` Danilo Krummrich
@ 2026-03-24 14:14       ` Miguel Ojeda
  2026-03-25 22:03         ` Igor Korotin
  0 siblings, 1 reply; 10+ messages in thread
From: Miguel Ojeda @ 2026-03-24 14:14 UTC (permalink / raw)
  To: Danilo Krummrich
  Cc: Igor Korotin, Igor Korotin via B4 Relay, igor.korotin.linux,
	Miguel Ojeda, Boqun Feng, Gary Guo, Björn Roy Baron,
	Benno Lossin, Andreas Hindborg, Alice Ryhl, Trevor Gross,
	linux-kernel, rust-for-linux, Wolfram Sang

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] MAINTAINERS: Update Rust I2C Subsystem entries
  2026-03-24 14:14       ` Miguel Ojeda
@ 2026-03-25 22:03         ` Igor Korotin
  0 siblings, 0 replies; 10+ messages in thread
From: Igor Korotin @ 2026-03-25 22:03 UTC (permalink / raw)
  To: Miguel Ojeda, Danilo Krummrich
  Cc: Igor Korotin via B4 Relay, igor.korotin.linux, Miguel Ojeda,
	Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
	Andreas Hindborg, Alice Ryhl, Trevor Gross, linux-kernel,
	rust-for-linux, Wolfram Sang, igor.korotin

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] MAINTAINERS: Update Rust I2C Subsystem entries
  2026-03-23 16:06 [PATCH] MAINTAINERS: Update Rust I2C Subsystem entries Igor Korotin via B4 Relay
  2026-03-23 16:31 ` Danilo Krummrich
  2026-03-23 16:32 ` Gary Guo
@ 2026-03-26 13:40 ` Krzysztof Kozlowski
  2 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-26 13:40 UTC (permalink / raw)
  To: Igor Korotin, Miguel Ojeda, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	Trevor Gross, Danilo Krummrich
  Cc: linux-kernel, rust-for-linux

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-03-26 13:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-23 16:06 [PATCH] MAINTAINERS: Update Rust I2C Subsystem entries Igor Korotin via B4 Relay
2026-03-23 16:31 ` Danilo Krummrich
2026-03-23 16:34   ` Wolfram Sang
2026-03-23 18:46   ` Igor Korotin
2026-03-23 19:03     ` Danilo Krummrich
2026-03-24 14:14       ` Miguel Ojeda
2026-03-25 22:03         ` Igor Korotin
2026-03-23 16:32 ` Gary Guo
2026-03-23 18:42   ` Igor Korotin
2026-03-26 13:40 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox