]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'topic/dma-features-2025-06-23' of https://github.com/Rust-for-Linux/linux.git
authorDanilo Krummrich <dakr@kernel.org>
Mon, 23 Jun 2025 15:53:17 +0000 (17:53 +0200)
committerDanilo Krummrich <dakr@kernel.org>
Mon, 23 Jun 2025 15:53:17 +0000 (17:53 +0200)
DMA features for v6.17

- Clarify wording and be consistent in 'coherent' nomenclature.

- Convert the read!() / write!() macros to return a Result.

- Add as_slice() / write() methods in CoherentAllocation.

- Fix doc-comment of dma_handle().

- Expose count() and size() in CoherentAllocation and add the
  corresponding type invariants.

- Implement CoherentAllocation::dma_handle_with_offset().


Trivial merge