rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-02 12:24:02 to 2025-05-05 22:26:17 UTC [more...]

[PATCH AUTOSEL 6.14 302/642] rust/faux: Add missing parent argument to Registration::new()
 2025-05-05 22:08 UTC 

[PATCH v2 0/7] Documentation for nova-core
 2025-05-05 22:15 UTC  (15+ messages)
` [PATCH v2 1/7] nova-core: doc: Add code comments related to devinit
` [PATCH v2 2/7] nova-core: doc: Clarify sysmembar operations
` [PATCH v2 3/7] nova-core: docs: Document vbios layout
` [PATCH v2 4/7] nova-core: docs: Document fwsec operation and layout
` [PATCH v2 5/7] docs: nova-core: Document devinit process
` [PATCH v2 6/7] docs: nova-core: Document basics of the Falcon
` [PATCH v2 7/7] gpu: nova-core: Clarify falcon code

[PATCH 0/7] Rust KUnit `#[test]` support improvements
 2025-05-05 19:34 UTC  (32+ messages)
` [PATCH 1/7] rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s
` [PATCH 2/7] rust: kunit: support checked `-> Result`s in KUnit `#[test]`s
` [PATCH 3/7] rust: add `kunit_tests` to the prelude
` [PATCH 4/7] rust: str: convert `rusttest` tests into KUnit
` [PATCH 5/7] rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'s
` [PATCH 6/7] Documentation: rust: rename `#[test]`s to "`rusttest` host tests"
` [PATCH 7/7] Documentation: rust: testing: add docs on the new KUnit `#[test]` tests

[PATCH v3 0/2] strncpy_from_user for Rust
 2025-05-05 19:23 UTC  (7+ messages)
` [PATCH v3 1/2] uaccess: rust: add strncpy_from_user
` [PATCH v3 2/2] uaccess: rust: add UserSliceReader::strcpy_into_buf

[PATCH v4 0/9] More Rust bindings for device property reads
 2025-05-05 18:33 UTC  (16+ messages)
` [PATCH v4 1/9] rust: device: Create FwNode abstraction for accessing device properties
` [PATCH v4 2/9] rust: device: Enable accessing the FwNode of a Device
` [PATCH v4 3/9] rust: device: Move property_present() to FwNode
` [PATCH v4 4/9] rust: device: Enable printing fwnode name and path
` [PATCH v4 5/9] rust: device: Introduce PropertyGuard
` [PATCH v4 6/9] rust: device: Add bindings for reading device properties
` [PATCH v4 7/9] rust: device: Add child accessor and iterator
` [PATCH v4 8/9] rust: device: Add property_get_reference_args
` [PATCH v4 9/9] samples: rust: platform: Add property read examples

[PATCH WIP 0/2] rust: debugfs: Support attaching data to DebugFS directories
 2025-05-05 17:32 UTC  (5+ messages)
` [PATCH WIP 1/2] rust: debugfs: Add interface to build debugfs off pinned objects
` [PATCH WIP 2/2] rust: debugfs: Extend sample to use attached data

[PATCH v4 0/4] rust: DebugFS Bindings
 2025-05-05 16:48 UTC  (11+ messages)
` [PATCH v4 1/4] rust: debugfs: Bind DebugFS directory creation
` [PATCH v4 2/4] rust: debugfs: Bind file creation for long-lived Display
` [PATCH v4 3/4] rust: debugfs: Support format hooks
` [PATCH v4 4/4] rust: samples: Add debugfs sample

[PATCH 0/5] Rust beta (1.87) and nightly (1.88) lint cleanups
 2025-05-05 15:25 UTC  (11+ messages)
` [PATCH 1/5] objtool/rust: add one more `noreturn` Rust function for Rust 1.87.0
` [PATCH 2/5] rust: clean Rust 1.87.0's `clippy::ptr_eq` lints
` [PATCH 3/5] rust: clean Rust 1.88.0's `unnecessary_transmutes` lint
` [PATCH 4/5] rust: clean Rust 1.88.0's warning about `clippy::disallowed_macros` configuration
` [PATCH 5/5] rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint

[PATCH v2 00/21] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-05-05 15:25 UTC  (11+ messages)
` [PATCH v2 09/21] gpu: nova-core: move Firmware to firmware module
` [PATCH v2 17/21] rust: num: Add an upward alignment helper for usize

[PATCH v7 0/3] rust: configfs abstractions
 2025-05-05 12:16 UTC  (4+ messages)
