Merge tag 'rust-fixes-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Pull rust fixes from Miguel Ojeda: "Toolchain and infrastructure: - Disallow BTF generation with Rust + LTO - Improve rust-analyzer support 'kernel' crate: - 'init' module: remove 'Zeroable' implementation for a couple types that should not have it - 'alloc' module: fix macOS failure in host test by satisfying POSIX alignment requirement - Add missing '\n's to 'pr_*!()' calls And a couple other minor cleanups" * tag 'rust-fixes-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux: scripts: generate_rust_analyzer: add uapi crate scripts: generate_rust_analyzer: add missing include_dirs scripts: generate_rust_analyzer: add missing macros deps rust: Disallow BTF generation with Rust + LTO rust: task: fix `SAFETY` comment in `Task::wake_up` rust: workqueue: add missing newline to pr_info! examples rust: sync: add missing newline in locked_by log example...
No related branches found
No related tags found
Showing
- Documentation/rust/quick-start.rst 1 addition, 1 deletionDocumentation/rust/quick-start.rst
- Documentation/rust/testing.rst 1 addition, 1 deletionDocumentation/rust/testing.rst
- init/Kconfig 1 addition, 1 deletioninit/Kconfig
- rust/kernel/alloc/allocator_test.rs 18 additions, 0 deletionsrust/kernel/alloc/allocator_test.rs
- rust/kernel/error.rs 1 addition, 1 deletionrust/kernel/error.rs
- rust/kernel/init.rs 10 additions, 13 deletionsrust/kernel/init.rs
- rust/kernel/init/macros.rs 3 additions, 3 deletionsrust/kernel/init/macros.rs
- rust/kernel/lib.rs 1 addition, 1 deletionrust/kernel/lib.rs
- rust/kernel/sync/locked_by.rs 1 addition, 1 deletionrust/kernel/sync/locked_by.rs
- rust/kernel/task.rs 1 addition, 1 deletionrust/kernel/task.rs
- rust/kernel/workqueue.rs 3 additions, 3 deletionsrust/kernel/workqueue.rs
- scripts/generate_rust_analyzer.py 42 additions, 29 deletionsscripts/generate_rust_analyzer.py
- scripts/rustdoc_test_gen.rs 2 additions, 2 deletionsscripts/rustdoc_test_gen.rs
Loading
Please register or sign in to comment