Re: [PATCH v3] swiotlb: fix implicit debugfs_create_dir declaration

2021-06-30 Thread Robin Murphy
On 2021-06-30 05:06, Claire Chang wrote: Factor out the debugfs bits from rmem_swiotlb_device_init() into a separate rmem_swiotlb_debugfs_init(). Fixes: 461021875c50 ("swiotlb: Add restricted DMA pool initialization") Reported-by: kernel test robot Signed-off-by: Claire Chang --- kernel/dma/

[PATCH v3] swiotlb: fix implicit debugfs_create_dir declaration

2021-06-29 Thread Claire Chang
Factor out the debugfs bits from rmem_swiotlb_device_init() into a separate rmem_swiotlb_debugfs_init(). Fixes: 461021875c50 ("swiotlb: Add restricted DMA pool initialization") Reported-by: kernel test robot Signed-off-by: Claire Chang --- kernel/dma/swiotlb.c | 17 - 1 file cha