commit | 0a3b192c26da198fce38e1ee242a34f558670246 | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe@baylibre.com> | Fri Jan 18 13:44:18 2019 +0000 |
committer | Christoph Hellwig <hch@lst.de> | Fri Feb 01 10:06:44 2019 +0100 |
tree | 50c7205f8335fed7863f9446db981936cd350a6e | |
parent | 8e4d81b98b7859b120dd142c8634f625db118b30 [diff] |
dma-debug: add dumping facility via debugfs While debugging a DMA mapping leak, I needed to access debug_dma_dump_mappings() but easily from user space. This patch adds a /sys/kernel/debug/dma-api/dump file which contain all current DMA mapping. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Christoph Hellwig <hch@lst.de>