Re: [PATCH 9/9] dma-debug: Use memory_intersects() directly

2021-06-27 Thread Kefeng Wang
On 2021/6/28 14:11, Christoph Hellwig wrote: You've sent me a patch 9 out of 9 without the previous 8 patches. There is no way I can sensibly review this series. The full patches is https://lore.kernel.org/linux-arch/20210626073439.150586-1-wangkefeng.w...@huawei.com/T/#t This patch is no

Re: [PATCH 9/9] dma-debug: Use memory_intersects() directly

2021-06-27 Thread Christoph Hellwig
You've sent me a patch 9 out of 9 without the previous 8 patches. There is no way I can sensibly review this series. ___ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu

[PATCH 9/9] dma-debug: Use memory_intersects() directly

2021-06-26 Thread Kefeng Wang
Use memory_intersects() directly instead of private overlap() function. Cc: Christoph Hellwig Cc: Marek Szyprowski Cc: Robin Murphy Cc: iommu@lists.linux-foundation.org Signed-off-by: Kefeng Wang --- kernel/dma/debug.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) dif