Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - D index
The Linux kernel configuration item CONFIG_DMA_API_DEBUG
has multiple definitions:
kernel/dma/Kconfig
The configuration item CONFIG_DMA_API_DEBUG:
(none)
Enable this option to debug the use of the DMA API by device drivers. With this option you will be able to detect common bugs in device drivers like double-freeing of DMA mappings or freeing mappings that were never allocated.
This option causes a performance degradation. Use only if you want to debug device drivers and dma interactions.
If unsure, say N.
lib/Kconfig.debug
The configuration item CONFIG_DMA_API_DEBUG:
(none)
Enable this option to debug the use of the DMA API by device drivers. With this option you will be able to detect common bugs in device drivers like double-freeing of DMA mappings or freeing mappings that were never allocated.
This also attempts to catch cases where a page owned by DMA is accessed by the cpu in a way that could cause data corruption. For example, this enables cow_user_page() to check that the source page is not undergoing DMA.
This option causes a performance degradation. Use only if you want to debug device drivers and dma interactions.
If unsure, say N.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - D index
Automatically generated (in year 2024). See also LKDDb sources on GitLab