rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-22 03:53:31 to 2025-10-24 10:39:12 UTC [more...]

[PATCH v3 00/10] Binary Large Objects for Rust DebugFS
 2025-10-24 10:39 UTC  (27+ messages)
` [PATCH v3 01/10] rust: fs: add new type file::Offset
` [PATCH v3 02/10] rust: uaccess: add UserSliceReader::read_slice_partial()
` [PATCH v3 03/10] rust: uaccess: add UserSliceReader::read_slice_file()
` [PATCH v3 04/10] rust: uaccess: add UserSliceWriter::write_slice_partial()
` [PATCH v3 05/10] rust: uaccess: add UserSliceWriter::write_slice_file()
` [PATCH v3 06/10] rust: debugfs: support for binary large objects
` [PATCH v3 07/10] rust: debugfs: support blobs from smart pointers
` [PATCH v3 08/10] samples: rust: debugfs: add example for blobs
` [PATCH v3 09/10] rust: debugfs: support binary large objects for ScopedDir
` [PATCH v3 10/10] samples: rust: debugfs_scoped: add example for blobs

[PATCH v2 1/2] rust: add udelay() function
 2025-10-24  9:27 UTC  (9+ messages)

[PATCH v2 0/2] Add read_poll_count_atomic support
 2025-10-24  9:19 UTC  (9+ messages)
` [PATCH v2 2/2] rust: Add read_poll_count_atomic function

[PATCH v2 0/5] Use Rust Bitmap from Rust Binder driver
 2025-10-24  9:17 UTC  (9+ messages)
` [PATCH v2 2/5] rust: bitmap: add BitmapVec::new_small()
` [PATCH v2 3/5] rust: id_pool: do not supply starting capacity
` [PATCH v2 5/5] rust_binder: use bitmap for allocation of handles

[PATCH] uaccess: decouple INLINE_COPY_FROM_USER and CONFIG_RUST
 2025-10-24  9:12 UTC  (2+ messages)

[PATCH 0/3] Remove the usage of Rust native atomics in debugfs
 2025-10-24  5:49 UTC  (11+ messages)
` [PATCH 1/3] rust: sync: atomic: Make Atomic*Ops pub(crate)
` [PATCH 2/3] rust: sync: atomic: Implement Debug for Atomic<Debug>
` [PATCH 3/3] rust: debugfs: Replace the usage of Rust native atomics

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-23 23:20 UTC  (30+ messages)
` [PATCH v22 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v22 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v22 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v22 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v22 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v22 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v22 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v22 09/28] riscv/mm: write protect and shadow stack
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v22 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v22 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v22 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v22 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v22 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v22 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v22 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v22 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v22 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v22 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v22 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v22 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v22 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v22 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v22 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v22 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v22 28/28] kselftest/riscv: kselftest for user mode cfi

[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-10-23 21:50 UTC  (8+ messages)
` [PATCH v6 4/5] rust: Move register and bitfield macros out of Nova

[PATCH v5 0/8] Rust bindings for gem shmem + iosys_map
 2025-10-23 21:22 UTC  (9+ messages)
` [PATCH v5 1/8] rust/drm: Add gem::impl_aref_for_gem_obj!
` [PATCH v5 2/8] rust: helpers: Add bindings/wrappers for dma_resv_lock
` [PATCH v5 3/8] rust: drm: gem: Add raw_dma_resv() function
` [PATCH v5 4/8] rust: gem: Introduce DriverObject::Args
` [PATCH v5 5/8] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH v5 6/8] rust: drm: gem: Introduce shmem::SGTable
` [PATCH v5 7/8] rust: Introduce iosys_map bindings
` [PATCH v5 8/8] rust: drm/gem: Add vmap functions to shmem bindings

[PATCH v2 1/3] nova-core: Simplify `transmute` and `transmute_mut` in fwsec.rs
 2025-10-23 20:51 UTC  (3+ messages)
` [PATCH v2 2/3] nova-core: Simplify `DmaObject::from_data` in nova-core/dma.rs
` [PATCH v2 3/3] nova: Update the nova todo list

[PATCH 0/2] rust: pci: consistently use INTx and PCI BAR in comments
 2025-10-23 19:55 UTC  (2+ messages)

[PATCH v6 0/2] rust: leds: add led classdev abstractions
 2025-10-23 17:28 UTC  (3+ messages)
` [PATCH v6 1/2] rust: Add trait to convert a device reference to a bus device reference
` [PATCH v6 2/2] rust: leds: add basic led classdev abstractions

