rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-26 15:50:30 to 2025-07-31 02:53:18 UTC [more...]

[PATCH v6 0/2] rust: alloc: kvec doc example and allocator unit tests
 2025-07-31  2:53 UTC  (10+ messages)
` [PATCH v6 1/2] rust: allocator: add KUnit tests for alignment guarantees
` [PATCH v6 2/2] rust: alloc: kvec: add doc example for as_slice method

[PATCH v7 0/3] Rust allocator and kvec improvements
 2025-07-31  2:50 UTC  (4+ messages)
` [PATCH v7 1/3] rust: allocator: add KUnit tests for alignment guarantees
` [PATCH v7 2/3] rust: alloc: kvec: add doc example for as_slice method
` [PATCH v7 3/3] rust: alloc: kvec: simplify KUnit test module name to "rust_kvec"

Meet compiled kernel binaray abnormal issue while enabling generic kasan in kernel 6.12 with some default KBUILD_RUSTFLAGS on
 2025-07-31  0:57 UTC  (5+ messages)
    ` 答复: "

[PATCH v14 0/4] support large align and nid in Rust allocators
 2025-07-30 20:18 UTC  (6+ messages)
` [PATCH v14 1/4] :mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v14 2/4] mm/slub: allow to set node and align in k[v]realloc
` [PATCH v14 3/4] rust: add support for NUMA ids in allocations
` [PATCH v14 4/4] rust: support large alignments "

[RFC PATCH] rust: workqueue: Add an example for try_spawn()
 2025-07-30 19:38 UTC  (6+ messages)

[PATCH 0/3] Groundwork for Lock<T> when T is pinned
 2025-07-30 19:32 UTC  (5+ messages)
` [PATCH 1/3] rust: lock: pin the inner data
` [PATCH 2/3] rust: lock: guard: add T: Unpin bound to DerefMut
` [PATCH 3/3] rust: lock: add a Pin<&mut T> accessor

[PATCH v13 0/4] support large align and nid in Rust allocators
 2025-07-30 17:25 UTC  (6+ messages)
` [PATCH v13 1/4] :mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v13 3/4] rust: add support for NUMA ids in allocations

[PATCH] rust: clk: use the type-state pattern
 2025-07-30 14:48 UTC  (17+ messages)

[PATCH v2] rust: update error.rs documentation
 2025-07-30 13:56 UTC  (2+ messages)

[PATCH 0/3] Fix broken `srctree/` links and warn about them
 2025-07-30 13:36 UTC  (7+ messages)
` [PATCH 1/3] rust: block: fix `srctree/` links
` [PATCH 2/3] rust: drm: "
` [PATCH 3/3] rust: warn if `srctree/` links do not exist

[PATCH v2 00/19] gpu: nova-core: register!() macro improvements
 2025-07-30 12:47 UTC  (19+ messages)
` [PATCH v2 01/19] gpu: nova-core: register: minor grammar and spelling fixes
` [PATCH v2 07/19] gpu: nova-core: register: move OFFSET declaration to I/O impl block
` [PATCH v2 15/19] gpu: nova-core: register: redesign relative registers
` [PATCH v2 17/19] gpu: nova-core: register: add support for register arrays

[PATCH v1] rust: update `error.rs` documentation
 2025-07-30 11:01 UTC  (4+ messages)

[PATCH v5 0/3] rust: add `ww_mutex` support
 2025-07-30 10:55 UTC  (5+ messages)

[PATCH v3 1/2] rust: Update PCI binding safety comments and add inline compiler hint
 2025-07-30  9:05 UTC  (3+ messages)
` [PATCH v3 2/2] rust: Add several miscellaneous PCI helpers

[PATCH 0/2] rust: regulator: relax a few constraints on Regulator<T>
 2025-07-30  7:57 UTC  (4+ messages)
` [PATCH 1/2] rust: regulator: remove needless &mut from member functions
` [PATCH 2/2] rust: regulator: implement Send and Sync for Regulator<T>

[PATCH v2] rust: pci: Use explicit types in FFI callbacks
 2025-07-30  7:56 UTC  (5+ messages)

[PATCH v5 0/2] rust: alloc: kvec doc example and allocator unit tests
 2025-07-30  3:59 UTC  (6+ messages)
` [PATCH v5 1/2] rust: allocator: add KUnit tests for alignment guarantees

[PATCH 1/3] checkpatch.pl: Add warning for // comments on private Rust items
 2025-07-29 20:29 UTC  (5+ messages)
` [PATCH 2/3] checkpatch.pl: warn about "
  ` [PATCH 3/3] checkpatch.pl: --fix support for `//` comments rust private items

[PATCH 0/2] Arithmetic ops for Instant/Delta
 2025-07-29 12:15 UTC  (12+ messages)
` [PATCH 1/2] rust: time: Implement Add<Delta>/Sub<Delta> for Instant
` [PATCH 2/2] rust: time: Implement basic arithmetic operations for Delta

