Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-09-06 16:57:01 to 2026-09-08 20:59:51 UTC [more...]

[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-08 20:55 UTC  (24+ messages)
` [PATCH 01/23] scripts/mksysmap: drop the MODULE_INFO() symbols from kallsyms
` [PATCH 02/23] scripts/mksysmap: fix escape of '$' in the __pi_ pattern
` [PATCH 03/23] kallsyms: index symbols by token to speed up table compression
` [PATCH 04/23] kallsyms: output binary data to speed output and kallsyms assembly
` [PATCH 05/23] kbuild: do not sort nm output where the order is irrelevant
` [PATCH 06/23] kbuild: only emit vmlinux relocations when required
` [PATCH 07/23] elf-parse: add section flags, symbol binding and a read-only mapping
` [PATCH 08/23] kallsyms: reimplement mksysmap in C
` [PATCH 09/23] kbuild: do not allocate .modinfo in vmlinux
` [PATCH 10/23] kbuild: cache list, composite object state per object
` [PATCH 11/23] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH 12/23] kbuild: avoid re-running compiler and linker probes
` [PATCH 13/23] modpost: hash module source per-file, not per-byte
` [PATCH 14/23] modpost: cache section relocation mismatch state
` [PATCH 15/23] modpost: emit module descriptors as assembly
` [PATCH 16/23] kbuild: batch module finalisation
` [PATCH 17/23] modpost: perform srcversion hashing in parallel
` [PATCH 18/23] objtool: cache relocations and function dead end state, do less work
` [PATCH 19/23] objtool: decode instructions and resolve branch targets in parallel
` [PATCH 20/23] kbuild: rust: parallelise rustc front end
` [PATCH 21/23] rust: make exports.o depend on the headers generated for it
` [PATCH 22/23] kbuild: build rust crates in parallel with the rest of the build
` [PATCH 23/23] kbuild: use pigz for gzip compression if available

[PATCH] rust: allow `unknown_lints` in generated bindings for Rust < 1.88
 2026-09-08 20:54 UTC  (2+ messages)

[PATCH] rust/drm/gem: initialize callbacks with ..pin_init::zeroed()
 2026-09-08 20:50 UTC  (5+ messages)

[PATCH] rust: print: document safety of printing functions
 2026-09-08 20:42 UTC  (2+ messages)

[PATCH v2 00/27] objtool: dynamically detect noreturns
 2026-09-08 20:33 UTC  (28+ messages)
` [PATCH v2 01/27] objtool: Remove obsolete noreturns.h entries
` [PATCH v2 02/27] kbuild: Add CONFIG_OBJTOOL_DEFERRED
` [PATCH v2 03/27] kbuild: Add CONFIG_OBJTOOL_CONTROL_FLOW
` [PATCH v2 04/27] objtool: Fix dead end detection for sibling calls
` [PATCH v2 05/27] objtool: Refactor the noreturn/dead-end detection
` [PATCH v2 06/27] objtool: Ignore traps after noreturn calls in STT_CODE
` [PATCH v2 07/27] objtool: Make .discard.stack_frame_non_standard non-allocatable
` [PATCH v2 08/27] efi/libstub: Drop .discard.addressable from the stub objects
` [PATCH v2 09/27] efi/loongarch: Mark loongarch efi_boot_kernel() non-standard for objtool
` [PATCH v2 10/27] objtool: Add ANNOTATE_IGNORE_NORETURN()
` [PATCH v2 11/27] LoongArch: Annotate reboot and kexec paths as returnable
` [PATCH v2 12/27] kbuild: Defer running objtool to link time for all CFG features
` [PATCH v2 13/27] rust: Annotate the intrinsic stubs as returnable
` [PATCH v2 14/27] panic: Mark abort() __noreturn
` [PATCH v2 15/27] x86/xen: Ignore noreturn status of weak mem_map_via_hcall()
` [PATCH v2 16/27] objtool: Detect noreturns in weak functions
` [PATCH v2 17/27] x86/entry: Make rewind_stack_and_make_dead() a real function
` [PATCH v2 18/27] x86/xen: Make xen_cpu_bringup_again() "
` [PATCH v2 19/27] x86/xen: Make xen_start_kernel() noreturn
` [PATCH v2 20/27] x86/boot: Rework how pi startup symbols get exposed to vmlinux
` [PATCH v2 21/27] objtool: Fix noreturn detection for non-sibling jumps to SYM_CODE
` [PATCH v2 22/27] objtool: Add options to write/read exported noreturns to/from a file
` [PATCH v2 23/27] kbuild: Do the per-module objtool pass right before linking
` [PATCH v2 24/27] kbuild: Generate the noreturn list and validate modules against it
` [PATCH v2 25/27] objtool: Add ANNOTATE_EXPORTED_NORETURN()
` [PATCH v2 26/27] objtool: Annotate all module-exported noreturns and remove noreturns.h
` [PATCH v2 27/27] objtool: Warn about missing/stale ANNOTATE_EXPORTED_NORETURN() usage

[PATCH v11 0/3] module: Extend module_blacklist parameter to built-in modules
 2026-09-08 20:32 UTC  (4+ messages)
` [PATCH v11 1/3] module: Treat dashes and underscores interchangeably in module_blacklist
` [PATCH v11 2/3] module: Extend module_blacklist parameter to built-in modules
` [PATCH v11 3/3] module: Rename module_blacklist to module_denylist

[PATCH v2] rust: id_pool: document panics in `find_unused_id` and `release_id`
 2026-09-08 20:31 UTC 

[PATCH v3] rust: bitmap: document panics in `next_bit` and `next_zero_bit`
 2026-09-08 20:13 UTC 

[PATCH] rnull: fix geometry store check-then-act across lock scopes
 2026-09-08 20:08 UTC 

[PATCH 1/2] rust: make unsafe_precondition_assert! const compatible
 2026-09-08 19:59 UTC  (6+ messages)
` [PATCH 2/2] rust: alloc: use unsafe_precondition_assert! in Vec length helpers
` [PATCH v2 0/2] rust: add unsafe precondition assertions to "
  ` [PATCH v2 1/2] rust: make unsafe_precondition_assert! const compatible
  ` [PATCH v2 2/2] rust: alloc: use unsafe_precondition_assert! in Vec length helpers

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

[PATCH v2] rust: maple_tree: implement Send and Sync for MapleTree
 2026-09-08 18:22 UTC  (2+ messages)

[PATCH 1/3] drm/gem: Add callback for when handle count goes to 0
 2026-09-08 17:57 UTC  (6+ messages)

[PATCH v5 00/11] gpu: nova: Export parameters from nova-core to nova-drm
 2026-09-08 16:57 UTC  (17+ messages)
` [PATCH v5 05/11] drm: nova: Add an info ioctl

[PATCH v2] rust: time: add Delta::to_jiffies_timeout() for timeout conversion
 2026-09-08 16:42 UTC  (4+ messages)

rust: Build error in DRM bindings
 2026-09-08 15:46 UTC  (3+ messages)

[PATCH v5 00/24] vdso: Reject absolute relocations during build
 2026-09-08 15:12 UTC  (42+ messages)
` [PATCH v5 01/24] elf, uapi: Add a header for relocation constants
` [PATCH v5 02/24] x86/elf, um/x86/elf: Move relocation constants to UAPI
` [PATCH v5 03/24] ARM: elf: "
` [PATCH v5 04/24] arm64: "
` [PATCH v5 05/24] powerpc/elf: "
` [PATCH v5 06/24] riscv: elf: "
` [PATCH v5 07/24] LoongArch: "
` [PATCH v5 08/24] s390/elf: "
` [PATCH v5 09/24] MIPS: ELF: "
` [PATCH v5 10/24] sparc: elf: "
` [PATCH v5 11/24] tools headers UAPI: Sync ELF headers with the kernel sources
` [PATCH v5 12/24] vdso: Add the vdsocheck tool
` [PATCH v5 13/24] x86/vdso: Enable "
` [PATCH v5 14/24] ARM: vdso: "
` [PATCH v5 15/24] arm64: "
` [PATCH v5 16/24] powerpc/elf: Add 32-bit REL16 relocation definitions
` [PATCH v5 17/24] powerpc/vdso: Enable the vdsocheck tool
` [PATCH v5 18/24] riscv: vdso: "
` [PATCH v5 19/24] LoongArch: vDSO: "
` [PATCH v5 20/24] s390/vdso: "
` [PATCH v5 21/24] MIPS: ELF: Add more PC-relative relocation definitions
` [PATCH v5 22/24] MIPS: vdso: Enable the vdsocheck tool
` [PATCH v5 23/24] sparc: "
` [PATCH v5 24/24] vDSO: Automatically enable VDSO_CHECK

[PATCH 0/9] drm/tyr: add VM and BO ioctl support
 2026-09-08 14:24 UTC  (4+ messages)
` [PATCH 9/9] drm/tyr: add BO-related ioctls

[PATCH RFC 0/8] arm64: ftrace: support CALL_OPS on kernels built with kCFI
 2026-09-08 13:52 UTC  (9+ messages)
` [PATCH RFC 1/8] ftrace: Let ftrace_call_adjust() reject a patch site
` [PATCH RFC 8/8] arm64: ftrace: Allow CALL_OPS on kCFI kernels built with Rust

[PATCH 9/9] rust: time: add ktime_get_real_seconds
 2026-09-08 13:01 UTC  (5+ messages)

[PATCH v1] rust: time: rename ClockSource trait to ClockId
 2026-09-08 12:41 UTC  (5+ messages)

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-09-08 12:10 UTC  (12+ messages)
` [PATCH v20 4/8] rust: page: convert to `Ownable`
  ` [PATCH v20 4/8] rust: page: convert to `Ownable`'

[PATCH] rust: maple_tree: implement Send and Sync for MapleTree
 2026-09-08  9:53 UTC  (3+ messages)

[PATCH 0/2] rust: add unsafe precondition assertions to Vec length helpers
 2026-09-08  8:06 UTC 

[PATCH] rust: pci: add resource_flags accessor
 2026-09-08  7:51 UTC 

[PATCH v2] rust: num: document why Integer is sealed
 2026-09-08  4:39 UTC 

[PATCH v3 00/14] drm/panic: Split into core and helpers
 2026-09-07 21:35 UTC  (15+ messages)
` [PATCH v3 01/14] drm/panic: Do not use un-escaped URL as format string
` [PATCH v3 07/14] drm/panic: Return from screen_user if display is too small
` [PATCH v3 09/14] drm/panic: Split draw_panic_plane()
` [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 0/4] rust: dma: tie DMA allocations to the device's bound lifetime
 2026-09-07 21:06 UTC  (3+ messages)

[PATCH v11 0/2] rust / dma_buf: Add abstractions for dma_fence
 2026-09-07 18:14 UTC  (4+ messages)
` [PATCH v11 1/2] rust: Add dma_fence abstractions

[PATCH v2 0/8] gpu: nova-core: add NVKV codec
 2026-09-07 15:07 UTC  (3+ messages)
` [PATCH v2 4/8] gpu: nova-core: add NVKV encoder

[PATCH] rust_binder: add missing newlines to log messages
 2026-09-07 13:51 UTC  (2+ messages)

[PATCH v2 0/3] rust: const_eval: add a mechanism to do const trait calls
 2026-09-07  9:21 UTC  (6+ messages)
` [PATCH v2 1/3] rust: const_eval: add `#[const_eval_only]` attribute

[PATCH 0/4 v2] Docs: changes.rst: rework
 2026-09-07  9:05 UTC  (5+ messages)
` [PATCH] v2 Docs: changes.rst: introduce optional column

[PATCH v4 0/5] add kconfirm
 2026-09-07  8:34 UTC  (5+ messages)

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

[PATCH 0/2] rust: honor the maximum DMA segment size
 2026-09-07  2:43 UTC  (5+ messages)
` [PATCH 1/2] gpu: nova-core: declare unlimited DMA max "
` [PATCH 2/2] rust: scatterlist: honor the device's maximum "

[PATCH] rust: allow `clippy::as_underscore` in the generated bindings
 2026-09-06 23:10 UTC  (5+ messages)

[PATCH 0/5] rust: serdev: Refactor
 2026-09-06 22:51 UTC  (6+ messages)
` [PATCH 5/5] rust: serdev: Pause receive callback before calling unbind

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

[PATCH 0/9] rust: core abstractions for a USB display driver
 2026-08-26 16:28 UTC 


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