This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5bad490858c3 Merge tag 'soc-defconfig-6.8' of git://git.kernel.org/pub/ [...] new c3f41b00307f rust: kernel: str: Implement Debug for CString new dc92ac9f6383 rust: replace <linux/module.h> with <linux/export.h> in ru [...] new bad098d76835 rust: Ignore preserve-most functions new 743766565dc0 rust: bindings: rename const binding using sed new 2dc318ea9681 rust: macros: update 'paste!' macro to accept string literals new 88c2e1169f5f rust: macros: improve `#[vtable]` documentation new 71479eee9da8 rust: Suppress searching builtin sysroot new 80fe9e51510b rust: upgrade to Rust 1.74.1 new 0a7f5ba73e57 rust: sync: Makes `CondVar::wait()` an uninterruptible wait new bc2e7d5c298a rust: support `srctree`-relative links new 7583ce66ddf7 docs: rust: remove `CC=clang` mentions new be412baf7240 docs: rust: Add rusttest info new 711cbfc71765 docs: rust: Clarify that 'rustup override' applies to buil [...] new b6964fe2398c Merge tag 'rust-6.8' of https://github.com/Rust-for-Linux/linux new 2a0b726b0419 clang-format: Add maple tree's for_each macros new 5a205c6a9f79 clang-format: Update with v6.7-rc4's `for_each` macro list new 2518f39af6ba Merge tag 'clang-format-6.8' of https://github.com/ojeda/linux new c52391fafcef auxdisplay: img-ascii-lcd: Use device_get_match_data() new 457e4f99765c Merge tag 'auxdisplay-6.8' of https://github.com/ojeda/linux
The 19 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .clang-format | 92 ++++++++++++++++++++++++------ Documentation/process/changes.rst | 2 +- Documentation/rust/coding-guidelines.rst | 13 +++++ Documentation/rust/general-information.rst | 24 ++++++++ Documentation/rust/quick-start.rst | 18 +++--- drivers/auxdisplay/img-ascii-lcd.c | 12 +--- rust/Makefile | 8 ++- rust/alloc/alloc.rs | 32 ++++++++--- rust/alloc/lib.rs | 6 +- rust/alloc/slice.rs | 2 +- rust/alloc/vec/mod.rs | 87 +++++++++++++++++++++++++++- rust/bindgen_parameters | 4 ++ rust/bindings/bindings_helper.h | 6 +- rust/bindings/lib.rs | 3 - rust/exports.c | 2 +- rust/kernel/allocator.rs | 2 +- rust/kernel/error.rs | 6 +- rust/kernel/ioctl.rs | 2 +- rust/kernel/kunit.rs | 2 +- rust/kernel/print.rs | 8 +-- rust/kernel/str.rs | 6 ++ rust/kernel/sync/condvar.rs | 30 +++++----- rust/kernel/sync/lock/mutex.rs | 2 +- rust/kernel/sync/lock/spinlock.rs | 2 +- rust/kernel/task.rs | 2 +- rust/kernel/workqueue.rs | 2 +- rust/macros/lib.rs | 62 ++++++++++++++++---- rust/macros/paste.rs | 10 +++- scripts/Makefile.build | 1 + scripts/min-tool-version.sh | 2 +- 30 files changed, 350 insertions(+), 100 deletions(-)