rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-20 14:20:24 to 2024-08-27 21:29:23 UTC [more...]

[PATCH v2 00/19] Implement DWARF modversions
 2024-08-27 21:28 UTC  (36+ messages)
` [PATCH v2 01/19] tools: Add gendwarfksyms
` [PATCH v2 02/19] gendwarfksyms: Add symbol list handling
` [PATCH v2 03/19] gendwarfksyms: Add address matching
` [PATCH v2 16/19] gendwarfksyms: Add support for reserved structure fields

[PATCH net-next v7 0/6] net: phy: add Applied Micro QT2025 PHY driver
 2024-08-27 21:14 UTC  (11+ messages)
` [PATCH net-next v7 1/6] rust: sizes: add commonly used constants
` [PATCH net-next v7 2/6] rust: net::phy support probe callback
` [PATCH net-next v7 3/6] rust: net::phy implement AsRef<kernel::device::Device> trait
` [PATCH net-next v7 4/6] rust: net::phy unified read/write API for C22 and C45 registers
` [PATCH net-next v7 5/6] rust: net::phy unified genphy_read_status function "
` [PATCH net-next v7 6/6] net: phy: add Applied Micro QT2025 PHY driver

[PATCH v6 00/26] Generic `Allocator` support for Rust
 2024-08-27 19:21 UTC  (8+ messages)
` [PATCH v6 09/26] rust: alloc: implement kernel `Box`
` [PATCH v6 25/26] kbuild: rust: remove the `alloc` crate and `GlobalAlloc`

[PATCH v2] rust: add `module_params` macro
 2024-08-27 19:11 UTC  (8+ messages)

[PATCH V2] scripts/checkpatch.pl: check for non-permalinks to Zulip
 2024-08-27 18:43 UTC 

[PATCH v3] rust: Support latest version of `rust-analyzer`
 2024-08-27 15:10 UTC  (4+ messages)

[PATCH v6] rust: support for shadow call stack sanitizer
 2024-08-27 12:54 UTC  (6+ messages)

[PATCH v5] rust: support for shadow call stack sanitizer
 2024-08-27 11:36 UTC  (9+ messages)

[PATCH] rust: allow `stable_features` lint
 2024-08-27 11:30 UTC  (4+ messages)

[PATCH] rust: add global lock support
 2024-08-27  8:44 UTC  (5+ messages)

[PATCH v2] rust: add global lock support
 2024-08-27  8:41 UTC 

[PATCH] rust: Eschew `Box<MaybeUninit<T>>::write`
 2024-08-27  7:34 UTC  (8+ messages)

[PATCH] docs: rust: fix formatting of Hacking quick-start list
 2024-08-26 21:10 UTC 

[PATCH] scripts/checkpatch.pl: check for non-permalinks to Zulip
 2024-08-26 20:03 UTC  (5+ messages)

[PATCH v3 0/3] rust: Add irq abstraction, SpinLockIrq
 2024-08-26 15:34 UTC  (6+ messages)
` [PATCH v3 1/3] rust: Introduce irq module

[PATCH v12 0/5] Red-black tree abstraction needed by Rust Binder
 2024-08-26  9:56 UTC  (8+ messages)
` [PATCH v12 1/5] rust: rbtree: add red-black tree implementation backed by the C version
` [PATCH v12 2/5] rust: rbtree: add iterator
` [PATCH v12 3/5] rust: rbtree: add mutable iterator
` [PATCH v12 4/5] rust: rbtree: add cursor
` [PATCH v12 5/5] rust: rbtree: add `RBTree::entry`

[RFC PATCH] rust: enable rustdoc's `--generate-link-to-definition`
 2024-08-25 20:29 UTC  (4+ messages)

[PATCH 1/2] docs: rust: link to https://rust.docs.kernel.org
 2024-08-25 20:22 UTC  (2+ messages)

[PATCH v2] rust: add `ARef::into_raw`
 2024-08-25 12:50 UTC  (4+ messages)

[PATCH] rust: link docs.kernel.org in documentation
 2024-08-25 12:50 UTC  (2+ messages)

[PATCH] docs: rust: quick-start: add Debian Testing
 2024-08-25 12:50 UTC  (2+ messages)

[PATCH v2 00/10] Device / Driver and PCI Rust abstractions
 2024-08-24 19:47 UTC  (3+ messages)
` [PATCH v2 07/10] rust: add `io::Io` base type

[PATCH AUTOSEL 6.10 09/24] kbuild: rust: skip -fmin-function-alignment in bindgen flags
 2024-08-24 14:45 UTC  (4+ messages)
` [PATCH AUTOSEL 6.10 10/24] rust: add intrinsics to fix `-Os` builds

[PATCH AUTOSEL 6.6 08/20] kbuild: rust: skip -fmin-function-alignment in bindgen flags
 2024-08-24 14:45 UTC  (4+ messages)
` [PATCH AUTOSEL 6.6 09/20] rust: add intrinsics to fix `-Os` builds

[PATCH RESEND v5] rust: str: Use `core::CStr`, remove the custom `CStr` implementation
 2024-08-24  7:24 UTC  (7+ messages)

Weird failure with bpftool when building 6.11-rc4 with clang+rust+lto
 2024-08-23 21:45 UTC  (3+ messages)

[PATCH net-next v6 0/6] net: phy: add Applied Micro QT2025 PHY driver
 2024-08-23 19:13 UTC  (14+ messages)
` [PATCH net-next v6 1/6] rust: sizes: add commonly used constants
` [PATCH net-next v6 2/6] rust: net::phy support probe callback
` [PATCH net-next v6 3/6] rust: net::phy implement AsRef<kernel::device::Device> trait
` [PATCH net-next v6 4/6] rust: net::phy unified read/write API for C22 and C45 registers
` [PATCH net-next v6 5/6] rust: net::phy unified genphy_read_status function "
` [PATCH net-next v6 6/6] net: phy: add Applied Micro QT2025 PHY driver

[PATCH v7 0/4] drm/panic: Add a QR code panic screen
 2024-08-23 15:27 UTC  (11+ messages)
` [PATCH v7 1/4] drm/panic: Add integer scaling to blit()
` [PATCH v7 2/4] drm/rect: Add drm_rect_overlap()
` [PATCH v7 3/4] drm/panic: Simplify logo handling
` [PATCH v7 4/4] drm/panic: Add a QR code panic screen

[PATCH RFC] rust: experiment with `#[derive(SmartPointer)]`
 2024-08-23 10:54 UTC 

[PATCH v5 00/10] Add Rust linked list for reference counted values
 2024-08-23  4:47 UTC  (2+ messages)

[PATCH] rust: support arrays in target JSON
 2024-08-23  4:46 UTC  (2+ messages)

[PATCH] rust: kernel: add support for bits/genmask macros
 2024-08-22 20:27 UTC  (2+ messages)

[RFC PATCH] docs: rust: quick-start: add Ubuntu
 2024-08-22 17:46 UTC  (2+ messages)

[PATCH v8 0/5] Tracepoints and static branch in Rust
 2024-08-22 17:19 UTC  (10+ messages)
` [PATCH v8 1/5] rust: add generic static_key_false
  ` [PATCH v8 1/5 alt] "
` [PATCH v8 2/5] rust: add tracepoint support
` [PATCH v8 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v8 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v8 5/5] rust: add arch_static_branch

[PATCH v4 1/2] rust: kernel: add `drop_contents` to `BoxExt`
 2024-08-21 22:16 UTC  (2+ messages)

[PATCH] rust: enable bindgen's `--enable-function-attribute-detection` flag
 2024-08-21 22:13 UTC  (2+ messages)

[PATCH v2] rust: sort blk includes in bindings_helper.h
 2024-08-21 22:12 UTC  (2+ messages)

[PATCH v11 0/5] Red-black tree abstraction needed by Rust Binder
 2024-08-21 21:31 UTC  (7+ messages)
` [PATCH v11 1/5] rust: rbtree: add red-black tree implementation backed by the C version
` [PATCH v11 2/5] rust: rbtree: add iterator
` [PATCH v11 3/5] rust: rbtree: add mutable iterator
` [PATCH v11 4/5] rust: rbtree: add cursor
` [PATCH v11 5/5] rust: rbtree: add `RBTree::entry`

[PATCH v7 0/5] Tracepoints and static branch in Rust
 2024-08-21 18:16 UTC  (5+ messages)
` [PATCH v7 5/5] rust: add arch_static_branch

[PATCH v2 0/6] Rust: support `CPU_MITIGATIONS` and enable `objtool`
 2024-08-21 15:28 UTC  (5+ messages)
` [PATCH v2 5/6] objtool: list `noreturn` Rust functions

[PATCH 0/2] rust: fix erranous use of lock class key in rust block device bindings
 2024-08-21 11:54 UTC  (4+ messages)

[PATCH] rust: fix typos in documentation
 2024-08-21 11:02 UTC  (2+ messages)

[PATCH v2] rust: Remove erronous blockquote in coding guidelines
 2024-08-21 10:52 UTC  (2+ messages)

[PATCH 1/2] rust: fix export of bss symbols
 2024-08-21 10:50 UTC  (2+ messages)

[PATCH v3 0/4] Rust KASAN Support
 2024-08-20 20:49 UTC  (14+ messages)
` [PATCH v3 1/4] kbuild: rust: Define probing macros for rustc
` [PATCH v3 2/4] kbuild: rust: Enable KASAN support
` [PATCH v3 3/4] rust: kasan: Rust does not support KHWASAN
` [PATCH v3 4/4] kasan: rust: Add KASAN smoke test via UAF

[PATCH v4 0/4] Rust KASAN Support
 2024-08-20 19:57 UTC  (8+ messages)
` [PATCH v4 1/4] kbuild: rust: Define probing macros for rustc
` [PATCH v4 2/4] rust: kasan: Rust does not support KHWASAN
` [PATCH v4 3/4] kbuild: rust: Enable KASAN support
` [PATCH v4 4/4] kasan: rust: Add KASAN smoke test via UAF


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).