[PATCH v2] rust: opp: simplify callers of `to_c_str_array`
 2025-10-23 15:23 UTC  (2+ messages)

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-23 13:25 UTC  (15+ messages)
` [PATCH v22 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v22 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v22 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v22 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v22 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v22 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v22 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v22 09/28] riscv/mm: write protect and shadow stack
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v22 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v22 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v22 14/28] riscv: Implements arch agnostic indirect branch tracking prctls

[PATCH] rust: opp: simplify callers of `to_c_str_array`
 2025-10-23 13:24 UTC  (5+ messages)

[PATCH v1] rust: simplify read_poll_timeout's example code
 2025-10-23 10:58 UTC  (3+ messages)

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-23 10:24 UTC  (16+ messages)
` [PATCH v22 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v22 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v22 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v22 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v22 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v22 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v22 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v22 09/28] riscv/mm: write protect and shadow stack
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v22 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v22 13/28] prctl: arch-agnostic prctl for indirect branch tracking

[PATCH v2 4/5] rust: id_pool: do not immediately acquire new ids
 2025-10-23  0:36 UTC  (2+ messages)

[PATCH 0/7] Pre-requisite patches for mm and irq in nova-core
 2025-10-22 23:16 UTC  (24+ messages)
` [PATCH 2/7] gpu: nova-core: Add support to convert bitfield to underlying type
` [PATCH 3/7] docs: gpu: nova-core: Document GSP RPC message queue architecture
` [PATCH 5/7] gpu: nova-core: Add support for managing GSP falcon interrupts
` [PATCH 6/7] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH 7/7] nova-core: mm: Add data structures for page table management

[PATCH 0/3] gpu: nova-core: various bitfield fixes
 2025-10-22 16:19 UTC  (8+ messages)
` [PATCH 1/3] gpu: nova-core: bitfield: simplify condition
` [PATCH 2/3] gpu: nova-core: bitfield: simplify expression
` [PATCH 3/3] gpu: nova-core: bitfield: remove BitOr implementation

Inquiry about Contribution Opportunities for Rust for Linux
 2025-10-22 15:48 UTC  (3+ messages)

[PATCH 1/1] rust: fs: Add FileOffset instead "pub type Offset = bindings::loff_t;" and FileOffset test
 2025-10-22 14:33 UTC  (3+ messages)

[PATCH v2 0/2] Implement Send and Sync for clk
 2025-10-22 14:08 UTC  (10+ messages)
` [PATCH v2 1/2] rust: clk: implement Send and Sync
` [PATCH v2 2/2] tyr: remove impl Send/Sync for TyrData

[PATCH 1/2] nova-core: Solve mentions of `CoherentAllocation` improvements [COHA]
 2025-10-22 13:35 UTC  (4+ messages)

[PATCH v6 0/7] rust: add `ww_mutex` support
 2025-10-22 10:47 UTC  (5+ messages)
` [PATCH v6 3/7] rust: implement `WwMutex`, `WwAcquireCtx` and `WwMutexGuard`

[PATCH v2 0/8] Binary Large Objects for Rust DebugFS
 2025-10-22  9:34 UTC  (13+ messages)
` [PATCH v2 3/8] rust: uaccess: add UserSliceWriter::write_slice_partial()
` [PATCH v2 4/8] rust: debugfs: support for binary large objects
` [PATCH v2 5/8] rust: debugfs: support blobs from smart pointers

[PATCH] rust: debugfs: Implement Reader for Mutex<T> only when T is Unpin
 2025-10-22  9:10 UTC  (3+ messages)

[PATCH v16 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-10-22  8:34 UTC  (2+ messages)

[PATCH v4 0/9] Rust bindings for gem shmem + iosys_map
 2025-10-22  8:14 UTC  (5+ messages)
` [PATCH v4 2/9] rust/drm: Add gem::impl_aref_for_gem_obj!

[PATCH] objtool/rust: add one more `noreturn` Rust function
 2025-10-22  8:13 UTC  (4+ messages)

[PATCH] rust: acpi: replace `core::mem::zeroed` with `pin_init::zeroed`
 2025-10-22  6:02 UTC  (2+ messages)

[PATCH] rust: fix tests under Rust 1.89.0's `CStr` `Debug` impl
 2025-10-22  5:51 UTC  (2+ messages)

[PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-22  4:01 UTC  (4+ messages)
` [PATCH v18 11/16] rust: opp: fix broken rustdoc link

[RESEND PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-22  3:57 UTC  (4+ messages)
` [RESEND PATCH v18 11/16] rust: opp: fix broken rustdoc link


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