Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-09-01 16:50:56 to 2026-09-05 13:30:21 UTC [more...]

[PATCH v2 0/2] rust: serdev: Mitigate race conditions
 2026-09-05 13:30 UTC  (3+ messages)
` [PATCH v2 1/2] rust: serdev: Fix race condition on driver unbind
` [PATCH v2 2/2] rust: serdev: Fix race condition on driver probe

[PATCH 1/3] drm/gem: Add callback for when handle count goes to 0
 2026-09-05  9:31 UTC  (2+ messages)

[PATCH v11 0/2] rust / dma_buf: Add abstractions for dma_fence
 2026-09-05  8:53 UTC  (3+ messages)
` [PATCH v11 1/2] rust: Add dma_fence abstractions
` [PATCH v11 2/2] MAINTAINERS: Add entry for Rust dma-buf

[PATCH] rust: num: seal Integer
 2026-09-05  2:17 UTC 

[PATCH] rust: serdev: Fix race condition on driver probe fail
 2026-09-05  0:22 UTC  (2+ messages)

[PATCH v4 0/5] add kconfirm
 2026-09-04 22:05 UTC  (4+ messages)

[PATCH 0/9] drm/tyr: add VM and BO ioctl support
 2026-09-04 20:35 UTC  (20+ messages)
` [PATCH 1/9] rust: sizes: add SZ_4G constant
` [PATCH 2/9] rust: mm: add `task_size` helper
` [PATCH 3/9] rust: sync: arc: relax `ForeignOwnable` for `Arc<T>`
` [PATCH 4/9] drm/tyr: add per-file VM pool
` [PATCH 5/9] drm/tyr: add user and MCU VM specifications
` [PATCH 6/9] drm/tyr: add BO creation and lookup helpers
` [PATCH 7/9] drm/tyr: refactor new_dummy_object to use new_object
` [PATCH 8/9] drm/tyr: add VM-related ioctls
` [PATCH 9/9] drm/tyr: add BO-related ioctls

[PATCH v10 0/2] rust / dma_buf: Add abstractions for dma_fence
 2026-09-04 19:10 UTC  (5+ messages)
` [PATCH v10 1/2] rust: Add dma_fence abstractions

[PATCH 0/4 v2] Docs: changes.rst: rework
 2026-09-04 17:02 UTC  (4+ messages)
` [PATCH] v2 Docs: changes.rst: introduce optional column

[PATCH] rust: rewrite fmt! macro to use syn
 2026-09-04 15:32 UTC 

[PATCH v10 0/2] module: Extend module_blacklist parameter to built-in modules
 2026-09-04 14:59 UTC  (6+ messages)
` [PATCH v10 1/2] "
` [PATCH v10 2/2] module: Rename module_blacklist to module_denylist

[PATCH 0/4] rust: pin-init: support tuple structs
 2026-09-04 14:12 UTC  (5+ messages)
` [PATCH 1/4] rust: pin-init: internal: extract utility code to new module
` [PATCH 2/4] rust: pin-init: internal: pin_data: support tuple struct projections
` [PATCH 3/4] rust: pin-init: internal: init: support tuple structs in `[pin_]init!`
` [PATCH 4/4] rust: pin-init: internal: init: support tuple struct constructor syntax

[PATCH v24 0/4] rust: leds: add led classdev abstractions
 2026-09-04 14:04 UTC  (9+ messages)
` [PATCH v24 1/4] rust: leds: add basic "
` [PATCH v24 2/4] rust: leds: add Mode trait
` [PATCH v24 3/4] rust: leds: add multicolor classdev abstractions

[PATCH v2] i2c: rust: avoid locking when performing I2cAdapter::inc_ref
 2026-09-04 13:44 UTC 

[PATCH RFC 0/8] arm64: ftrace: support CALL_OPS on kernels built with kCFI
 2026-09-04 12:47 UTC  (12+ messages)
` [PATCH RFC 1/8] ftrace: Let ftrace_call_adjust() reject a patch site
` [PATCH RFC 2/8] scripts/sorttable: Make the arm64 before_func offset configurable
` [PATCH RFC 3/8] compiler_types: Let notrace keep the function prefix NOPs
` [PATCH RFC 4/8] arm64: ftrace: Make the CALL_OPS prefix layout configurable
` [PATCH RFC 5/8] arm64: cfi: Use CONFIG_ARM64_FUNCTION_PREFIX_NOPS for the type hash offset
` [PATCH RFC 6/8] arm64: ftrace: Support CALL_OPS on kernels built with kCFI
` [PATCH RFC 7/8] arm64: ftrace: Use five prefix NOPs on ThinLTO kernels with BTI
` [PATCH RFC 8/8] arm64: ftrace: Allow CALL_OPS on kCFI kernels built with Rust

[PATCH v5 00/11] gpu: nova: Export parameters from nova-core to nova-drm
 2026-09-04 12:08 UTC  (26+ messages)
` [PATCH v5 01/11] gpu: nova-core: Add public driver API to nova-core
` [PATCH v5 05/11] drm: nova: Add an info ioctl

