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

Commits on Jul 29, 2023

  1. rust: kernel: fix unused_mut warnings

    Signed-off-by: Miguel Ojeda <[email protected]>
    ojeda committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    5211f0f View commit details
    Browse the repository at this point in the history
  2. rust: upgrade to Rust 1.71.0

    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]>
    ojeda committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    6abe8c9 View commit details
    Browse the repository at this point in the history
  3. rust: compiler_builtins: __subsf3 for ppc64le

        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]>
    ojeda committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    a69bfd2 View commit details
    Browse the repository at this point in the history
  4. rust: compiler_builtins: more for arm due to midpoint

    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]>
    ojeda committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    b8476c9 View commit details
    Browse the repository at this point in the history
  5. CI: upgrade to Rust 1.71.0

    Signed-off-by: Miguel Ojeda <[email protected]>
    ojeda committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    4928570 View commit details
    Browse the repository at this point in the history