Files
linux-stable-mirror/kernel/dma
Christoph Hellwig c39e8483db dma-debug: store a phys_addr_t in struct dma_debug_entry
[ Upstream commit 9d4f645a1f ]

dma-debug goes to great length to split incoming physical addresses into
a PFN and offset to store them in struct dma_debug_entry, just to
recombine those for all meaningful uses.  Just store a phys_addr_t
instead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Stable-dep-of: 7e2368a217 ("dma-debug: don't enforce dma mapping check on noncoherent allocations")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-09-19 16:35:41 +02:00
..
2024-07-10 07:59:03 +02:00