[PATCH] rust: kbuild: add `no_io_statics` to `core-cfgs`
 2026-09-04 10:59 UTC  (2+ messages)

[PATCH v3] rust_binder: speed up get_node_debug_info using lower_bound iter
 2026-09-04  8:12 UTC  (3+ messages)

[PATCH] rust: kbuild: add intrinsics to fix Rust 1.100.0 builds
 2026-09-04  7:53 UTC  (2+ messages)

[PATCH] loongarch: Do not select HAVE_RUST when KASAN is enabled
 2026-09-04  7:33 UTC  (4+ messages)

[PATCH v2 0/7] Add Greybus Sotfsvc and UART Node drivers
 2026-09-04  5:18 UTC  (4+ messages)
` [PATCH v2 7/7] greybus: Add Rust UART node driver

[PATCH v3 00/21] lib: Rust implementation of SPDM
 2026-09-04  5:01 UTC  (3+ messages)
` [PATCH v3 16/21] lib: rspdm: Support SPDM negotiate_algorithms

[PATCH] drm/panic: clean new `clippy::needless_range_loop` lint for Rust 1.100.0
 2026-09-03 22:55 UTC  (4+ messages)

[PATCH] rust: serdev: Synchronize receive callback before calling unbind
 2026-09-03 22:34 UTC  (2+ messages)

[PATCH v4 00/16] rust: io: support register projections and remove relative registers
 2026-09-03 19:27 UTC  (22+ messages)
` [PATCH v4 01/16] rust: io: register: reimplement as proc macro
` [PATCH v4 02/16] rust: mem: add `transmute` with deferred size check
` [PATCH v4 03/16] rust: mem: add `AsRepr` and `AsReprMut`
` [PATCH v4 06/16] rust: io: register: allow explicit base type specification
` [PATCH v4 10/16] rust: io: register: make register have a typed base
` [PATCH v4 12/16] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [PATCH v4 13/16] gpu: nova-core: convert hshub0 from relative register to projection
` [PATCH v4 14/16] rust: io: register: remove relative registers
` [PATCH v4 15/16] rust: io: register: remove `Register` trait and cleanup macro
` [PATCH v4 16/16] rust: io: register: unify handling of register with/without bitfields

[PATCH v2] rust: doctest: add source map script
 2026-09-03 19:21 UTC 

[PATCH v2 0/3] rust: const_eval: add a mechanism to do const trait calls
 2026-09-03 15:46 UTC  (6+ messages)
` [PATCH v2 1/3] rust: const_eval: add `#[const_eval_only]` attribute
` [PATCH v2 2/3] rust: const_eval: allow const trait method invocation in some contexts
` [PATCH v2 3/3] rust: str: convert `as_char_ptr` to work with `const_call!`

[PATCH 0/4] rust: dma: tie DMA allocations to the device's bound lifetime
 2026-09-03 15:42 UTC  (13+ messages)
` [PATCH 1/4] rust: debugfs: drop 'static bound from ScopedDir file creation methods
` [PATCH 2/4] rust: dma: tie CoherentHandle to the device's bound lifetime
` [PATCH 3/4] samples: rust_dma: separate driver type from driver data
` [PATCH 4/4] rust: dma: tie Coherent and CoherentBox to the device's bound lifetime

[PATCH v2] x86/build/64: Prevent native builds from generating APX instructions
 2026-09-03 14:10 UTC  (6+ messages)

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-09-03 13:28 UTC  (5+ messages)
` [PATCH v20 6/8] rust: Add missing SAFETY documentation for `ARef` example

[PATCH v2 0/3] rust: doctest: unify with other kunit tests
 2026-09-03 12:50 UTC  (5+ messages)
` [PATCH v2 1/3] rust: kunit: use `file!()` inside `kunit_assert!`
` [PATCH v2 2/3] rust: kunit: use `line!()` "
` [PATCH v2 3/3] rust: doctest: generate Rust kunit test suites

[PATCH 0/5] rust: sync: add WaitQueue infrastructure
 2026-09-03 12:28 UTC  (3+ messages)
