Message ID | 20240729081202.937-1-yuzenghui@huawei.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | MAINTAINERS: Add selftests to DMA-BUF HEAPS FRAMEWORK entry | expand |
On Mon, Jul 29, 2024 at 04:12:02PM +0800, Zenghui Yu wrote: > Include dmabuf-heaps selftests in the correct entry so that updates to it > can be sent to the right place. > > Signed-off-by: Zenghui Yu <yuzenghui@huawei.com> Applied to drm-misc-next, thanks for your patch. -Sima > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 42decde38320..b7f24c9fb0e2 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6660,6 +6660,7 @@ F: drivers/dma-buf/dma-heap.c > F: drivers/dma-buf/heaps/* > F: include/linux/dma-heap.h > F: include/uapi/linux/dma-heap.h > +F: tools/testing/selftests/dmabuf-heaps/ > > DMC FREQUENCY DRIVER FOR SAMSUNG EXYNOS5422 > M: Lukasz Luba <lukasz.luba@arm.com> > -- > 2.33.0 >
diff --git a/MAINTAINERS b/MAINTAINERS index 42decde38320..b7f24c9fb0e2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6660,6 +6660,7 @@ F: drivers/dma-buf/dma-heap.c F: drivers/dma-buf/heaps/* F: include/linux/dma-heap.h F: include/uapi/linux/dma-heap.h +F: tools/testing/selftests/dmabuf-heaps/ DMC FREQUENCY DRIVER FOR SAMSUNG EXYNOS5422 M: Lukasz Luba <lukasz.luba@arm.com>
Include dmabuf-heaps selftests in the correct entry so that updates to it can be sent to the right place. Signed-off-by: Zenghui Yu <yuzenghui@huawei.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)