[GIT PULL] Rust fixes for 6.14 (2nd)

From: Miguel Ojeda
Date: Sat Feb 15 2025 - 12:09:05 EST


Hi Linus,

Please pull these fixes for Rust (second round).

They have been in linux-next for a few days.

No conflicts expected.

Thanks!

Cheers,
Miguel

The following changes since commit a64dcfb451e254085a7daee5fe51bf22959d52d3:

Linux 6.14-rc2 (2025-02-09 12:45:03 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux.git tags/rust-fixes-6.14-2

for you to fetch changes up to 2e4f982cf392af2f1282b5537a72144e064799e3:

rust: rbtree: fix overindented list item (2025-02-12 23:26:55 +0100)

----------------------------------------------------------------
Rust fixes for v6.14 (2nd)

Toolchain and infrastructure:

- Fix objtool warning due to future Rust 1.85.0 (to be released in
a few days).

- Clean future Rust 1.86.0 (to be released 2025-04-03) Clippy warning.

----------------------------------------------------------------
Miguel Ojeda (2):
objtool/rust: add one more `noreturn` Rust function
rust: rbtree: fix overindented list item

rust/kernel/rbtree.rs | 2 +-
tools/objtool/check.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)