[PATCH] rust: pci: use c_* types via kernel prelude
 2025-07-29 10:10 UTC  (3+ messages)

[PATCH] rust: kernel: remove support for unused host `#[test]`s
 2025-07-29  8:27 UTC  (3+ messages)

[PATCH 1/2] gpu: nova-core: vbios: split out PmuLookupTableHeader from PmuLookupTable
 2025-07-29  4:34 UTC  (3+ messages)
` [PATCH 2/2] gpu: nova-core: vbios: use offset_of in PmuLookupTableHeader::new

[PATCH v8] rust: transmute: Add methods for FromBytes trait
 2025-07-28 21:21 UTC  (4+ messages)

[PATCH v6 0/7] rust/hrtimer: Various hrtimer + time additions
 2025-07-28 19:07 UTC  (4+ messages)
` [PATCH v6 6/7] rust: time: Add Instant::from_nanos()

[PATCH] Partially revert "rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically"
 2025-07-28 16:59 UTC  (7+ messages)

[PATCH 0/3] Add Rust abstraction for Maple Trees
 2025-07-28 16:39 UTC  (18+ messages)
` [PATCH 1/3] rust: maple_tree: add MapleTree
` [PATCH 2/3] rust: maple_tree: add MapleTree::lock() and load()
` [PATCH 3/3] rust: maple_tree: add MapleTreeAlloc

[PATCH v4 0/2] rust: transmute: add `as_bytes(_mut)` methods for `AsBytes` trait
 2025-07-28 15:52 UTC  (10+ messages)
` [PATCH v4 1/2] rust: transmute: add `as_bytes` method "
` [PATCH v4 2/2] rust: transmute: add `as_bytes_mut` method to "

[PATCH v11 0/8] rust: Add IO polling
 2025-07-28 14:30 UTC  (10+ messages)
` [PATCH v11 7/8] rust: Add read_poll_timeout functions

[PATCH] MAINTAINERS: add "DEVICE I/O & IRQ [RUST]" entry
 2025-07-28 12:36 UTC  (4+ messages)

[PATCH v2 0/2] Clean up Rust LockClassKey
 2025-07-28 10:18 UTC  (4+ messages)
` [PATCH v2 1/2] rust: sync: refactor static_lock_class!() macro
` [PATCH v2 2/2] rust: sync: clean up LockClassKey and its docs

[PATCH v3] rust: transmute: add `as_bytes` method for `AsBytes` trait
 2025-07-28 10:01 UTC  (8+ messages)

make ARCH=arm64 rustdoc fails on a x86 host with SCS enabled
 2025-07-28  9:01 UTC  (4+ messages)

[PATCH] rust: workaround `rustdoc` target modifiers bug
 2025-07-28  6:06 UTC  (4+ messages)

[PATCH] rust/pin-init: remove workaround for type inference cycle
 2025-07-28  4:00 UTC  (5+ messages)

[PATCH v2 1/2] rust: Update PCI binding safety comments and add inline compiler hint
 2025-07-28  0:09 UTC  (9+ messages)

[PATCH v2 00/13] `Zeroable` improvements & bindings integration
 2025-07-27 21:20 UTC  (6+ messages)

[PATCH 7/7] rust: kernel: update ARef and AlwaysRefCounted imports from sync::aref
 2025-07-27 18:05 UTC  (9+ messages)

[RFC PATCH v2 0/4] rust: miscdevice: abstraction for uring-cmd
 2025-07-27 17:17 UTC  (6+ messages)
` [RFC PATCH v2 1/4] rust: bindings: add io_uring headers in bindings_helper.h
` [RFC PATCH v2 2/4] rust: io_uring: introduce rust abstraction for io-uring cmd
` [RFC PATCH v2 3/4] rust: miscdevice: add uring_cmd() for MiscDevice trait
` [RFC PATCH v2 4/4] samples: rust: rust_misc_device: add uring_cmd example

[PATCH] gpu: nova-core: vbios: use offset_of in PmuLookupTableHeader::new
 2025-07-27  9:51 UTC  (4+ messages)

[PATCH v8 0/3] rust: revocable: Documentation, refactoring and safety refinements
 2025-07-26 18:35 UTC  (4+ messages)
` [PATCH v8 1/3] rust: revocable: Clarify write invariant and update safety comments
` [PATCH v8 2/3] rust: revocable: Refactor revocation mechanism to remove generic revoke_internal
` [PATCH v8 3/3] rust: revocable: Documents RevocableGuard invariants/safety and refine Deref safety

[PATCH v5 0/9] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-07-26 16:56 UTC  (4+ messages)
  ` [PATCH v5 8/9] riscv: dts: thead: Add PVT node

[PATCH] rust: kbuild: clean output before running `rustdoc`
 2025-07-26 16:04 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).