Re: [PATCH 0/4] rust: dma: tie DMA allocations to the device's bound lifetime

From: Danilo Krummrich

Date: Mon Sep 07 2026 - 17:10:49 EST


On Sun Sep 6, 2026 at 5:37 PM CEST, Danilo Krummrich wrote:
> On Sun, 30 Aug 2026 21:37:12 +0200, Danilo Krummrich wrote:
>> [PATCH 0/4] rust: dma: tie DMA allocations to the device's bound lifetime
>
> Applied, thanks!
>
> Branch: topic/rust-dma
> Tree: git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git
>
> [1/4] rust: debugfs: drop 'static bound from ScopedDir file creation methods
> commit: 9dc6cedcd971
>
> [ Remove unrelated change from Self to T. - Danilo ]
>
> [2/4] rust: dma: tie CoherentHandle to the device's bound lifetime
> commit: f6b56da8e1b8
> [3/4] samples: rust_dma: separate driver type from driver data
> commit: c3d4fd0e9d27
> [4/4] rust: dma: tie Coherent and CoherentBox to the device's bound lifetime
> commit: bed87375f90f
>
> The patches are in the topic/rust-dma topic branch and will be merged into the
> corresponding target branch soon.

Merged into driver-core-next and drm-rust-next, thanks!