Skip to content
Commit 4544b9f2 authored by Kees Cook's avatar Kees Cook Committed by Christoph Hellwig
Browse files

dma-mapping: Add vmap checks to dma_map_single()

As we've seen from USB and other areas[1], we need to always do runtime
checks for DMA operating on memory regions that might be remapped. This
adds vmap checks (similar to those already in USB but missing in other
places) into dma_map_single() so all callers benefit from the checking.

[1] https://git.kernel.org/linus/3840c5b7



Suggested-by: default avatarLaura Abbott <labbott@redhat.com>
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
[hch: fixed the printk message]
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent a445e940
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment