linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* dma-api debugfs directory is not created since debugfs is not initialized
@ 2021-04-27 11:34 Corentin Labbe
  2021-04-27 11:39 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Corentin Labbe @ 2021-04-27 11:34 UTC (permalink / raw)
  To: gregkh, rafael, hch, m.szyprowski, robin.murphy; +Cc: iommu, linux-kernel

Hello

I try to debug some DMA problem on next-20210427, and so I have enabled CONFIG_DMA_API_DEBUG=y.
But the dma-api directory does show up in debugfs, but lot of other directory exists in it.

After debugging it seems due to commit 56348560d495 ("debugfs: do not attempt to create a new file before the filesystem is initalized")
Reverting the commit permit to "dma-api" debugfs to be found. (but seems not the right way to fix it).

Regards

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-27 15:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-27 11:34 dma-api debugfs directory is not created since debugfs is not initialized Corentin Labbe
2021-04-27 11:39 ` Greg KH
2021-04-27 12:32   ` Robin Murphy
2021-04-27 12:41     ` Greg KH
2021-04-27 15:36   ` Corentin Labbe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).