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

From: Danilo Krummrich

Date: Sun Sep 06 2026 - 11:41:11 EST


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.