` [PATCH v7 1/3] rust: configfs: introduce rust support for configfs
` [PATCH v7 2/3] rust: configfs: add a sample demonstrating configfs usage
` [PATCH v7 3/3] MAINTAINERS: add configfs Rust abstractions

[PATCH v1] rust: time: Avoid 64-bit integer division
 2025-05-05 11:51 UTC  (4+ messages)

[PATCH v9 0/9] Refcounted interrupts, SpinLockIrq for rust
 2025-05-05  9:56 UTC  (5+ messages)
` [PATCH v9 2/9] preempt: Introduce __preempt_count_{sub, add}_return()

[PATCH v11 0/3] rust: extend `module!` macro with integer parameter support
 2025-05-05  9:55 UTC  (4+ messages)
` [PATCH v11 2/3] rust: add parameter support to the `module!` macro

[PATCH v6 0/3] rust: configfs abstractions
 2025-05-05  7:50 UTC  (13+ messages)
` [PATCH v6 1/3] rust: configfs: introduce rust support for configfs

`u64` by `u64` div/mod in DRM QR for arm32
 2025-05-05  7:37 UTC  (4+ messages)

[PATCH v2] kcov: rust: add flags for KCOV with Rust
 2025-05-05  5:59 UTC  (4+ messages)

[PATCH 0/1] rust: kernel: create `overflow_assert!`
 2025-05-05  5:36 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v4 0/2] rust: samples: add missing newlines to printing calls
 2025-05-04 19:48 UTC  (4+ messages)
` [PATCH v4 1/2] rust: samples: add missing newline to pr_info! calls in rust_print_main
` [PATCH v4 2/2] "

[PATCH 0/1] rust: kernel: create `overflow_assert!`
 2025-05-04 19:41 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v2 0/3] Devres optimization with bound devices
 2025-05-04 16:14 UTC  (2+ messages)

[PATCH v1 0/5] rust: time: Convert hrtimer to use Instant and Delta
 2025-05-04  4:59 UTC  (6+ messages)
` [PATCH v1 1/5] rust: time: Change Delta methods to take &self instead of self
` [PATCH v1 2/5] rust: timer: Replace HrTimerMode enum with trait-based mode types
` [PATCH v1 3/5] rust: time: Add HrTimerExpires trait
` [PATCH v1 4/5] rust: time: Make HasHrTimer generic over HrTimerMode
` [PATCH v1 5/5] rust: time: Remove Ktime in hrtimer

[PATCH v2 0/3] rust: time: Introduce typed clock sources and generalize Instant
 2025-05-04  4:24 UTC  (4+ messages)
` [PATCH v2 1/3] rust: time: Replace ClockId enum with ClockSource trait
` [PATCH v2 2/3] rust: time: Make Instant generic over ClockSource
` [PATCH v2 3/3] rust: time: Add ktime_get() to ClockSource trait

[PATCH v2] rust: doc: Clarify safety invariants for Revocable type
 2025-05-03 14:53 UTC 

[PATCH v3 0/4] rust: DebugFS Bindings
 2025-05-03 12:14 UTC  (15+ messages)
` [PATCH v3 1/4] rust: debugfs: Bind DebugFS directory creation
` [PATCH v3 2/4] rust: debugfs: Bind file creation for long-lived Display

[PATCH v5 0/7] Additional methods for Vec
 2025-05-03 11:50 UTC  (13+ messages)
` [PATCH v5 1/7] rust: alloc: add Vec::clear
` [PATCH v5 2/7] rust: alloc: add Vec::pop
` [PATCH v5 3/7] rust: alloc: add Vec::push_within_capacity
` [PATCH v5 4/7] rust: alloc: add Vec::drain_all
` [PATCH v5 5/7] rust: alloc: add Vec::retain
` [PATCH v5 6/7] rust: alloc: add Vec::remove
` [PATCH v5 7/7] rust: alloc: add Vec::insert_within_capacity

[PATCH v1] rust: time: Avoid 64-bit integer division
 2025-05-03  0:14 UTC  (4+ messages)

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

[PATCH v4 0/7] Additional methods for Vec
 2025-05-02 21:58 UTC  (7+ messages)
` [PATCH v4 5/7] rust: alloc: add Vec::retain
    `  "

[PATCH] rust: revocable: clarify invariants in safety documentation
 2025-05-02 17:10 UTC  (4+ messages)

[PATCH V11 00/15] Rust abstractions for clk, cpumask, cpufreq, OPP
 2025-05-02 17:01 UTC  (5+ messages)
` [PATCH V11 01/15] rust: cpumask: Add few more helpers
` [PATCH V11 02/15] rust: cpumask: Add initial abstractions

[PATCH v2] kunit: fix longest symbol length test
 2025-05-02 14:37 UTC 

[PATCH] rust: elaborate safety requirements for `AlwaysReferenceCounted`
 2025-05-02 13:46 UTC  (5+ messages)

[PATCH] drm/panic: Use a decimal fifo to avoid u64 by u64 divide
 2025-05-02 12:23 UTC  (2+ messages)


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