Skip to content

Commit 518110c

Browse files
geertualexdeucher
authored andcommitted
dma-buf: Improve CONFIG_DMABUF_MOVE_NOTIFY help text
Improve the help text for the CONFIG_DMABUF_MOVE_NOTIFY symbol by: 1. Removing duplicated single quotes, 2. Adding a missing subject, 3. Fixing a misspelling of "yet", 4. Wrapping long lines. Fixes: bb42df4 ("dma-buf: add dynamic DMA-buf handling v15") Reviewed-by: Christian König <[email protected]> Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 6afe692 commit 518110c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

drivers/dma-buf/Kconfig

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@ config DMABUF_MOVE_NOTIFY
4343
bool "Move notify between drivers (EXPERIMENTAL)"
4444
default n
4545
help
46-
Don''t pin buffers if the dynamic DMA-buf interface is available on both the
47-
exporter as well as the importer. This fixes a security problem where
48-
userspace is able to pin unrestricted amounts of memory through DMA-buf.
49-
But marked experimental because we don''t jet have a consistent execution
50-
context and memory management between drivers.
46+
Don't pin buffers if the dynamic DMA-buf interface is available on
47+
both the exporter as well as the importer. This fixes a security
48+
problem where userspace is able to pin unrestricted amounts of memory
49+
through DMA-buf.
50+
This is marked experimental because we don't yet have a consistent
51+
execution context and memory management between drivers.
5152

5253
config DMABUF_SELFTESTS
5354
tristate "Selftests for the dma-buf interfaces"

0 commit comments

Comments
 (0)