linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the akpm tree with the mm-hotfixes tree
@ 2022-05-10 12:35 Stephen Rothwell
  2022-05-10 16:56 ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2022-05-10 12:35 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Chengming Zhou, Joel Savitz, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

Today's linux-next merge of the akpm tree got a conflict in:

  tools/testing/selftests/vm/Makefile

between commit:

  e33ebf536f3e ("selftests: vm: Makefile: rename TARGETS to VMTARGETS")

from the mm-hotfixes tree and patch:

  "kselftest/vm: override TARGETS from arguments"

from the akpm tree.

I fixed it up the obvious way 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] 4+ messages in thread

* Re: linux-next: manual merge of the akpm tree with the mm-hotfixes tree
  2022-05-10 12:35 linux-next: manual merge of the akpm tree with the mm-hotfixes tree Stephen Rothwell
@ 2022-05-10 16:56 ` Andrew Morton
  2022-05-10 22:35   ` Stephen Rothwell
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2022-05-10 16:56 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Chengming Zhou, Joel Savitz, Linux Kernel Mailing List,
	Linux Next Mailing List

On Tue, 10 May 2022 22:35:30 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:

> Today's linux-next merge of the akpm tree got a conflict in:
> 
>   tools/testing/selftests/vm/Makefile
> 
> between commit:
> 
>   e33ebf536f3e ("selftests: vm: Makefile: rename TARGETS to VMTARGETS")
> 
> from the mm-hotfixes tree and patch:
> 
>   "kselftest/vm: override TARGETS from arguments"
> 
> from the akpm tree.

Thanks.  Let's just drop
kselftest-vm-override-targets-from-arguments.patch for now - a new
version is in the works.


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

* Re: linux-next: manual merge of the akpm tree with the mm-hotfixes tree
  2022-05-10 16:56 ` Andrew Morton
@ 2022-05-10 22:35   ` Stephen Rothwell
  2022-05-11  2:38     ` [External] " Chengming Zhou
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2022-05-10 22:35 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Chengming Zhou, Joel Savitz, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi Andrew,

On Tue, 10 May 2022 09:56:08 -0700 Andrew Morton <akpm@linux-foundation.org> wrote:
>
> On Tue, 10 May 2022 22:35:30 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> 
> > Today's linux-next merge of the akpm tree got a conflict in:
> > 
> >   tools/testing/selftests/vm/Makefile
> > 
> > between commit:
> > 
> >   e33ebf536f3e ("selftests: vm: Makefile: rename TARGETS to VMTARGETS")
> > 
> > from the mm-hotfixes tree and patch:
> > 
> >   "kselftest/vm: override TARGETS from arguments"
> > 
> > from the akpm tree.  
> 
> Thanks.  Let's just drop
> kselftest-vm-override-targets-from-arguments.patch for now - a new
> version is in the works.

OK, done.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [External] Re: linux-next: manual merge of the akpm tree with the mm-hotfixes tree
  2022-05-10 22:35   ` Stephen Rothwell
@ 2022-05-11  2:38     ` Chengming Zhou
  0 siblings, 0 replies; 4+ messages in thread
From: Chengming Zhou @ 2022-05-11  2:38 UTC (permalink / raw)
  To: Stephen Rothwell, Andrew Morton
  Cc: Joel Savitz, Linux Kernel Mailing List, Linux Next Mailing List

On 2022/5/11 06:35, Stephen Rothwell wrote:
> Hi Andrew,
> 
> On Tue, 10 May 2022 09:56:08 -0700 Andrew Morton <akpm@linux-foundation.org> wrote:
>>
>> On Tue, 10 May 2022 22:35:30 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>>
>>> Today's linux-next merge of the akpm tree got a conflict in:
>>>
>>>   tools/testing/selftests/vm/Makefile
>>>
>>> between commit:
>>>
>>>   e33ebf536f3e ("selftests: vm: Makefile: rename TARGETS to VMTARGETS")
>>>
>>> from the mm-hotfixes tree and patch:
>>>
>>>   "kselftest/vm: override TARGETS from arguments"
>>>
>>> from the akpm tree.  
>>
>> Thanks.  Let's just drop
>> kselftest-vm-override-targets-from-arguments.patch for now - a new
>> version is in the works.
> 
> OK, done.
> 

I just pulled akpm and linux-next tree, saw that you have fixed the conflict
in the commit 526a655c5849 ("kselftest/vm: override TARGETS from arguments").

It looks good to me, so I should have nothing to do.

Thanks.

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

end of thread, other threads:[~2022-05-11  2:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10 12:35 linux-next: manual merge of the akpm tree with the mm-hotfixes tree Stephen Rothwell
2022-05-10 16:56 ` Andrew Morton
2022-05-10 22:35   ` Stephen Rothwell
2022-05-11  2:38     ` [External] " Chengming Zhou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).