Re: [PATCH v2 1/6] dma-buf: Rename and expose debugfs symbols

2025-05-05 Thread Christian König
On 5/5/25 00:41, T.J. Mercier wrote: > Expose the debugfs list and mutex so they are usable for the creation of > a BPF iterator for dmabufs without the need for CONFIG_DEBUG_FS. Rename > the symbols so it's clear debugfs is not required, and that the list > contains dmabufs and not some other type

[PATCH v2 1/6] dma-buf: Rename and expose debugfs symbols

2025-05-04 Thread T.J. Mercier
Expose the debugfs list and mutex so they are usable for the creation of a BPF iterator for dmabufs without the need for CONFIG_DEBUG_FS. Rename the symbols so it's clear debugfs is not required, and that the list contains dmabufs and not some other type. Signed-off-by: T.J. Mercier --- v2: Make