Merge tag 'rust-fixes-6.9' of https://github.com/Rust-for-Linux/linux
Pull Rust fixes from Miguel Ojeda: - Soundness: make internal functions generated by the 'module!' macro inaccessible, do not implement 'Zeroable' for 'Infallible' and require 'Send' for the 'Module' trait. - Build: avoid errors with "empty" files and workaround 'rustdoc' ICE. - Kconfig: depend on '!CFI_CLANG' and avoid selecting 'CONSTRUCTORS'. - Code docs: remove non-existing key from 'module!' macro example. - Docs: trivial rendering fix in arch table. * tag 'rust-fixes-6.9' of https://github.com/Rust-for-Linux/linux: rust: remove `params` from `module` macro example kbuild: rust: force `alloc` extern to allow "empty" Rust files kbuild: rust: remove unneeded `@rustc_cfg` to avoid ICE rust: kernel: require `Send` for `Module` implementations rust: phy: implement `Send` for `Registration` rust: make mutually exclusive with CFI_CLANG rust: macros: fix soundness issue in `module!` macro rust: init: remove impl Zeroable for Infallible docs: rust: fix improper rendering in Arch Support page rust: don't select CONSTRUCTORS
No related branches found
No related tags found
Showing
- Documentation/rust/arch-support.rst 1 addition, 1 deletionDocumentation/rust/arch-support.rst
- init/Kconfig 1 addition, 1 deletioninit/Kconfig
- rust/Makefile 0 additions, 1 deletionrust/Makefile
- rust/kernel/init.rs 9 additions, 2 deletionsrust/kernel/init.rs
- rust/kernel/lib.rs 1 addition, 1 deletionrust/kernel/lib.rs
- rust/kernel/net/phy.rs 4 additions, 0 deletionsrust/kernel/net/phy.rs
- rust/macros/lib.rs 0 additions, 12 deletionsrust/macros/lib.rs
- rust/macros/module.rs 115 additions, 75 deletionsrust/macros/module.rs
- scripts/Makefile.build 1 addition, 1 deletionscripts/Makefile.build
Loading
Please register or sign in to comment