rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-12 16:06:59 to 2024-09-16 21:31:04 UTC [more...]

[PATCH v6 0/3] rust: Add irq abstraction, SpinLockIrq
 2024-09-16 21:28 UTC  (3+ messages)
` [PATCH v6 1/3] rust: Introduce irq module
` [PATCH v6 2/3] rust: sync: Introduce lock::Backend::Context

[RFC PATCH 00/24] erofs: introduce Rust implementation
 2024-09-16 20:01 UTC  (29+ messages)
` [RFC PATCH 01/24] erofs: lift up erofs_fill_inode to global
` [RFC PATCH 02/24] erofs: add superblock data structure in Rust
` [RFC PATCH 03/24] erofs: add Errno "
` [RFC PATCH 04/24] erofs: add xattrs data structure "
` [RFC PATCH 05/24] erofs: add inode "
` [RFC PATCH 06/24] erofs: add alloc_helper "
` [RFC PATCH 07/24] erofs: add data abstraction "
` [RFC PATCH 08/24] erofs: add device data structure "
` [RFC PATCH 09/24] erofs: add continuous iterators "
` [RFC PATCH 10/24] erofs: add device_infos implementation "
` [RFC PATCH 11/24] erofs: add map data structure "
` [RFC PATCH 12/24] erofs: add directory entry "
` [RFC PATCH 13/24] erofs: add runtime filesystem and inode "
` [RFC PATCH 14/24] erofs: add block mapping capability "
` [RFC PATCH 15/24] erofs: add iter methods in filesystem "
` [RFC PATCH 16/24] erofs: implement dir and inode operations "
` [RFC PATCH 17/24] erofs: introduce Rust SBI to C
` [RFC PATCH 18/24] erofs: introduce iget alternative "
` [RFC PATCH 19/24] erofs: introduce namei "
` [RFC PATCH 20/24] erofs: introduce readdir "
` [RFC PATCH 21/24] erofs: introduce erofs_map_blocks "
` [RFC PATCH 22/24] erofs: add skippable iters in Rust
` [RFC PATCH 23/24] erofs: implement xattrs operations "
` [RFC PATCH 24/24] erofs: introduce xattrs replacement to C

[PATCH] rust: mutex: fix __mutex_init() usage in case of PREEMPT_RT
 2024-09-16 19:28 UTC  (3+ messages)

rustgcc-kselftest: error: unknown unstable option: `patchable-function-entry`
 2024-09-16 19:23 UTC  (2+ messages)

[PATCH 0/5] use custom FFI integer types
 2024-09-16 17:26 UTC  (12+ messages)
` [PATCH 1/5] rust: fix size_t in bindgen prototypes of C builtins
` [PATCH 2/5] rust: map `__kernel_size_t` and friends also to usize/isize
` [PATCH 3/5] rust: use custom FFI integer types
` [PATCH 4/5] rust: map `long` to `isize` and `char` to `u8`
` [PATCH 5/5] rust: cleanup unnecessary casts

[PATCH v4 0/4] Rust KASAN Support
 2024-09-16 16:46 UTC  (3+ messages)

[PATCH v2 2/2] rust: cfi: add support for CFI_CLANG with Rust
 2024-09-16 16:14 UTC  (4+ messages)
` [PATCH v2b] "

[PATCH 1/2] rust: harden index manipulation using ownership
 2024-09-16 16:06 UTC  (3+ messages)
` [RFC PATCH 2/2] rust_binder: use `Range` API when translating transactions

[PATCH 0/3] Untrusted data abstraction
 2024-09-16 15:49 UTC  (12+ messages)
` [PATCH 1/3] rust: add untrusted "
` [RFC PATCH 2/3] WIP: rust: fs: mark data returned by inodes untrusted
` [RFC PATCH 3/3] WIP: rust: tarfs: use untrusted data API

[PATCH v10 0/8] File abstractions needed by Rust Binder
 2024-09-16 15:40 UTC  (24+ messages)
