* [PATCH] MAINTAINERS: Match on dma_buf|fence|resv anywhere
@ 2019-12-04 21:51 ` Daniel Vetter
0 siblings, 0 replies; 8+ messages in thread
From: Daniel Vetter @ 2019-12-04 21:51 UTC (permalink / raw)
To: DRI Development
Cc: Daniel Vetter, linaro-mm-sig, Greg Kroah-Hartman,
Mauro Carvalho Chehab, Daniel Vetter, linux-media
I've spent a bit too much time reviewing all kinds of users all over
the kernel for this buffer sharing infrastructure. And some of it is
at least questionable.
Make sure we at least see when this stuff flies by.
Acked-by: Dave Airlie <airlied@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Rob Herring <robh@kernel.org>
Cc: linux-media@vger.kernel.org
Cc: linaro-mm-sig@lists.linaro.org
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 375dbea8bc88..c1e3da2c1947 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4941,6 +4941,7 @@ F: include/linux/dma-buf*
F: include/linux/reservation.h
F: include/linux/*fence.h
F: Documentation/driver-api/dma-buf.rst
+K: dma_(buf|fence|resv)
T: git git://anongit.freedesktop.org/drm/drm-misc
DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
--
2.24.0
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH] MAINTAINERS: Match on dma_buf|fence|resv anywhere
@ 2019-12-04 21:51 ` Daniel Vetter
0 siblings, 0 replies; 8+ messages in thread
From: Daniel Vetter @ 2019-12-04 21:51 UTC (permalink / raw)
To: DRI Development
Cc: Daniel Vetter, Dave Airlie, Daniel Vetter, Sumit Semwal,
Mauro Carvalho Chehab, Greg Kroah-Hartman, Rob Herring,
linux-media, linaro-mm-sig
I've spent a bit too much time reviewing all kinds of users all over
the kernel for this buffer sharing infrastructure. And some of it is
at least questionable.
Make sure we at least see when this stuff flies by.
Acked-by: Dave Airlie <airlied@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Rob Herring <robh@kernel.org>
Cc: linux-media@vger.kernel.org
Cc: linaro-mm-sig@lists.linaro.org
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 375dbea8bc88..c1e3da2c1947 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4941,6 +4941,7 @@ F: include/linux/dma-buf*
F: include/linux/reservation.h
F: include/linux/*fence.h
F: Documentation/driver-api/dma-buf.rst
+K: dma_(buf|fence|resv)
T: git git://anongit.freedesktop.org/drm/drm-misc
DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
--
2.24.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: Match on dma_buf|fence|resv anywhere
2019-12-04 21:51 ` Daniel Vetter
@ 2019-12-04 21:57 ` Alex Deucher
-1 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2019-12-04 21:57 UTC (permalink / raw)
To: Daniel Vetter
Cc: Greg Kroah-Hartman, DRI Development,
moderated list:DMA BUFFER SHARING FRAMEWORK,
Mauro Carvalho Chehab, Daniel Vetter, linux-media
On Wed, Dec 4, 2019 at 4:51 PM Daniel Vetter <daniel.vetter@ffwll.ch> wrote:
>
> I've spent a bit too much time reviewing all kinds of users all over
> the kernel for this buffer sharing infrastructure. And some of it is
> at least questionable.
>
> Make sure we at least see when this stuff flies by.
>
> Acked-by: Dave Airlie <airlied@gmail.com>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> Cc: Sumit Semwal <sumit.semwal@linaro.org>
> Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: Rob Herring <robh@kernel.org>
> Cc: linux-media@vger.kernel.org
> Cc: linaro-mm-sig@lists.linaro.org
Acked-by: Alex Deucher <alexander.deucher@amd.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 375dbea8bc88..c1e3da2c1947 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4941,6 +4941,7 @@ F: include/linux/dma-buf*
> F: include/linux/reservation.h
> F: include/linux/*fence.h
> F: Documentation/driver-api/dma-buf.rst
> +K: dma_(buf|fence|resv)
> T: git git://anongit.freedesktop.org/drm/drm-misc
>
> DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
> --
> 2.24.0
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: Match on dma_buf|fence|resv anywhere
@ 2019-12-04 21:57 ` Alex Deucher
0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2019-12-04 21:57 UTC (permalink / raw)
To: Daniel Vetter
Cc: DRI Development, moderated list:DMA BUFFER SHARING FRAMEWORK,
Greg Kroah-Hartman, Mauro Carvalho Chehab, Daniel Vetter,
linux-media
On Wed, Dec 4, 2019 at 4:51 PM Daniel Vetter <daniel.vetter@ffwll.ch> wrote:
>
> I've spent a bit too much time reviewing all kinds of users all over
> the kernel for this buffer sharing infrastructure. And some of it is
> at least questionable.
>
> Make sure we at least see when this stuff flies by.
>
> Acked-by: Dave Airlie <airlied@gmail.com>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> Cc: Sumit Semwal <sumit.semwal@linaro.org>
> Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: Rob Herring <robh@kernel.org>
> Cc: linux-media@vger.kernel.org
> Cc: linaro-mm-sig@lists.linaro.org
Acked-by: Alex Deucher <alexander.deucher@amd.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 375dbea8bc88..c1e3da2c1947 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4941,6 +4941,7 @@ F: include/linux/dma-buf*
> F: include/linux/reservation.h
> F: include/linux/*fence.h
> F: Documentation/driver-api/dma-buf.rst
> +K: dma_(buf|fence|resv)
> T: git git://anongit.freedesktop.org/drm/drm-misc
>
> DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
> --
> 2.24.0
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: Match on dma_buf|fence|resv anywhere
2019-12-04 21:51 ` Daniel Vetter
@ 2019-12-05 15:51 ` Thierry Reding
-1 siblings, 0 replies; 8+ messages in thread
From: Thierry Reding @ 2019-12-05 15:51 UTC (permalink / raw)
To: Daniel Vetter
Cc: Greg Kroah-Hartman, DRI Development, linaro-mm-sig,
Mauro Carvalho Chehab, Daniel Vetter, linux-media
[-- Attachment #1.1: Type: text/plain, Size: 782 bytes --]
On Wed, Dec 04, 2019 at 10:51:05PM +0100, Daniel Vetter wrote:
> I've spent a bit too much time reviewing all kinds of users all over
> the kernel for this buffer sharing infrastructure. And some of it is
> at least questionable.
>
> Make sure we at least see when this stuff flies by.
>
> Acked-by: Dave Airlie <airlied@gmail.com>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> Cc: Sumit Semwal <sumit.semwal@linaro.org>
> Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: Rob Herring <robh@kernel.org>
> Cc: linux-media@vger.kernel.org
> Cc: linaro-mm-sig@lists.linaro.org
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
Acked-by: Thierry Reding <treding@nvidia.com>
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: Match on dma_buf|fence|resv anywhere
@ 2019-12-05 15:51 ` Thierry Reding
0 siblings, 0 replies; 8+ messages in thread
From: Thierry Reding @ 2019-12-05 15:51 UTC (permalink / raw)
To: Daniel Vetter
Cc: DRI Development, linaro-mm-sig, Greg Kroah-Hartman,
Mauro Carvalho Chehab, Daniel Vetter, linux-media
[-- Attachment #1: Type: text/plain, Size: 782 bytes --]
On Wed, Dec 04, 2019 at 10:51:05PM +0100, Daniel Vetter wrote:
> I've spent a bit too much time reviewing all kinds of users all over
> the kernel for this buffer sharing infrastructure. And some of it is
> at least questionable.
>
> Make sure we at least see when this stuff flies by.
>
> Acked-by: Dave Airlie <airlied@gmail.com>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> Cc: Sumit Semwal <sumit.semwal@linaro.org>
> Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: Rob Herring <robh@kernel.org>
> Cc: linux-media@vger.kernel.org
> Cc: linaro-mm-sig@lists.linaro.org
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
Acked-by: Thierry Reding <treding@nvidia.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: Match on dma_buf|fence|resv anywhere
2019-12-05 15:51 ` Thierry Reding
@ 2019-12-10 10:26 ` Daniel Vetter
-1 siblings, 0 replies; 8+ messages in thread
From: Daniel Vetter @ 2019-12-10 10:26 UTC (permalink / raw)
To: Thierry Reding
Cc: Daniel Vetter, DRI Development, linaro-mm-sig, Greg Kroah-Hartman,
Mauro Carvalho Chehab, Daniel Vetter, linux-media
On Thu, Dec 05, 2019 at 04:51:11PM +0100, Thierry Reding wrote:
> On Wed, Dec 04, 2019 at 10:51:05PM +0100, Daniel Vetter wrote:
> > I've spent a bit too much time reviewing all kinds of users all over
> > the kernel for this buffer sharing infrastructure. And some of it is
> > at least questionable.
> >
> > Make sure we at least see when this stuff flies by.
> >
> > Acked-by: Dave Airlie <airlied@gmail.com>
> > Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> > Cc: Sumit Semwal <sumit.semwal@linaro.org>
> > Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
> > Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > Cc: Rob Herring <robh@kernel.org>
> > Cc: linux-media@vger.kernel.org
> > Cc: linaro-mm-sig@lists.linaro.org
> > ---
> > MAINTAINERS | 1 +
> > 1 file changed, 1 insertion(+)
>
> Acked-by: Thierry Reding <treding@nvidia.com>
Pushed to drm-misc-fixes.
-Daniel
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: Match on dma_buf|fence|resv anywhere
@ 2019-12-10 10:26 ` Daniel Vetter
0 siblings, 0 replies; 8+ messages in thread
From: Daniel Vetter @ 2019-12-10 10:26 UTC (permalink / raw)
To: Thierry Reding
Cc: Daniel Vetter, DRI Development, linaro-mm-sig, Greg Kroah-Hartman,
Mauro Carvalho Chehab, Daniel Vetter, linux-media
On Thu, Dec 05, 2019 at 04:51:11PM +0100, Thierry Reding wrote:
> On Wed, Dec 04, 2019 at 10:51:05PM +0100, Daniel Vetter wrote:
> > I've spent a bit too much time reviewing all kinds of users all over
> > the kernel for this buffer sharing infrastructure. And some of it is
> > at least questionable.
> >
> > Make sure we at least see when this stuff flies by.
> >
> > Acked-by: Dave Airlie <airlied@gmail.com>
> > Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> > Cc: Sumit Semwal <sumit.semwal@linaro.org>
> > Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
> > Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > Cc: Rob Herring <robh@kernel.org>
> > Cc: linux-media@vger.kernel.org
> > Cc: linaro-mm-sig@lists.linaro.org
> > ---
> > MAINTAINERS | 1 +
> > 1 file changed, 1 insertion(+)
>
> Acked-by: Thierry Reding <treding@nvidia.com>
Pushed to drm-misc-fixes.
-Daniel
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-12-10 10:26 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-04 21:51 [PATCH] MAINTAINERS: Match on dma_buf|fence|resv anywhere Daniel Vetter
2019-12-04 21:51 ` Daniel Vetter
2019-12-04 21:57 ` Alex Deucher
2019-12-04 21:57 ` Alex Deucher
2019-12-05 15:51 ` Thierry Reding
2019-12-05 15:51 ` Thierry Reding
2019-12-10 10:26 ` Daniel Vetter
2019-12-10 10:26 ` Daniel Vetter
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.