Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust 1.71.0 #1027

Merged
merged 5 commits into from
Jul 29, 2023
Merged

Rust 1.71.0 #1027

merged 5 commits into from
Jul 29, 2023

Conversation

ojeda
Copy link
Member

@ojeda ojeda commented Jul 29, 2023

The next version of the toolchain in mainline will be 1.71 [1], thus upgrade it here too (with the extra alloc bits and few fixes, as usual).

This also aligns all branches to a single Rust version (for e.g. KernelCI/0-Day purposes).

[1] https://lore.kernel.org/rust-for-linux/[email protected]/

Upgrade the Rust toolchain from 1.70.0 to 1.71.0, to match
the upcoming upgrade to mainline and thus reduce the differences.

Signed-off-by: Miguel Ojeda <[email protected]>
    powerpc64le-linux-gnu-ld: rust/core.o: in function `<core::core_arch::powerpc::altivec::vector_float as core::ops::arith::Neg>::neg':
    core.bd923ab8a410e564-cgu.0:(.text+0x2a5b8): undefined reference to `__subsf3'

Signed-off-by: Miguel Ojeda <[email protected]>
e.g.

    >>> referenced by f32.rs:964 (/root/.rustup/toolchains/1.71.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/num/f32.rs:964)
    >>>               rust/core.o:(<f32>::midpoint) in archive vmlinux.a
    >>> referenced by f32.rs:964 (/root/.rustup/toolchains/1.71.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/num/f32.rs:964)
    >>>               rust/core.o:(<f32>::midpoint) in archive vmlinux.a

Signed-off-by: Miguel Ojeda <[email protected]>
Signed-off-by: Miguel Ojeda <[email protected]>
@ojeda ojeda merged commit 18b7491 into Rust-for-Linux:rust Jul 29, 2023
27 checks passed
@ojeda ojeda deleted the rust-rust-1.71 branch July 29, 2023 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant