rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-16 00:12:41 to 2024-08-20 14:20:24 UTC [more...]

[PATCH v3 0/4] Rust KASAN Support
 2024-08-20 14:20 UTC  (7+ 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

Weird failure with bpftool when building 6.11-rc4 with clang+rust+lto
 2024-08-20 12:02 UTC 

[PATCH v3 0/3] rust: Add irq abstraction, SpinLockIrq
 2024-08-20 10:26 UTC  (3+ messages)
` [PATCH v3 2/3] rust: sync: Introduce lock::Backend::Context

[PATCH v6 00/26] Generic `Allocator` support for Rust
 2024-08-20  9:47 UTC  (26+ messages)
` [PATCH v6 03/26] rust: alloc: rename `KernelAllocator` to `Kmalloc`
` [PATCH v6 04/26] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v6 05/26] rust: alloc: add module `allocator_test`
` [PATCH v6 06/26] rust: alloc: implement `Vmalloc` allocator
` [PATCH v6 07/26] rust: alloc: implement `KVmalloc` allocator
` [PATCH v6 08/26] rust: alloc: add __GFP_NOWARN to `Flags`
` [PATCH v6 09/26] rust: alloc: implement kernel `Box`
` [PATCH v6 10/26] rust: treewide: switch to our kernel `Box` type
` [PATCH v6 11/26] rust: alloc: remove `BoxExt` extension
` [PATCH v6 12/26] rust: alloc: add `Box` to prelude
` [PATCH v6 13/26] rust: alloc: implement kernel `Vec` type
` [PATCH v6 14/26] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH v6 15/26] rust: alloc: implement `collect` for `IntoIter`
` [PATCH v6 16/26] rust: treewide: switch to the kernel `Vec` type
` [PATCH v6 17/26] rust: alloc: remove `VecExt` extension
` [PATCH v6 18/26] rust: alloc: add `Vec` to prelude
` [PATCH v6 19/26] rust: error: use `core::alloc::LayoutError`
` [PATCH v6 20/26] rust: error: check for config `test` in `Error::name`
` [PATCH v6 21/26] rust: alloc: implement `contains` for `Flags`
` [PATCH v6 22/26] rust: alloc: implement `Cmalloc` in module allocator_test
` [PATCH v6 23/26] rust: str: test: replace `alloc::format`
` [PATCH v6 24/26] rust: alloc: update module comment of alloc.rs
` [PATCH v6 25/26] kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
` [PATCH v6 26/26] MAINTAINERS: add entry for the Rust `alloc` module

[PATCH] rust: fix typos in documentation
 2024-08-20  8:15 UTC  (3+ messages)

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

[PATCH] rust: link docs.kernel.org in documentation
 2024-08-20  7:26 UTC 

[PATCH v3 00/16] Extended MODVERSIONS Support
 2024-08-20  2:46 UTC  (5+ messages)
` [PATCH v3 14/16] modules: Support extended MODVERSIONS info

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

[PATCH v2 00/19] Implement DWARF modversions
 2024-08-19 22:16 UTC  (13+ messages)
` [PATCH v2 01/19] tools: Add gendwarfksyms
` [PATCH v2 16/19] gendwarfksyms: Add support for reserved structure fields

[PATCH] rust: add `module_params` macro
 2024-08-19 21:59 UTC  (7+ messages)

[PATCH v4 1/2] rust: kernel: add `drop_contents` to `BoxExt`
 2024-08-19 17:24 UTC  (6+ messages)
` [PATCH v4 2/2] rust: init: add `write_[pin_]init` functions

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

[PATCH v2] rust: add `module_params` macro
 2024-08-19 13:34 UTC 

[PATCH v2] kbuild: rust: auto generate rust helper exports
 2024-08-19 13:03 UTC  (8+ messages)

[PATCH v2 2/2] rust: cfi: add support for CFI_CLANG with Rust
 2024-08-19  7:55 UTC  (2+ messages)
` [PATCH v2b] "

[PATCH 0/6] kbuild: rust: add `RUSTC_VERSION` and reconfig/rebuild support
 2024-08-19  7:28 UTC  (11+ messages)
