* linux-next: manual merge of the vfs-brauner tree with the erofs-fixes tree
@ 2024-04-24 0:24 Stephen Rothwell
2024-04-24 1:26 ` Baokun Li
0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2024-04-24 0:24 UTC (permalink / raw)
To: Christian Brauner, Gao Xiang
Cc: Baokun Li, Gao Xiang, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 843 bytes --]
Hi all,
Today's linux-next merge of the vfs-brauner tree got a conflict in:
fs/erofs/super.c
between commits:
ab1bbc1735ff ("erofs: get rid of erofs_fs_context")
569a48fed355 ("erofs: reliably distinguish block based and fscache mode")
from the erofs-fixes tree and commit:
e4f586a41748 ("erofs: reliably distinguish block based and fscache mode")
from the vfs-brauner tree.
I fixed it up (I think - I used the former version) and can carry the
fix as necessary. This is now fixed as far as linux-next is concerned,
but any non trivial conflicts should be mentioned to your upstream
maintainer when your tree is submitted for merging. You may also want
to consider cooperating with the maintainer of the conflicting tree to
minimise any particularly complex conflicts.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: manual merge of the vfs-brauner tree with the erofs-fixes tree
2024-04-24 0:24 linux-next: manual merge of the vfs-brauner tree with the erofs-fixes tree Stephen Rothwell
@ 2024-04-24 1:26 ` Baokun Li
2024-04-24 2:13 ` Gao Xiang
0 siblings, 1 reply; 5+ messages in thread
From: Baokun Li @ 2024-04-24 1:26 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Gao Xiang, Christian Brauner, Gao Xiang,
Linux Kernel Mailing List, Linux Next Mailing List, libaokun
Hi Stephen,
On 2024/4/24 8:24, Stephen Rothwell wrote:
> Hi all,
>
> Today's linux-next merge of the vfs-brauner tree got a conflict in:
>
> fs/erofs/super.c
>
> between commits:
>
> ab1bbc1735ff ("erofs: get rid of erofs_fs_context")
> 569a48fed355 ("erofs: reliably distinguish block based and fscache mode")
>
> from the erofs-fixes tree and commit:
>
> e4f586a41748 ("erofs: reliably distinguish block based and fscache mode")
>
> from the vfs-brauner tree.
>
> I fixed it up (I think - I used the former version) and can carry the
> fix as necessary. This is now fixed as far as linux-next is concerned,
> but any non trivial conflicts should be mentioned to your upstream
> maintainer when your tree is submitted for merging. You may also want
> to consider cooperating with the maintainer of the conflicting tree to
> minimise any particularly complex conflicts.
>
Christian previously mentioned that the fix from the vfs-brauner tree
was an accident:
"An an accident on my part as I left it in the vfs.fixes branch."
So the two commits from the erofs-fixes tree are the final fixes.
I'm very sorry for any inconvenience caused.
Thanks,
Baokun
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: manual merge of the vfs-brauner tree with the erofs-fixes tree
2024-04-24 1:26 ` Baokun Li
@ 2024-04-24 2:13 ` Gao Xiang
2024-04-24 12:51 ` Christian Brauner
0 siblings, 1 reply; 5+ messages in thread
From: Gao Xiang @ 2024-04-24 2:13 UTC (permalink / raw)
To: Baokun Li, Stephen Rothwell
Cc: Gao Xiang, Christian Brauner, Linux Kernel Mailing List,
Linux Next Mailing List
Hi Stephen,
On 2024/4/24 09:26, Baokun Li wrote:
> Hi Stephen,
>
> On 2024/4/24 8:24, Stephen Rothwell wrote:
>> Hi all,
>>
>> Today's linux-next merge of the vfs-brauner tree got a conflict in:
>>
>> fs/erofs/super.c
>>
>> between commits:
>>
>> ab1bbc1735ff ("erofs: get rid of erofs_fs_context")
>> 569a48fed355 ("erofs: reliably distinguish block based and fscache mode")
>>
>> from the erofs-fixes tree and commit:
>>
>> e4f586a41748 ("erofs: reliably distinguish block based and fscache mode")
>>
>> from the vfs-brauner tree.
>>
>> I fixed it up (I think - I used the former version) and can carry the
>> fix as necessary. This is now fixed as far as linux-next is concerned,
>> but any non trivial conflicts should be mentioned to your upstream
>> maintainer when your tree is submitted for merging. You may also want
>> to consider cooperating with the maintainer of the conflicting tree to
>> minimise any particularly complex conflicts.
>>
> Christian previously mentioned that the fix from the vfs-brauner tree
> was an accident:
>
> "An an accident on my part as I left it in the vfs.fixes branch."
>
> So the two commits from the erofs-fixes tree are the final fixes.
>
> I'm very sorry for any inconvenience caused.
Yeah, Christian was picked this fix by accident as mentioned in,
https://lore.kernel.org/r/20240419-tundra-komodowaran-5c3758d496e4@brauner
I guest that was due to his local work at that time since the
original idea to fix this issue was from him (thanks again!).
Currently I tend to submit these two fixes on my own for this
development cycle in order to meet the test plans.
Thanks,
Gao Xiang
>
> Thanks,
> Baokun
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: manual merge of the vfs-brauner tree with the erofs-fixes tree
2024-04-24 2:13 ` Gao Xiang
@ 2024-04-24 12:51 ` Christian Brauner
2024-04-25 1:55 ` Gao Xiang
0 siblings, 1 reply; 5+ messages in thread
From: Christian Brauner @ 2024-04-24 12:51 UTC (permalink / raw)
To: Gao Xiang
Cc: Baokun Li, Stephen Rothwell, Gao Xiang, Linux Kernel Mailing List,
Linux Next Mailing List
On Wed, Apr 24, 2024 at 10:13:43AM +0800, Gao Xiang wrote:
> Hi Stephen,
>
> On 2024/4/24 09:26, Baokun Li wrote:
> > Hi Stephen,
> >
> > On 2024/4/24 8:24, Stephen Rothwell wrote:
> > > Hi all,
> > >
> > > Today's linux-next merge of the vfs-brauner tree got a conflict in:
> > >
> > > fs/erofs/super.c
> > >
> > > between commits:
> > >
> > > ab1bbc1735ff ("erofs: get rid of erofs_fs_context")
> > > 569a48fed355 ("erofs: reliably distinguish block based and fscache mode")
> > >
> > > from the erofs-fixes tree and commit:
> > >
> > > e4f586a41748 ("erofs: reliably distinguish block based and fscache mode")
> > >
> > > from the vfs-brauner tree.
> > >
> > > I fixed it up (I think - I used the former version) and can carry the
> > > fix as necessary. This is now fixed as far as linux-next is concerned,
> > > but any non trivial conflicts should be mentioned to your upstream
> > > maintainer when your tree is submitted for merging. You may also want
> > > to consider cooperating with the maintainer of the conflicting tree to
> > > minimise any particularly complex conflicts.
> > >
> > Christian previously mentioned that the fix from the vfs-brauner tree
> > was an accident:
> >
> > "An an accident on my part as I left it in the vfs.fixes branch."
> >
> > So the two commits from the erofs-fixes tree are the final fixes.
> >
> > I'm very sorry for any inconvenience caused.
>
> Yeah, Christian was picked this fix by accident as mentioned in,
> https://lore.kernel.org/r/20240419-tundra-komodowaran-5c3758d496e4@brauner
>
> I guest that was due to his local work at that time since the
> original idea to fix this issue was from him (thanks again!).
Yeah, sorry about that. I dropped it a few days ago but was on the road
for a bit. I'll push a new version by eod.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: manual merge of the vfs-brauner tree with the erofs-fixes tree
2024-04-24 12:51 ` Christian Brauner
@ 2024-04-25 1:55 ` Gao Xiang
0 siblings, 0 replies; 5+ messages in thread
From: Gao Xiang @ 2024-04-25 1:55 UTC (permalink / raw)
To: Christian Brauner
Cc: Baokun Li, Stephen Rothwell, Gao Xiang, Linux Kernel Mailing List,
Linux Next Mailing List
On 2024/4/24 20:51, Christian Brauner wrote:
> On Wed, Apr 24, 2024 at 10:13:43AM +0800, Gao Xiang wrote:
>> Hi Stephen,
>>
>> On 2024/4/24 09:26, Baokun Li wrote:
>>> Hi Stephen,
>>>
>>> On 2024/4/24 8:24, Stephen Rothwell wrote:
>>>> Hi all,
>>>>
>>>> Today's linux-next merge of the vfs-brauner tree got a conflict in:
>>>>
>>>> fs/erofs/super.c
>>>>
>>>> between commits:
>>>>
>>>> ab1bbc1735ff ("erofs: get rid of erofs_fs_context")
>>>> 569a48fed355 ("erofs: reliably distinguish block based and fscache mode")
>>>>
>>>> from the erofs-fixes tree and commit:
>>>>
>>>> e4f586a41748 ("erofs: reliably distinguish block based and fscache mode")
>>>>
>>>> from the vfs-brauner tree.
>>>>
>>>> I fixed it up (I think - I used the former version) and can carry the
>>>> fix as necessary. This is now fixed as far as linux-next is concerned,
>>>> but any non trivial conflicts should be mentioned to your upstream
>>>> maintainer when your tree is submitted for merging. You may also want
>>>> to consider cooperating with the maintainer of the conflicting tree to
>>>> minimise any particularly complex conflicts.
>>>>
>>> Christian previously mentioned that the fix from the vfs-brauner tree
>>> was an accident:
>>>
>>> "An an accident on my part as I left it in the vfs.fixes branch."
>>>
>>> So the two commits from the erofs-fixes tree are the final fixes.
>>>
>>> I'm very sorry for any inconvenience caused.
>>
>> Yeah, Christian was picked this fix by accident as mentioned in,
>> https://lore.kernel.org/r/20240419-tundra-komodowaran-5c3758d496e4@brauner
>>
>> I guest that was due to his local work at that time since the
>> original idea to fix this issue was from him (thanks again!).
>
> Yeah, sorry about that. I dropped it a few days ago but was on the road
> for a bit. I'll push a new version by eod.
Yeah, sounds good, thanks :-)
Thanks,
Gao Xiang
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-04-25 1:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-24 0:24 linux-next: manual merge of the vfs-brauner tree with the erofs-fixes tree Stephen Rothwell
2024-04-24 1:26 ` Baokun Li
2024-04-24 2:13 ` Gao Xiang
2024-04-24 12:51 ` Christian Brauner
2024-04-25 1:55 ` Gao Xiang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox