]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'topic/dma-features-2025-06-23' into alloc-next
authorDanilo Krummrich <dakr@kernel.org>
Mon, 23 Jun 2025 15:38:52 +0000 (17:38 +0200)
committerDanilo Krummrich <dakr@kernel.org>
Mon, 23 Jun 2025 15:38:52 +0000 (17:38 +0200)
commitc7e03c5cf06a90ff234ae3c628c6b74e5cba7426
tree45dcde451a0da7a4f938a1c22395f96e2cdd0036
parentf86c0036c7de5fc379115809c653dfd57c453330
parent26af856539842a4107c821e133fdda896022737f
Merge tag 'topic/dma-features-2025-06-23' into alloc-next

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