* [PATCH] MAINTAINERS: drm/sti: mark it as Odd Fixes @ 2024-07-05 10:03 Krzysztof Kozlowski 2024-07-05 11:19 ` Daniel Vetter 0 siblings, 1 reply; 8+ messages in thread From: Krzysztof Kozlowski @ 2024-07-05 10:03 UTC (permalink / raw) To: Alain Volmat, Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie, Daniel Vetter, dri-devel, linux-kernel Cc: Krzysztof Kozlowski, Dmitry Baryshkov, Neil Armstrong Patches to STI DRM are not being picked up, so even though there is maintainer activity, it seems that these drivers are not being actively looked at. Reflect this in maintainer status. Link: https://lore.kernel.org/all/77b4e4ad-2b1e-4b6d-bc3b-0c7b339bc295@linaro.org/ Link: https://lore.kernel.org/all/f207b481-f530-4f54-a482-218908869050@linaro.org/ Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Cc: Neil Armstrong <neil.armstrong@linaro.org> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index c8e16a649a0e..f284cb8db544 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7595,7 +7595,7 @@ F: drivers/gpu/drm/rockchip/ DRM DRIVERS FOR STI M: Alain Volmat <alain.volmat@foss.st.com> L: dri-devel@lists.freedesktop.org -S: Maintained +S: Odd Fixes T: git https://gitlab.freedesktop.org/drm/misc/kernel.git F: Documentation/devicetree/bindings/display/st,stih4xx.txt F: drivers/gpu/drm/sti -- 2.43.0 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: drm/sti: mark it as Odd Fixes 2024-07-05 10:03 [PATCH] MAINTAINERS: drm/sti: mark it as Odd Fixes Krzysztof Kozlowski @ 2024-07-05 11:19 ` Daniel Vetter 2024-07-05 11:22 ` Maxime Ripard 0 siblings, 1 reply; 8+ messages in thread From: Daniel Vetter @ 2024-07-05 11:19 UTC (permalink / raw) To: Krzysztof Kozlowski Cc: Alain Volmat, Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie, Daniel Vetter, dri-devel, linux-kernel, Dmitry Baryshkov, Neil Armstrong On Fri, Jul 05, 2024 at 12:03:56PM +0200, Krzysztof Kozlowski wrote: > Patches to STI DRM are not being picked up, so even though there is > maintainer activity, it seems that these drivers are not being actively > looked at. Reflect this in maintainer status. Note that since the driver is in drm-misc, other committers can also pick up patches and push them. Both Neil and Dimtry have commit rights and should be able to pick up your patches for you, if they get stuck. -Sima > > Link: https://lore.kernel.org/all/77b4e4ad-2b1e-4b6d-bc3b-0c7b339bc295@linaro.org/ > Link: https://lore.kernel.org/all/f207b481-f530-4f54-a482-218908869050@linaro.org/ > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > --- > > Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > Cc: Neil Armstrong <neil.armstrong@linaro.org> > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index c8e16a649a0e..f284cb8db544 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7595,7 +7595,7 @@ F: drivers/gpu/drm/rockchip/ > DRM DRIVERS FOR STI > M: Alain Volmat <alain.volmat@foss.st.com> > L: dri-devel@lists.freedesktop.org > -S: Maintained > +S: Odd Fixes > T: git https://gitlab.freedesktop.org/drm/misc/kernel.git > F: Documentation/devicetree/bindings/display/st,stih4xx.txt > F: drivers/gpu/drm/sti > -- > 2.43.0 > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: drm/sti: mark it as Odd Fixes 2024-07-05 11:19 ` Daniel Vetter @ 2024-07-05 11:22 ` Maxime Ripard 2024-07-05 11:33 ` Krzysztof Kozlowski 0 siblings, 1 reply; 8+ messages in thread From: Maxime Ripard @ 2024-07-05 11:22 UTC (permalink / raw) To: Krzysztof Kozlowski, Alain Volmat, Maarten Lankhorst, Thomas Zimmermann, David Airlie, dri-devel, linux-kernel, Dmitry Baryshkov, Neil Armstrong [-- Attachment #1: Type: text/plain, Size: 678 bytes --] On Fri, Jul 05, 2024 at 01:19:50PM GMT, Daniel Vetter wrote: > On Fri, Jul 05, 2024 at 12:03:56PM +0200, Krzysztof Kozlowski wrote: > > Patches to STI DRM are not being picked up, so even though there is > > maintainer activity, it seems that these drivers are not being actively > > looked at. Reflect this in maintainer status. > > Note that since the driver is in drm-misc, other committers can also pick > up patches and push them. Both Neil and Dimtry have commit rights and > should be able to pick up your patches for you, if they get stuck. I've applied the patches. I don't think we should merge this one though, a one-off mishap can happen. Maxime [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: drm/sti: mark it as Odd Fixes 2024-07-05 11:22 ` Maxime Ripard @ 2024-07-05 11:33 ` Krzysztof Kozlowski 2024-07-05 13:41 ` Daniel Vetter 0 siblings, 1 reply; 8+ messages in thread From: Krzysztof Kozlowski @ 2024-07-05 11:33 UTC (permalink / raw) To: Maxime Ripard, Alain Volmat, Maarten Lankhorst, Thomas Zimmermann, David Airlie, dri-devel, linux-kernel, Dmitry Baryshkov, Neil Armstrong On 05/07/2024 13:22, Maxime Ripard wrote: > On Fri, Jul 05, 2024 at 01:19:50PM GMT, Daniel Vetter wrote: >> On Fri, Jul 05, 2024 at 12:03:56PM +0200, Krzysztof Kozlowski wrote: >>> Patches to STI DRM are not being picked up, so even though there is >>> maintainer activity, it seems that these drivers are not being actively >>> looked at. Reflect this in maintainer status. >> >> Note that since the driver is in drm-misc, other committers can also pick >> up patches and push them. Both Neil and Dimtry have commit rights and >> should be able to pick up your patches for you, if they get stuck. > > I've applied the patches. > > I don't think we should merge this one though, a one-off mishap can happen. Sure. Folks, maybe then pattern in maintainers should be somehow changed or grew? The recommendation to all submitters is to use get_maintainers.pl. b4 also does it. In this particular case, using get_maintainers.pl or b4 will result in patches not being picked up. Best regards, Krzysztof ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: drm/sti: mark it as Odd Fixes 2024-07-05 11:33 ` Krzysztof Kozlowski @ 2024-07-05 13:41 ` Daniel Vetter 2024-07-05 15:14 ` Alain Volmat 0 siblings, 1 reply; 8+ messages in thread From: Daniel Vetter @ 2024-07-05 13:41 UTC (permalink / raw) To: Krzysztof Kozlowski Cc: Maxime Ripard, Alain Volmat, Maarten Lankhorst, Thomas Zimmermann, David Airlie, dri-devel, linux-kernel, Dmitry Baryshkov, Neil Armstrong On Fri, Jul 05, 2024 at 01:33:38PM +0200, Krzysztof Kozlowski wrote: > On 05/07/2024 13:22, Maxime Ripard wrote: > > On Fri, Jul 05, 2024 at 01:19:50PM GMT, Daniel Vetter wrote: > >> On Fri, Jul 05, 2024 at 12:03:56PM +0200, Krzysztof Kozlowski wrote: > >>> Patches to STI DRM are not being picked up, so even though there is > >>> maintainer activity, it seems that these drivers are not being actively > >>> looked at. Reflect this in maintainer status. > >> > >> Note that since the driver is in drm-misc, other committers can also pick > >> up patches and push them. Both Neil and Dimtry have commit rights and > >> should be able to pick up your patches for you, if they get stuck. > > > > I've applied the patches. > > > > I don't think we should merge this one though, a one-off mishap can happen. > > Sure. > > Folks, maybe then pattern in maintainers should be somehow changed or grew? > > The recommendation to all submitters is to use get_maintainers.pl. b4 > also does it. In this particular case, using get_maintainers.pl or b4 > will result in patches not being picked up. I think get_maintainers.pl is correct: You get the driver maintainer, plus drm-misc maintainers as official fallback, plus Dave&me as fallback of last resorts. So all correct. What's special with the commit rights model is that other committers that work all over the subsystem can also pick up the patches for you, so that the drm-misc mainters don't become a bottleneck. But the ideal person there are drm-misc committers who work in your team or company, or someone else where you have some goodwill credits to spend with and ask them for a favour. And there's just no way to model that and make sure the script gives you the right suggestions. -Sima -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: drm/sti: mark it as Odd Fixes 2024-07-05 13:41 ` Daniel Vetter @ 2024-07-05 15:14 ` Alain Volmat 2024-07-08 14:57 ` Maxime Ripard 0 siblings, 1 reply; 8+ messages in thread From: Alain Volmat @ 2024-07-05 15:14 UTC (permalink / raw) To: Krzysztof Kozlowski, Maxime Ripard, Daniel Vetter, Maarten Lankhorst, Thomas Zimmermann, David Airlie, dri-devel, linux-kernel, Dmitry Baryshkov, Neil Armstrong Cc: Philippe CORNU, Yannick FERTRE, Raphael Gallais-Pou Hi Krzysztof, Daniel, and Maxime, On Fri, Jul 05, 2024 at 03:41:26PM +0200, Daniel Vetter wrote: > On Fri, Jul 05, 2024 at 01:33:38PM +0200, Krzysztof Kozlowski wrote: > > On 05/07/2024 13:22, Maxime Ripard wrote: > > > On Fri, Jul 05, 2024 at 01:19:50PM GMT, Daniel Vetter wrote: > > >> On Fri, Jul 05, 2024 at 12:03:56PM +0200, Krzysztof Kozlowski wrote: > > >>> Patches to STI DRM are not being picked up, so even though there is > > >>> maintainer activity, it seems that these drivers are not being actively > > >>> looked at. Reflect this in maintainer status. > > >> > > >> Note that since the driver is in drm-misc, other committers can also pick > > >> up patches and push them. Both Neil and Dimtry have commit rights and > > >> should be able to pick up your patches for you, if they get stuck. > > > > > > I've applied the patches. > > > > > > I don't think we should merge this one though, a one-off mishap can happen. > > > > Sure. > > > > Folks, maybe then pattern in maintainers should be somehow changed or grew? > > > > The recommendation to all submitters is to use get_maintainers.pl. b4 > > also does it. In this particular case, using get_maintainers.pl or b4 > > will result in patches not being picked up. > > I think get_maintainers.pl is correct: You get the driver maintainer, plus > drm-misc maintainers as official fallback, plus Dave&me as fallback of > last resorts. So all correct. > > What's special with the commit rights model is that other committers that > work all over the subsystem can also pick up the patches for you, so that > the drm-misc mainters don't become a bottleneck. But the ideal person > there are drm-misc committers who work in your team or company, or someone > else where you have some goodwill credits to spend with and ask them for a > favour. And there's just no way to model that and make sure the script > gives you the right suggestions. Many thanks for all your emails and your support. In the past, I've never committed patches to drm-misc myself and, to be honest, missed the point that as a drm driver maintainer, I should also do so. Thanks to recent discussions, I now fully understand how it should be done. That said, since the volume of drm/sti patches is rather small, I will from now on request help for commit from drm/stm (Philippe, Yannick, and Raphael) and drm-misc maintainers in a more "pro-active" way :-) Sorry for the inconvenience, and once again, many thanks for your support. Alain > -Sima > -- > Daniel Vetter > Software Engineer, Intel Corporation > http://blog.ffwll.ch ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: drm/sti: mark it as Odd Fixes 2024-07-05 15:14 ` Alain Volmat @ 2024-07-08 14:57 ` Maxime Ripard 2024-07-09 12:34 ` Alain Volmat 0 siblings, 1 reply; 8+ messages in thread From: Maxime Ripard @ 2024-07-08 14:57 UTC (permalink / raw) To: Krzysztof Kozlowski, Daniel Vetter, Maarten Lankhorst, Thomas Zimmermann, David Airlie, dri-devel, linux-kernel, Dmitry Baryshkov, Neil Armstrong, Philippe CORNU, Yannick FERTRE, Raphael Gallais-Pou [-- Attachment #1: Type: text/plain, Size: 2968 bytes --] On Fri, Jul 05, 2024 at 05:14:36PM GMT, Alain Volmat wrote: > Hi Krzysztof, Daniel, and Maxime, > > On Fri, Jul 05, 2024 at 03:41:26PM +0200, Daniel Vetter wrote: > > On Fri, Jul 05, 2024 at 01:33:38PM +0200, Krzysztof Kozlowski wrote: > > > On 05/07/2024 13:22, Maxime Ripard wrote: > > > > On Fri, Jul 05, 2024 at 01:19:50PM GMT, Daniel Vetter wrote: > > > >> On Fri, Jul 05, 2024 at 12:03:56PM +0200, Krzysztof Kozlowski wrote: > > > >>> Patches to STI DRM are not being picked up, so even though there is > > > >>> maintainer activity, it seems that these drivers are not being actively > > > >>> looked at. Reflect this in maintainer status. > > > >> > > > >> Note that since the driver is in drm-misc, other committers can also pick > > > >> up patches and push them. Both Neil and Dimtry have commit rights and > > > >> should be able to pick up your patches for you, if they get stuck. > > > > > > > > I've applied the patches. > > > > > > > > I don't think we should merge this one though, a one-off mishap can happen. > > > > > > Sure. > > > > > > Folks, maybe then pattern in maintainers should be somehow changed or grew? > > > > > > The recommendation to all submitters is to use get_maintainers.pl. b4 > > > also does it. In this particular case, using get_maintainers.pl or b4 > > > will result in patches not being picked up. > > > > I think get_maintainers.pl is correct: You get the driver maintainer, plus > > drm-misc maintainers as official fallback, plus Dave&me as fallback of > > last resorts. So all correct. > > > > What's special with the commit rights model is that other committers that > > work all over the subsystem can also pick up the patches for you, so that > > the drm-misc mainters don't become a bottleneck. But the ideal person > > there are drm-misc committers who work in your team or company, or someone > > else where you have some goodwill credits to spend with and ask them for a > > favour. And there's just no way to model that and make sure the script > > gives you the right suggestions. > > Many thanks for all your emails and your support. > > In the past, I've never committed patches to drm-misc myself and, to be honest, > missed the point that as a drm driver maintainer, I should also do so. Are you saying you don't have a drm-misc account, or that you don't want to participate? > Thanks to recent discussions, I now fully understand how it should be done. > > That said, since the volume of drm/sti patches is rather small, I will > from now on request help for commit from drm/stm (Philippe, Yannick, > and Raphael) and drm-misc maintainers in a more "pro-active" way :-) > > Sorry for the inconvenience, and once again, many thanks for your > support. Sorry, but the expectation is very much that you merge at least some of the patches for the driver you maintain, and not just rely on someone eventually picking it up. Maxime [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 273 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: drm/sti: mark it as Odd Fixes 2024-07-08 14:57 ` Maxime Ripard @ 2024-07-09 12:34 ` Alain Volmat 0 siblings, 0 replies; 8+ messages in thread From: Alain Volmat @ 2024-07-09 12:34 UTC (permalink / raw) To: Maxime Ripard Cc: Krzysztof Kozlowski, Daniel Vetter, Maarten Lankhorst, Thomas Zimmermann, David Airlie, dri-devel, linux-kernel, Dmitry Baryshkov, Neil Armstrong, Philippe CORNU, Yannick FERTRE, Raphael Gallais-Pou, Alain Volmat Hi Maxime, On Mon, Jul 08, 2024 at 04:57:49PM +0200, Maxime Ripard wrote: > On Fri, Jul 05, 2024 at 05:14:36PM GMT, Alain Volmat wrote: > > Hi Krzysztof, Daniel, and Maxime, > > > > On Fri, Jul 05, 2024 at 03:41:26PM +0200, Daniel Vetter wrote: > > > On Fri, Jul 05, 2024 at 01:33:38PM +0200, Krzysztof Kozlowski wrote: > > > > On 05/07/2024 13:22, Maxime Ripard wrote: > > > > > On Fri, Jul 05, 2024 at 01:19:50PM GMT, Daniel Vetter wrote: > > > > >> On Fri, Jul 05, 2024 at 12:03:56PM +0200, Krzysztof Kozlowski wrote: > > > > >>> Patches to STI DRM are not being picked up, so even though there is > > > > >>> maintainer activity, it seems that these drivers are not being actively > > > > >>> looked at. Reflect this in maintainer status. > > > > >> > > > > >> Note that since the driver is in drm-misc, other committers can also pick > > > > >> up patches and push them. Both Neil and Dimtry have commit rights and > > > > >> should be able to pick up your patches for you, if they get stuck. > > > > > > > > > > I've applied the patches. > > > > > > > > > > I don't think we should merge this one though, a one-off mishap can happen. > > > > > > > > Sure. > > > > > > > > Folks, maybe then pattern in maintainers should be somehow changed or grew? > > > > > > > > The recommendation to all submitters is to use get_maintainers.pl. b4 > > > > also does it. In this particular case, using get_maintainers.pl or b4 > > > > will result in patches not being picked up. > > > > > > I think get_maintainers.pl is correct: You get the driver maintainer, plus > > > drm-misc maintainers as official fallback, plus Dave&me as fallback of > > > last resorts. So all correct. > > > > > > What's special with the commit rights model is that other committers that > > > work all over the subsystem can also pick up the patches for you, so that > > > the drm-misc mainters don't become a bottleneck. But the ideal person > > > there are drm-misc committers who work in your team or company, or someone > > > else where you have some goodwill credits to spend with and ask them for a > > > favour. And there's just no way to model that and make sure the script > > > gives you the right suggestions. > > > > Many thanks for all your emails and your support. > > > > In the past, I've never committed patches to drm-misc myself and, to be honest, > > missed the point that as a drm driver maintainer, I should also do so. > > Are you saying you don't have a drm-misc account, or that you don't want > to participate? I don't have (yet) a drm-misc account. But following recents email exchanges, expectations are now clear so I will request an account in order to merge as well patches of drm/sti. Thanks a lot Maxime for all the explanations. Alain > > > Thanks to recent discussions, I now fully understand how it should be done. > > > > That said, since the volume of drm/sti patches is rather small, I will > > from now on request help for commit from drm/stm (Philippe, Yannick, > > and Raphael) and drm-misc maintainers in a more "pro-active" way :-) > > > > Sorry for the inconvenience, and once again, many thanks for your > > support. > > Sorry, but the expectation is very much that you merge at least some of > the patches for the driver you maintain, and not just rely on someone > eventually picking it up. > > Maxime ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-07-09 12:35 UTC | newest] Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2024-07-05 10:03 [PATCH] MAINTAINERS: drm/sti: mark it as Odd Fixes Krzysztof Kozlowski 2024-07-05 11:19 ` Daniel Vetter 2024-07-05 11:22 ` Maxime Ripard 2024-07-05 11:33 ` Krzysztof Kozlowski 2024-07-05 13:41 ` Daniel Vetter 2024-07-05 15:14 ` Alain Volmat 2024-07-08 14:57 ` Maxime Ripard 2024-07-09 12:34 ` Alain Volmat
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®