linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the rust tree with the mm tree
@ 2024-01-29  2:33 Stephen Rothwell
  2024-03-11 21:53 ` Stephen Rothwell
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2024-01-29  2:33 UTC (permalink / raw)
  To: Miguel Ojeda, Andrew Morton
  Cc: Linux Kernel Mailing List, Linux Next Mailing List, Nathan Chancellor

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

Hi all,

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

  Documentation/process/changes.rst

between commit:

  3d21fad38152 ("kbuild: raise the minimum supported version of LLVM to 13.0.1")

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

  c5fed8ce6549 ("rust: upgrade to Rust 1.75.0")

from the rust tree.

I fixed it up (see below) 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

diff --cc Documentation/process/changes.rst
index d7306b8cad13,eab7e2f8c196..000000000000
--- a/Documentation/process/changes.rst
+++ b/Documentation/process/changes.rst
@@@ -30,8 -30,8 +30,8 @@@ you probably needn't concern yourself w
          Program        Minimal version       Command to check the version
  ====================== ===============  ========================================
  GNU C                  5.1              gcc --version
 -Clang/LLVM (optional)  11.0.0           clang --version
 +Clang/LLVM (optional)  13.0.1           clang --version
- Rust (optional)        1.74.1           rustc --version
+ Rust (optional)        1.75.0           rustc --version
  bindgen (optional)     0.65.1           bindgen --version
  GNU make               3.82             make --version
  bash                   4.2              bash --version

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

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

* Re: linux-next: manual merge of the rust tree with the mm tree
  2024-01-29  2:33 linux-next: manual merge of the rust tree with the mm tree Stephen Rothwell
@ 2024-03-11 21:53 ` Stephen Rothwell
  2024-03-12 10:52   ` Miguel Ojeda
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2024-03-11 21:53 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Miguel Ojeda, Linux Kernel Mailing List, Linux Next Mailing List,
	Nathan Chancellor

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

Hi all,

On Mon, 29 Jan 2024 13:33:52 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Today's linux-next merge of the rust tree got a conflict in:
> 
>   Documentation/process/changes.rst
> 
> between commit:
> 
>   3d21fad38152 ("kbuild: raise the minimum supported version of LLVM to 13.0.1")
> 
> from the mm-non-mm-unstable branch of the mm tree and commit:
> 
>   c5fed8ce6549 ("rust: upgrade to Rust 1.75.0")
> 
> from the rust tree.
> 
> I fixed it up (see below) 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
> 
> diff --cc Documentation/process/changes.rst
> index d7306b8cad13,eab7e2f8c196..000000000000
> --- a/Documentation/process/changes.rst
> +++ b/Documentation/process/changes.rst
> @@@ -30,8 -30,8 +30,8 @@@ you probably needn't concern yourself w
>           Program        Minimal version       Command to check the version
>   ====================== ===============  ========================================
>   GNU C                  5.1              gcc --version
>  -Clang/LLVM (optional)  11.0.0           clang --version
>  +Clang/LLVM (optional)  13.0.1           clang --version
> - Rust (optional)        1.74.1           rustc --version
> + Rust (optional)        1.75.0           rustc --version
>   bindgen (optional)     0.65.1           bindgen --version
>   GNU make               3.82             make --version
>   bash                   4.2              bash --version

This is now a conflict between the mm-nonmm-stable tree and Linus' tree.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: manual merge of the rust tree with the mm tree
  2024-03-11 21:53 ` Stephen Rothwell
@ 2024-03-12 10:52   ` Miguel Ojeda
  0 siblings, 0 replies; 3+ messages in thread
From: Miguel Ojeda @ 2024-03-12 10:52 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Andrew Morton, Miguel Ojeda, Linux Kernel Mailing List,
	Linux Next Mailing List, Nathan Chancellor

On Mon, Mar 11, 2024 at 10:53 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> On Mon, 29 Jan 2024 13:33:52 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > diff --cc Documentation/process/changes.rst
> > index d7306b8cad13,eab7e2f8c196..000000000000
> > --- a/Documentation/process/changes.rst
> > +++ b/Documentation/process/changes.rst
> > @@@ -30,8 -30,8 +30,8 @@@ you probably needn't concern yourself w
> >           Program        Minimal version       Command to check the version
> >   ====================== ===============  ========================================
> >   GNU C                  5.1              gcc --version
> >  -Clang/LLVM (optional)  11.0.0           clang --version
> >  +Clang/LLVM (optional)  13.0.1           clang --version
> > - Rust (optional)        1.74.1           rustc --version
> > + Rust (optional)        1.75.0           rustc --version
> >   bindgen (optional)     0.65.1           bindgen --version
> >   GNU make               3.82             make --version
> >   bash                   4.2              bash --version
>
> This is now a conflict between the mm-nonmm-stable tree and Linus' tree.

Thanks Stephen -- the resolution is correct in next-20240312.

(The one above in January's quote is the previous resolution, i.e.
before we had the second update to the version in rust-next).

Cheers,
Miguel

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

end of thread, other threads:[~2024-03-12 10:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-29  2:33 linux-next: manual merge of the rust tree with the mm tree Stephen Rothwell
2024-03-11 21:53 ` Stephen Rothwell
2024-03-12 10:52   ` Miguel Ojeda

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