` [PATCH 1/6] kbuild: rust: add `CONFIG_RUSTC_VERSION`
` [PATCH 3/6] kbuild: rust: re-run Kconfig if the version text changes
` [PATCH 4/6] kbuild: rust: rebuild "

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

[RFC PATCH] rust: enable rustdoc's `--generate-link-to-definition`
 2024-08-18 21:55 UTC  (3+ messages)

[PATCH v3 0/6] Rust: support `CPU_MITIGATIONS` and enable `objtool`
 2024-08-18 21:34 UTC  (2+ messages)

[PATCH v3] kbuild: rust: split up helpers.c
 2024-08-18 21:33 UTC  (4+ messages)

[PATCH v2] init/Kconfig: Only block on RANDSTRUCT for RUST
 2024-08-18 21:32 UTC  (4+ messages)

[PATCH] rust: error: allow `useless_conversion` for 32-bit builds
 2024-08-18 21:32 UTC  (2+ messages)

[PATCH] rust: types: improve `ForeignOwnable` documentation
 2024-08-18 21:32 UTC  (2+ messages)

[PATCH] rust: implement ForeignOwnable for Pin<Box<T>>
 2024-08-18 21:31 UTC  (2+ messages)

[PATCH v3] rust: Implement the smart pointer `InPlaceInit` for `Arc`
 2024-08-18 21:31 UTC  (2+ messages)

[PATCH 1/2] docs: rust: link to https://rust.docs.kernel.org
 2024-08-18 16:22 UTC  (3+ messages)
` [PATCH 2/2] docs: rust: improve main page introducing a "Code documentation" section

https://rust.docs.kernel.org is now available
 2024-08-18 14:08 UTC 

[RFC PATCH] rust: use the hidden variant of `rust-project.json`
 2024-08-17  7:09 UTC 

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

[PATCH v2 0/2] Rust KCFI support
 2024-08-17  0:13 UTC  (2+ messages)

[PATCH v9 0/6] Red-black tree abstraction needed by Rust Binder
 2024-08-16 21:11 UTC  (8+ messages)
` [PATCH v9 1/6] rust: kernel: add `drop_contents` to `BoxExt`
` [PATCH v9 2/6] rust: rbtree: add red-black tree implementation backed by the C version
` [PATCH v9 3/6] rust: rbtree: add iterator
` [PATCH v9 4/6] rust: rbtree: add mutable iterator
` [PATCH v9 5/6] rust: rbtree: add cursor
` [PATCH v9 6/6] rust: rbtree: add `RBTree::entry`

[PATCH v2] rust: Remove erronous blockquote in coding guidelines
 2024-08-16 20:01 UTC 

[GIT PULL] Rust fixes for 6.11
 2024-08-16 18:28 UTC  (2+ messages)

[RFC PATCH] docs: rust: quick-start: add Ubuntu
 2024-08-16 18:15 UTC 

[PATCH] docs: rust: quick-start: add Debian Testing
 2024-08-16 18:15 UTC 

[PATCH 0/2] rust: fix erranous use of lock class key in rust block device bindings
 2024-08-16 15:59 UTC  (12+ messages)
` [PATCH 2/2] rust: block: fix wrong usage of lockdep API

[PATCH v3 1/3] rust: Introduce irq module
 2024-08-16 15:28 UTC  (11+ messages)

[PATCH] rust: Remove erronous blockquote in coding guidelines
 2024-08-16 12:46 UTC  (3+ messages)

[PATCH v7 0/5] Tracepoints and static branch in Rust
 2024-08-16 11:07 UTC  (6+ messages)
` [PATCH v7 1/5] rust: add generic static_key_false
` [PATCH v7 2/5] rust: add tracepoint support
` [PATCH v7 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v7 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v7 5/5] rust: add arch_static_branch

[RFC PATCH 0/6] rust: cpufreq: Add cppc_cpufreq driver implementation
 2024-08-16  7:06 UTC  (5+ messages)
` [RFC PATCH 6/6] rust: cpufreq: Add rust implementation of cppc_cpufreq driver


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