Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-07-15 18:02:59 to 2026-07-16 22:18:24 UTC [more...]

[PATCH 1/2] rust: io: document const-offset requirement for infallible accessors
 2026-07-16 22:18 UTC  (5+ messages)
` [PATCH 2/2] rust: drm: fix non-const `read8` in unit test

[PATCH] rust: io: convert ResourceSize into a transparent newtype
 2026-07-16 21:45 UTC  (2+ messages)

[PATCH] samples: rust: debugfs: fix excessive stack use
 2026-07-16 21:09 UTC  (3+ messages)

[PATCH v2 00/11] rust: driver: use pointers instead of indices for ID info
 2026-07-16 19:18 UTC  (2+ messages)

[PATCH] rust: firmware: avoid UB in example by passing parameter
 2026-07-16 19:17 UTC  (2+ messages)

[PATCH] rust: device: avoid trailing ; in printing macros
 2026-07-16 18:45 UTC  (8+ messages)

[PATCH v3 0/4] nvmem: fix a const-unsoundness in reg_write
 2026-07-16 18:09 UTC  (8+ messages)
` [PATCH v3 1/4] nvmem: core: deprecate reg_write callback and add reg_write_const
` [PATCH v3 2/4] nvmem: make all reg_write callbacks take const void *
` [PATCH v3 3/4] nvmem: apple-spmi: improve calling safety with wrapper functions
` [PATCH v3 4/4] firmware: meson: pass a const buffer to meson_sm_call_write()

[PATCH v23 0/3] rust: leds: add led classdev abstractions
 2026-07-16 17:51 UTC  (4+ messages)
` [PATCH v23 1/3] rust: leds: add basic "
` [PATCH v23 2/3] rust: leds: add Mode trait
` [PATCH v23 3/3] rust: leds: add multicolor classdev abstractions

[PATCH v2 0/2] nvmem: fix a const-unsoundness in reg_write
 2026-07-16 17:50 UTC  (8+ messages)
` [PATCH v2 1/2] nvmem: core: deprecate reg_write callback and add reg_write_const
` [PATCH v2 2/2] nvmem: make all reg_write callbacks take const void *

[PATCH 0/6] configfs: Allow the registration of const struct configfs_attribute
 2026-07-16 17:09 UTC  (7+ messages)
` [PATCH 1/6] rust: configfs: remove mutability from some field initializers
` [PATCH 2/6] configfs: Constify is_visible/is_visible_bin in configfs_group_operations
` [PATCH 3/6] configfs: Treat attribute structures as const internally
` [PATCH 4/6] configfs: Constify configfs_bin_attribute
` [PATCH 5/6] configfs: Allow the registration of const struct configfs_attribute
` [PATCH 6/6] samples: configfs: constify the configfs_attribute structures

[PATCH] rust: revocable: use LKMM atomics instead of Rust atomics
 2026-07-16 14:55 UTC 

[PATCH v6 00/13] gpu: nova-core: consolidate and streamline GSP boot process
 2026-07-16 14:41 UTC  (2+ messages)

[PATCH v5 0/5] rust / dma_buf: Add abstractions for dma_fence
 2026-07-16 14:01 UTC  (11+ messages)
` [PATCH v5 2/5] rust: error: Add ECANCELED error code
` [PATCH v5 3/5] rust: sync: Add abstraction for rcu_barrier()
` [PATCH v5 4/5] rust: Add dma_fence abstractions

[PATCH v2] lib: test bitmap vs IDA vs Maple Tree performance for region allocations
 2026-07-16 14:02 UTC  (4+ messages)

[PATCH 0/3] rust_binder: Update bitmaps to use kernel::impl_flags!
 2026-07-16 13:02 UTC  (4+ messages)
` [PATCH 1/3] rust_binder: Update defer_work "
` [PATCH 2/3] rust_binder: Update looper_flags "
` [PATCH 3/3] rust_binder: Update transaction flags "

[PATCH v2 0/5] Rate limited printing for Rust
 2026-07-16 12:34 UTC  (6+ messages)
` [PATCH v2 1/5] rust: sync: move lockdep types to rust/kernel/sync/lockdep.rs
` [PATCH v2 2/5] rust: sync: add const constructor for raw_spinlock_t
` [PATCH v2 3/5] rust: add pr_*_ratelimit! macros for printing
` [PATCH v2 4/5] rust_binder: consolidate transaction failure prints
` [PATCH v2 5/5] rust_binder: use pr_*_ratelimited! for printing

[PATCH] rust_binder: add TF_DEFER_COMPLETE flag for avoiding userspace roundtrip
 2026-07-16 12:27 UTC  (2+ messages)

[PATCH v2 1/4] rust: time: add jiffies conversion helpers to Delta
 2026-07-16 11:11 UTC  (8+ messages)

[PATCH v4 0/7] rust_binder : Implement dynamic debug logging mask
 2026-07-16  8:37 UTC  (8+ messages)
` [PATCH v4 1/7] rust_binder: Add "
` [PATCH v4 2/7] rust_binder: Implement BINDER_DEBUG_USER_ERROR for freezer-related operation
` [PATCH v4 3/7] rust_binder: Implement BINDER_DEBUG_USER_ERROR for refcounting and death notifications
` [PATCH v4 4/7] rust_binder: Implement BINDER_DEBUG_USER_ERROR for transaction parsing failures
` [PATCH v4 5/7] rust_binder: Implement BINDER_DEBUG_FAILED_TRANSACTION
` [PATCH v4 6/7] rust_binder: Implement BINDER_DEBUG_DEATH_NOTIFICATION
` [PATCH v4 7/7] rust_binder: Implement BINDER_DEBUG_DEAD_TRANSACTION

[PATCH v3 0/7] rust_binder : Implement dynamic debug logging mask
 2026-07-16  6:45 UTC  (4+ messages)

[PATCH v3] rust: hrtimer: Restrict expires() to safe contexts
 2026-07-16  3:46 UTC  (7+ messages)

[PATCH v6 0/7] drm/tyr: firmware loading and MCU boot support
 2026-07-15 23:17 UTC  (5+ messages)
` [PATCH v6 1/7] drm/tyr: add resources to RegistrationData
` [PATCH v6 2/7] drm/tyr: add a generic slot manager

[PATCH v14 0/3] rust: add basic serial device bus abstractions
 2026-07-15 21:00 UTC  (4+ messages)
` [PATCH v14 1/3] "
` [PATCH v14 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v14 3/3] MAINTAINERS: serdev: Add self for serdev

[PATCH 0/8] nvmem: make reg_write() take a const void *
 2026-07-15 20:09 UTC  (9+ messages)
` [PATCH 1/8] nvmem: core: "
` [PATCH 3/8] rtc: make all reg_write callbacks take "
` [PATCH 4/8] misc: "

[RFC PATCH 0/4] rust: usb: add usb request block abstractions and a user
 2026-07-15 19:57 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox