linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the bpf-next tree with the mm tree
@ 2024-01-24  1:16 Stephen Rothwell
  2024-01-24  1:18 ` Alexei Starovoitov
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2024-01-24  1:16 UTC (permalink / raw)
  To: Daniel Borkmann, Alexei Starovoitov, Andrii Nakryiko, Andrew Morton
  Cc: bpf, Networking, Linux Kernel Mailing List,
	Linux Next Mailing List, Nathan Chancellor

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

Hi all,

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

  tools/testing/selftests/bpf/README.rst

between commit:

  0d57063bef1b ("selftests/bpf: update LLVM Phabricator links")

from the mm-nonmm-unstable branch of the mm tree and commit:

  f067074bafd5 ("selftests/bpf: Update LLVM Phabricator links")

from the bpf-next tree.

I fixed it up (the latter has one more digit in a SHA1 in a URL, so
I used that) 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 bpf-next tree with the mm tree
  2024-01-24  1:16 linux-next: manual merge of the bpf-next tree with the mm tree Stephen Rothwell
@ 2024-01-24  1:18 ` Alexei Starovoitov
  2024-01-24  8:18   ` Andrew Morton
  0 siblings, 1 reply; 5+ messages in thread
From: Alexei Starovoitov @ 2024-01-24  1:18 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Daniel Borkmann, Alexei Starovoitov, Andrii Nakryiko,
	Andrew Morton, bpf, Networking, Linux Kernel Mailing List,
	Linux Next Mailing List, Nathan Chancellor

On Tue, Jan 23, 2024 at 5:16 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi all,
>
> Today's linux-next merge of the bpf-next tree got a conflict in:
>
>   tools/testing/selftests/bpf/README.rst
>
> between commit:
>
>   0d57063bef1b ("selftests/bpf: update LLVM Phabricator links")
>
> from the mm-nonmm-unstable branch of the mm tree and commit:
>
>   f067074bafd5 ("selftests/bpf: Update LLVM Phabricator links")
>
> from the bpf-next tree.

Andrew,
please drop the bpf related commit from your tree.

Thanks

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

* Re: linux-next: manual merge of the bpf-next tree with the mm tree
  2024-01-24  1:18 ` Alexei Starovoitov
@ 2024-01-24  8:18   ` Andrew Morton
  2024-01-24  9:46     ` Daniel Borkmann
  2024-01-24 15:34     ` Alexei Starovoitov
  0 siblings, 2 replies; 5+ messages in thread
From: Andrew Morton @ 2024-01-24  8:18 UTC (permalink / raw)
  To: Alexei Starovoitov
  Cc: Stephen Rothwell, Daniel Borkmann, Alexei Starovoitov,
	Andrii Nakryiko, bpf, Networking, Linux Kernel Mailing List,
	Linux Next Mailing List, Nathan Chancellor

On Tue, 23 Jan 2024 17:18:55 -0800 Alexei Starovoitov <alexei.starovoitov@gmail.com> wrote:

> > Today's linux-next merge of the bpf-next tree got a conflict in:
> >
> >   tools/testing/selftests/bpf/README.rst
> >
> > between commit:
> >
> >   0d57063bef1b ("selftests/bpf: update LLVM Phabricator links")
> >
> > from the mm-nonmm-unstable branch of the mm tree and commit:
> >
> >   f067074bafd5 ("selftests/bpf: Update LLVM Phabricator links")
> >
> > from the bpf-next tree.
> 
> Andrew,
> please drop the bpf related commit from your tree.

um, please don't cherry-pick a single patch from a multi-patch series
which I have already applied.


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

* Re: linux-next: manual merge of the bpf-next tree with the mm tree
  2024-01-24  8:18   ` Andrew Morton
@ 2024-01-24  9:46     ` Daniel Borkmann
  2024-01-24 15:34     ` Alexei Starovoitov
  1 sibling, 0 replies; 5+ messages in thread
From: Daniel Borkmann @ 2024-01-24  9:46 UTC (permalink / raw)
  To: Andrew Morton, Alexei Starovoitov
  Cc: Stephen Rothwell, Alexei Starovoitov, Andrii Nakryiko, bpf,
	Networking, Linux Kernel Mailing List, Linux Next Mailing List,
	Nathan Chancellor

On 1/24/24 9:18 AM, Andrew Morton wrote:
> On Tue, 23 Jan 2024 17:18:55 -0800 Alexei Starovoitov <alexei.starovoitov@gmail.com> wrote:
> 
>>> Today's linux-next merge of the bpf-next tree got a conflict in:
>>>
>>>    tools/testing/selftests/bpf/README.rst
>>>
>>> between commit:
>>>
>>>    0d57063bef1b ("selftests/bpf: update LLVM Phabricator links")
>>>
>>> from the mm-nonmm-unstable branch of the mm tree and commit:
>>>
>>>    f067074bafd5 ("selftests/bpf: Update LLVM Phabricator links")
>>>
>>> from the bpf-next tree.
>>
>> Andrew,
>> please drop the bpf related commit from your tree.
> 
> um, please don't cherry-pick a single patch from a multi-patch series
> which I have already applied.

The BPF one was actually a stand-alone patch targetted at bpf-next:

https://lore.kernel.org/bpf/20240111-bpf-update-llvm-phabricator-links-v2-1-9a7ae976bd64@kernel.org/

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

* Re: linux-next: manual merge of the bpf-next tree with the mm tree
  2024-01-24  8:18   ` Andrew Morton
  2024-01-24  9:46     ` Daniel Borkmann
@ 2024-01-24 15:34     ` Alexei Starovoitov
  1 sibling, 0 replies; 5+ messages in thread
From: Alexei Starovoitov @ 2024-01-24 15:34 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Stephen Rothwell, Daniel Borkmann, Alexei Starovoitov,
	Andrii Nakryiko, bpf, Networking, Linux Kernel Mailing List,
	Linux Next Mailing List, Nathan Chancellor

On Wed, Jan 24, 2024 at 12:18 AM Andrew Morton
<akpm@linux-foundation.org> wrote:
>
> On Tue, 23 Jan 2024 17:18:55 -0800 Alexei Starovoitov <alexei.starovoitov@gmail.com> wrote:
>
> > > Today's linux-next merge of the bpf-next tree got a conflict in:
> > >
> > >   tools/testing/selftests/bpf/README.rst
> > >
> > > between commit:
> > >
> > >   0d57063bef1b ("selftests/bpf: update LLVM Phabricator links")
> > >
> > > from the mm-nonmm-unstable branch of the mm tree and commit:
> > >
> > >   f067074bafd5 ("selftests/bpf: Update LLVM Phabricator links")
> > >
> > > from the bpf-next tree.
> >
> > Andrew,
> > please drop the bpf related commit from your tree.
>
> um, please don't cherry-pick a single patch from a multi-patch series
> which I have already applied.

hmm. There was a clear feedback on the v1 of the series not to mix bpf
and non-bpf patches and a standalone patch was sent as v2.

Thanks.

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

end of thread, other threads:[~2024-01-24 15:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-24  1:16 linux-next: manual merge of the bpf-next tree with the mm tree Stephen Rothwell
2024-01-24  1:18 ` Alexei Starovoitov
2024-01-24  8:18   ` Andrew Morton
2024-01-24  9:46     ` Daniel Borkmann
2024-01-24 15:34     ` Alexei Starovoitov

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).