` [PATCH 3/5] "

[PATCH] rust_binder: reschedule node refcount update on thread exit
 2026-09-03 11:36 UTC 

[PATCH v5 00/12] rust: xarray: add entry API with preloading
 2026-09-03 10:11 UTC  (15+ messages)
` [PATCH v5 01/12] rust: xarray: minor formatting fixes
` [PATCH v5 02/12] rust: xarray: add debug format for `StoreError`
` [PATCH v5 03/12] xarray: move xas_result() and xa_zero_to_null() to the header
` [PATCH v5 04/12] rust: xarray: add `XArrayState`
` [PATCH v5 05/12] rust: xarray: simplify `Guard::load`
` [PATCH v5 06/12] rust: xarray: add `find_next` and `find_next_mut`
` [PATCH v5 07/12] rust: xarray: add entry API
` [PATCH v5 08/12] rust: mm: add abstractions for allocating from a `sheaf`
` [PATCH v5 09/12] rust: mm: sheaf: allow use of C initialized static caches
` [PATCH v5 10/12] xarray, radix-tree: enable sheaf support for kmem_cache
` [PATCH v5 11/12] rust: xarray: add preload API
` [PATCH v5 12/12] rust: xarray: document `Guard` lock drop semantics

[PATCH] rust_binder: cancel deferred work items in thread exit
 2026-09-03  9:22 UTC 

[PATCH RFC v3 0/8] kcov: add per-task dataflow tracking for function arguments/return values
 2026-09-02 16:29 UTC  (9+ messages)
` [PATCH RFC v3 1/8] "
` [PATCH RFC v3 2/8] Documentation: add kcov-dataflow.rst
` [PATCH RFC v3 3/8] selftests/kcov_dataflow: add ioctl interface selftest
` [PATCH RFC v3 4/8] selftests/kcov_dataflow: add rust_ffi_contract selftest
` [PATCH RFC v3 5/8] selftests/kcov_dataflow: add binderfs selftest
` [PATCH RFC v3 6/8] selftests/kcov_dataflow: add eight_struct_args_{c,rust} selftest module
` [PATCH RFC v3 7/8] selftests/kcov_dataflow: add rust_kworker_remote "
` [PATCH RFC v3 8/8] selftests/kcov_dataflow: add trigger-view.py

[PATCH] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC]
 2026-09-02 16:01 UTC  (3+ messages)

[PATCH v2 0/6] workqueue: OwnedQueue, ScopedQueue and ScopedWork
 2026-09-02 14:52 UTC  (6+ messages)
` [PATCH v2 5/6] rust: workqueue: add ScopedQueue for lifetime bound items
` [PATCH v2 6/6] rust: workqueue: add ScopedWork for non-'static work items

[PATCH v4] rust: num: restrict bool conversion to unsigned Bounded
 2026-09-02 14:20 UTC  (5+ messages)

[PATCH v3 0/3] rust: introduce cv! macro for safe const conversions of integer-like types
 2026-09-02 13:21 UTC  (5+ messages)
` [PATCH v3 1/3] rust: num: add cv! macro to create values from constant expressions
` [PATCH v3 2/3] rust: prelude: add `num::cv`
` [PATCH v3 3/3] gpu: nova-core: use cv! for constant casts

[PATCH v3 0/2] rust: crypto: AES, CMAC, SHA-256, HMAC and RSA bindings
 2026-09-02 12:51 UTC  (5+ messages)
` [PATCH v3 1/2] rust: crypto: add AES-128, AES-CMAC, SHA-256, and HMAC bindings

[PATCH 0/9] rust: core abstractions for a USB display driver
 2026-09-02 12:49 UTC  (5+ messages)
  ` [PATCH 2/9] rust: hrtimer: add ArcHrTimerHandle::restart

[PATCH v3 00/14] drm/panic: Split into core and helpers
 2026-09-02 12:13 UTC  (15+ messages)
` [PATCH v3 01/14] drm/panic: Do not use un-escaped URL as format string
` [PATCH v3 02/14] drm/panic: Test address from kmap op for NULL
` [PATCH v3 03/14] drm/panic: Return -EINVAL if font is not available
` [PATCH v3 04/14] drm/panic: Return errno codes if panic output fails
` [PATCH v3 05/14] drm/panic: Pass colors to draw_panic_dispatch()
` [PATCH v3 06/14] drm/panic: Pass global module parameters to drm_panic_dispatch()
` [PATCH v3 07/14] drm/panic: Return from screen_user if display is too small
` [PATCH v3 08/14] drm/panic: Retry in dispatch function if panic output fails
` [PATCH v3 09/14] drm/panic: Split draw_panic_plane()
` [PATCH v3 10/14] drm/panic: Restrict to primary planes
` [PATCH v3 11/14] drm/panic: Display panic screen via per-plane callback
` [PATCH v3 12/14] drm/panic: Internalize panic locking in DRM core and helpers
` [PATCH v3 13/14] drm/panic: Move panic display code into helper library
` [PATCH v3 14/14] drm/panic: Compile KUnit tests as module

[PATCH v3 00/10] gpu: nova-core: add PRAMIN window support
 2026-09-02  8:46 UTC  (2+ messages)

[PATCH v2 0/3] rust: introduce cv! macro for safe const conversions of integer-like types
 2026-09-02  8:35 UTC  (7+ messages)
` [PATCH v2 1/3] rust: num: add cv! macro to create values from constant expressions
` [PATCH v2 3/3] gpu: nova-core: use cv! for constant casts

[RFC PATCH v5 0/3] iio: position: add Rust driver for ams AS5600
 2026-09-02  5:05 UTC  (6+ messages)
` [RFC PATCH v5 2/3] rust: add minimal IIO subsystem abstractions

[PATCH v4] hardening: Default randstruct off with rust for better allmodconfig support
 2026-09-01 23:07 UTC  (5+ messages)

[PATCH v4 4/7] rust_binder: forbid vma splitting
 2026-09-01 20:52 UTC  (2+ messages)
` [PATCH v4 7/7] rust_binder: reject mremap()


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