` [PATCH v10 1/8] rust: types: add `NotThreadSafe`
` [PATCH v10 2/8] rust: task: add `Task::current_raw`
` [PATCH v10 3/8] rust: file: add Rust abstraction for `struct file`
` [PATCH v10 4/8] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v10 5/8] rust: security: add abstraction for secctx
` [PATCH v10 6/8] rust: file: add `FileDescriptorReservation`
` [PATCH v10 7/8] rust: file: add `Kuid` wrapper
` [PATCH v10 8/8] rust: file: add abstraction for `poll_table`

[PATCH] rust: sync: fix incorrect Sync bounds for LockedBy
 2024-09-16 15:28 UTC  (7+ messages)

[PATCH] rust: shrinker: add shrinker abstraction
 2024-09-16 15:16 UTC  (9+ messages)

[PATCH v3] rust: add global lock support
 2024-09-16 15:09 UTC  (5+ messages)

[RFC PATCH 00/24] erofs: introduce Rust implementation
 2024-09-16 14:04 UTC  (12+ messages)
` [RFC PATCH 01/24] erofs: lift up erofs_fill_inode to global
` [RFC PATCH 02/24] erofs: add superblock data structure in Rust
` [RFC PATCH 03/24] erofs: add Errno "
` [RFC PATCH 04/24] erofs: add xattrs data structure "
` [RFC PATCH 05/24] erofs: add inode "
` [RFC PATCH 06/24] erofs: add alloc_helper "
` [RFC PATCH 07/24] erofs: add data abstraction "
` [RFC PATCH 08/24] erofs: add device data structure "
` [RFC PATCH 09/24] erofs: add continuous iterators "
` [RFC PATCH 10/24] erofs: add device_infos implementation "

[syzbot] upstream boot error: BUG: unable to handle kernel NULL pointer dereference in __dabt_svc
 2024-09-16 13:40 UTC  (9+ messages)

[PATCH v3 1/2] rust: kernel: clean up empty `///` lines
 2024-09-16  9:53 UTC  (2+ messages)
` [PATCH v3 2/2] checkpatch: warn on empty rust doc comments

[PATCH] kernel-docs: Add new section for Rust learning materials
 2024-09-16  8:39 UTC  (4+ messages)

[PATCH v2] kernel-docs: Add new section for Rust learning materials
 2024-09-16  5:33 UTC  (2+ messages)

[PATCH] rust: fix `ARCH_SLAB_MINALIGN` multiple definition error
 2024-09-16  0:33 UTC 

[PATCH v7 00/26] Generic `Allocator` support for Rust
 2024-09-15 21:39 UTC  (8+ messages)
` [PATCH v7 01/26] rust: alloc: add `Allocator` trait

[PATCH v7] rust: support for shadow call stack sanitizer
 2024-09-15 19:15 UTC  (11+ messages)

[PATCH v2 0/2] Rust KCFI support
 2024-09-15 19:09 UTC  (4+ messages)

[PATCH] rust: add trylock method support for lock backend
 2024-09-15 17:32 UTC  (5+ messages)

[PATCH v2] rust: sync: require `T: Sync` for `LockedBy::access`
 2024-09-15 15:36 UTC  (2+ messages)

[PATCH v2] rust: add trylock method support for lock backend
 2024-09-15 15:23 UTC 

[PATCH v2] rust: enable arbitrary_self_types and remove `Receiver`
 2024-09-15 13:26 UTC 

[PATCH 00/19] rust: lint improvements
 2024-09-14 23:19 UTC  (5+ messages)
` [PATCH 12/19] rust: replace `clippy::dbg_macro` with `disallowed_macros`

[PATCH v3 2/2] checkpatch: warn on known non-plural rust doc headers
 2024-09-14 18:16 UTC  (6+ messages)
` [PATCH v4 "

[PATCH v3 1/2] docs: rust: make section names plural
 2024-09-14 18:16 UTC  (2+ messages)
` [PATCH v4 "

[PATCH v2 1/2] rust: kernel: clean up empty `///` lines
 2024-09-14 16:57 UTC  (7+ messages)
` [PATCH v2 2/2] checkpatch: warn on empty rust doc comments
  ` [PATCH v3 "
` [PATCH v3 1/2] rust: kernel: clean up empty `///` lines

[PATCH v5 0/3] rust: Add irq abstraction, SpinLockIrq
 2024-09-14 16:18 UTC  (13+ messages)
` [PATCH v5 1/3] rust: Introduce irq module
` [PATCH v5 2/3] rust: sync: Introduce lock::Backend::Context
` [PATCH v5 3/3] rust: sync: Add SpinLockIrq

[PATCH 0/8] Add generic overlay for MikroBUS addon boards
 2024-09-14 10:11 UTC  (7+ messages)
` [PATCH 1/8] rust: kernel: Add Platform device and driver abstractions

[PATCH] kbuild: remove unnecessary export of RUST_LIB_SRC
 2024-09-14  7:14 UTC  (2+ messages)

[PATCH v3] rust: error: make conversion functions public
 2024-09-13 13:29 UTC  (3+ messages)

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

[PATCH v4 0/3] rust: Add irq abstraction, SpinLockIrq
 2024-09-12 18:31 UTC  (4+ messages)
` [PATCH v4 1/3] rust: Introduce irq module


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