* Please add rust-i2c-next and rust-i2c-fixes to linux-next
@ 2026-03-28 21:17 Igor Korotin
2026-03-28 23:59 ` Stephen Rothwell
0 siblings, 1 reply; 7+ messages in thread
From: Igor Korotin @ 2026-03-28 21:17 UTC (permalink / raw)
To: sfr; +Cc: linux-next
Hi Stephen,
Please add the following tree to linux-next:
Tree: https://github.com/ikrtn/rust-for-linux
- Branch: rust-i2c-next
- Branch: rust-i2c-fixes
This is the maintainer tree for the Rust I2C subsystem.
Thanks,
Igor
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Please add rust-i2c-next and rust-i2c-fixes to linux-next
2026-03-28 21:17 Please add rust-i2c-next and rust-i2c-fixes to linux-next Igor Korotin
@ 2026-03-28 23:59 ` Stephen Rothwell
2026-03-30 11:27 ` Mark Brown
0 siblings, 1 reply; 7+ messages in thread
From: Stephen Rothwell @ 2026-03-28 23:59 UTC (permalink / raw)
To: Igor Korotin; +Cc: linux-next, Mark Brown
[-- Attachment #1: Type: text/plain, Size: 443 bytes --]
Hi Igor,
On Sat, 28 Mar 2026 21:17:32 +0000 Igor Korotin <igor.korotin@linux.dev> wrote:
>
> Hi Stephen,
>
> Please add the following tree to linux-next:
> Tree: https://github.com/ikrtn/rust-for-linux
> - Branch: rust-i2c-next
> - Branch: rust-i2c-fixes
>
> This is the maintainer tree for the Rust I2C subsystem.
>
> Thanks,
> Igor
Mark Brown (cc'd) now maintains the linux-next tree.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Please add rust-i2c-next and rust-i2c-fixes to linux-next
2026-03-28 23:59 ` Stephen Rothwell
@ 2026-03-30 11:27 ` Mark Brown
2026-03-30 13:12 ` Mark Brown
0 siblings, 1 reply; 7+ messages in thread
From: Mark Brown @ 2026-03-30 11:27 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: Igor Korotin, linux-next
[-- Attachment #1: Type: text/plain, Size: 1121 bytes --]
On Sun, Mar 29, 2026 at 10:59:19AM +1100, Stephen Rothwell wrote:
> > Please add the following tree to linux-next:
> > Tree: https://github.com/ikrtn/rust-for-linux
> > - Branch: rust-i2c-next
> > - Branch: rust-i2c-fixes
> Mark Brown (cc'd) now maintains the linux-next tree.
All being well these should be included from today.
Thanks for adding your subsystem tree as a participant of linux-next. As
you may know, this is not a judgement of your code. The purpose of
linux-next is for integration testing and to lower the impact of
conflicts between subsystems in the next merge window.
You will need to ensure that the patches/commits in your tree/series have
been:
* submitted under GPL v2 (or later) and include the Contributor's
Signed-off-by,
* posted to the relevant mailing list,
* reviewed by you (or another maintainer of your subsystem tree),
* successfully unit tested, and
* destined for the current or next Linux merge window.
Basically, this should be just what you would send to Linus (or ask him
to fetch). It is allowed to be rebased if you deem it necessary.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: Please add rust-i2c-next and rust-i2c-fixes to linux-next
2026-03-30 11:27 ` Mark Brown
@ 2026-03-30 13:12 ` Mark Brown
2026-04-04 14:50 ` Igor Korotin
0 siblings, 1 reply; 7+ messages in thread
From: Mark Brown @ 2026-03-30 13:12 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: Igor Korotin, linux-next
[-- Attachment #1: Type: text/plain, Size: 601 bytes --]
On Mon, Mar 30, 2026 at 12:27:55PM +0100, Mark Brown wrote:
> On Sun, Mar 29, 2026 at 10:59:19AM +1100, Stephen Rothwell wrote:
>
> > > Please add the following tree to linux-next:
> > > Tree: https://github.com/ikrtn/rust-for-linux
> > > - Branch: rust-i2c-next
> > > - Branch: rust-i2c-fixes
>
> > Mark Brown (cc'd) now maintains the linux-next tree.
>
> All being well these should be included from today.
BTW I note that both trees have the same content and that looks like
-next material, I would expect the -fixes branch to be based on Linus'
tree and only contain bug fixes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Please add rust-i2c-next and rust-i2c-fixes to linux-next
2026-03-30 13:12 ` Mark Brown
@ 2026-04-04 14:50 ` Igor Korotin
2026-04-04 15:05 ` Mark Brown
0 siblings, 1 reply; 7+ messages in thread
From: Igor Korotin @ 2026-04-04 14:50 UTC (permalink / raw)
To: Mark Brown, Stephen Rothwell; +Cc: linux-next
Hello Mark
On 3/30/2026 2:12 PM, Mark Brown wrote:
> On Mon, Mar 30, 2026 at 12:27:55PM +0100, Mark Brown wrote:
>> On Sun, Mar 29, 2026 at 10:59:19AM +1100, Stephen Rothwell wrote:
>>
>>>> Please add the following tree to linux-next:
>>>> Tree: https://github.com/ikrtn/rust-for-linux
>>>> - Branch: rust-i2c-next
>>>> - Branch: rust-i2c-fixes
>>
>>> Mark Brown (cc'd) now maintains the linux-next tree.
>>
>> All being well these should be included from today.
>
> BTW I note that both trees have the same content and that looks like
> -next material, I would expect the -fixes branch to be based on Linus'
> tree and only contain bug fixes.
Both branches currently have identical content because they are newly
created.
If the -fixes branch is expected to be based on Linus’s tree and contain
only bug fixes, I can rebase it accordingly. Please confirm the preferred
base branch.
Thanks
Igor
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Please add rust-i2c-next and rust-i2c-fixes to linux-next
2026-04-04 14:50 ` Igor Korotin
@ 2026-04-04 15:05 ` Mark Brown
2026-04-04 15:32 ` Igor Korotin
0 siblings, 1 reply; 7+ messages in thread
From: Mark Brown @ 2026-04-04 15:05 UTC (permalink / raw)
To: Igor Korotin; +Cc: Stephen Rothwell, linux-next
[-- Attachment #1: Type: text/plain, Size: 1044 bytes --]
On Sat, Apr 04, 2026 at 03:50:59PM +0100, Igor Korotin wrote:
> On 3/30/2026 2:12 PM, Mark Brown wrote:
> > BTW I note that both trees have the same content and that looks like
> > -next material, I would expect the -fixes branch to be based on Linus'
> > tree and only contain bug fixes.
> Both branches currently have identical content because they are newly
> created.
> If the -fixes branch is expected to be based on Linus’s tree and contain
> only bug fixes, I can rebase it accordingly. Please confirm the preferred
> base branch.
The fixes branches are generally expected to contain things intended to
be sent to Linus' tree this cycle rather than material for the next
merge window, they are merged first and published separately as the
pending-fixes branch before the rest of the merge proceeds. People then
take that branch and do testing on it independently of the rest of -next
so if it starts acquiring material that's not a bug fix intended to go
in during the release cycle that might cause confusion.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Please add rust-i2c-next and rust-i2c-fixes to linux-next
2026-04-04 15:05 ` Mark Brown
@ 2026-04-04 15:32 ` Igor Korotin
0 siblings, 0 replies; 7+ messages in thread
From: Igor Korotin @ 2026-04-04 15:32 UTC (permalink / raw)
To: Mark Brown; +Cc: Stephen Rothwell, linux-next
On 4/4/2026 4:05 PM, Mark Brown wrote:
> The fixes branches are generally expected to contain things intended to
> be sent to Linus' tree this cycle rather than material for the next
> merge window, they are merged first and published separately as the
> pending-fixes branch before the rest of the merge proceeds. People then
> take that branch and do testing on it independently of the rest of -next
> so if it starts acquiring material that's not a bug fix intended to go
> in during the release cycle that might cause confusion.
Ok, I've rebased rust-i2c-fixes to point to
https://github.com/torvalds/linux.git master.
Thanks
Igor
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2026-04-04 15:32 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-28 21:17 Please add rust-i2c-next and rust-i2c-fixes to linux-next Igor Korotin
2026-03-28 23:59 ` Stephen Rothwell
2026-03-30 11:27 ` Mark Brown
2026-03-30 13:12 ` Mark Brown
2026-04-04 14:50 ` Igor Korotin
2026-04-04 15:05 ` Mark Brown
2026-04-04 15:32 ` Igor Korotin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox