All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm-misc.rst: Document commit rights
@ 2018-04-26 14:25 Daniel Vetter
  2018-04-26 14:29 ` Daniel Vetter
  2018-04-26 14:54 ` Lukas Wunner
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Vetter @ 2018-04-26 14:25 UTC (permalink / raw)
  To: DRI Development
  Cc: Ben Widawsky, Petri Latvala, Jani Nikula, Daniel Vetter,
	Keith Packard, Kenneth Graunke, Kristian H . Kristensen,
	Daniel Vetter, Alex Deucher, Arkadiusz Hiler, Rodrigo Vivi

This is the exact same text as proposed&merged for igt:

https://patchwork.kernel.org/patch/10339739/

With one minor change: Both regular contributions to the kernel
overall and to userspace graphics counts. We've gained a few
committers in the past who are coming from arm-soc platform work and
similar areas, to upstream&maintain drm drivers for their platform.

For simplicity I've kept the same massive Cc: list.

Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Cc: Ben Widawsky <ben@bwidawsk.net>
Cc: Daniel Stone <daniel@fooishbar.org>
Cc: Dave Airlie <airlied@gmail.com>
Cc: Eric Anholt <eric@anholt.net>
Acked-by: Gustavo Padovan <gustavo@padovan.org>
Cc: Gustavo Padovan <gustavo@padovan.org>
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Keith Packard <keithp@keithp.com>
Cc: Kenneth Graunke <kenneth@whitecape.org>
Cc: Kristian H. Kristensen <hoegsberg@google.com>
Acked-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Petri Latvala <petri.latvala@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Acked-by: Sean Paul <seanpaul@chromium.org>
Cc: Sean Paul <seanpaul@chromium.org>
Cc: Keith Packard <keithp@keithp.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 drm-misc.rst | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/drm-misc.rst b/drm-misc.rst
index 187a4df07ad4..21cbaefda9aa 100644
--- a/drm-misc.rst
+++ b/drm-misc.rst
@@ -174,6 +174,54 @@ Maintainers mostly provide services to keep drm-misc running smoothly:
 * Take the blame when something goes wrong. Maintainers interface and represent
   the entire group of committers to the wider kernel community.
 
+Commit Rights
+=============
+
+Commit rights will be granted to anyone who requests them and fulfills the
+below criteria:
+
+- Submitted a few (5-10 as a rule of thumb) non-trivial (not just simple
+  spelling fixes and whitespace adjustment) patches that have been merged
+  already.
+
+- Are actively participating on discussions about their work (on the mailing
+  list or IRC). This should not be interpreted as a requirement to review other
+  peoples patches but just make sure that patch submission isn't one-way
+  communication. Cross-review is still highly encouraged.
+
+- Will be regularly contributing further patches. This includes regular
+  contributors to other parts of the linux kernel or the open source graphics
+  stack who only do the oddball rare patch within drm-misc itself.
+
+- Agrees to use their commit rights in accordance with the documented merge
+  criteria, tools, and processes.
+
+Apply for an account (and any other account change requests) through
+
+https://www.freedesktop.org/wiki/AccountRequests/
+
+and please ping the maintainers if your request is stuck.
+
+Committers are encouraged to request their commit rights get removed when they
+no longer contribute to the project. Commit rights will be reinstated when they
+come back to the project.
+
+Maintainers and committers should encourage contributors to request commit
+rights, especially junior contributors tend to underestimate their skills.
+
+Code of Conduct
+===============
+
+Please be aware the fd.o Code of Conduct also applies to drm-misc:
+
+https://www.freedesktop.org/wiki/CodeOfConduct/
+
+See the MAINTAINERS file for contact details of the drm-misc maintainers.
+
+Abuse of commit rights, like engaging in commit fights or willfully pushing
+patches that violate the documented merge criteria, will also be handled through
+the Code of Conduct enforcement process.
+
 Tooling
 =======
 
-- 
2.17.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm-misc.rst: Document commit rights
  2018-04-26 14:25 [PATCH] drm-misc.rst: Document commit rights Daniel Vetter
@ 2018-04-26 14:29 ` Daniel Vetter
  2018-04-26 14:54 ` Lukas Wunner
  1 sibling, 0 replies; 4+ messages in thread
From: Daniel Vetter @ 2018-04-26 14:29 UTC (permalink / raw)
  To: DRI Development,
	DRM maintainer tools announcements, discussion, and development
  Cc: Ben Widawsky, Petri Latvala, Jani Nikula, Daniel Vetter,
	Keith Packard, Kenneth Graunke, Kristian H . Kristensen,
	Daniel Vetter, Alex Deucher, Arkadiusz Hiler, Rodrigo Vivi

On Thu, Apr 26, 2018 at 4:25 PM, Daniel Vetter <daniel.vetter@ffwll.ch> wrote:
> This is the exact same text as proposed&merged for igt:
>
> https://patchwork.kernel.org/patch/10339739/
>
> With one minor change: Both regular contributions to the kernel
> overall and to userspace graphics counts. We've gained a few
> committers in the past who are coming from arm-soc platform work and
> similar areas, to upstream&maintain drm drivers for their platform.
>
> For simplicity I've kept the same massive Cc: list.
>
> Cc: Alex Deucher <alexander.deucher@amd.com>
> Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
> Cc: Ben Widawsky <ben@bwidawsk.net>
> Cc: Daniel Stone <daniel@fooishbar.org>
> Cc: Dave Airlie <airlied@gmail.com>
> Cc: Eric Anholt <eric@anholt.net>
> Acked-by: Gustavo Padovan <gustavo@padovan.org>
> Cc: Gustavo Padovan <gustavo@padovan.org>
> Cc: Jani Nikula <jani.nikula@intel.com>
> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
> Cc: Keith Packard <keithp@keithp.com>
> Cc: Kenneth Graunke <kenneth@whitecape.org>
> Cc: Kristian H. Kristensen <hoegsberg@google.com>
> Acked-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Cc: Petri Latvala <petri.latvala@intel.com>
> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Acked-by: Sean Paul <seanpaul@chromium.org>
> Cc: Sean Paul <seanpaul@chromium.org>
> Cc: Keith Packard <keithp@keithp.com>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>

So after pushing this patch accidentally instead of the dim bugfix I
also forgot to cc dim-tools when sending it out.

Really not the best day today ...
-Daniel
> ---
>  drm-misc.rst | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 48 insertions(+)
>
> diff --git a/drm-misc.rst b/drm-misc.rst
> index 187a4df07ad4..21cbaefda9aa 100644
> --- a/drm-misc.rst
> +++ b/drm-misc.rst
> @@ -174,6 +174,54 @@ Maintainers mostly provide services to keep drm-misc running smoothly:
>  * Take the blame when something goes wrong. Maintainers interface and represent
>    the entire group of committers to the wider kernel community.
>
> +Commit Rights
> +=============
> +
> +Commit rights will be granted to anyone who requests them and fulfills the
> +below criteria:
> +
> +- Submitted a few (5-10 as a rule of thumb) non-trivial (not just simple
> +  spelling fixes and whitespace adjustment) patches that have been merged
> +  already.
> +
> +- Are actively participating on discussions about their work (on the mailing
> +  list or IRC). This should not be interpreted as a requirement to review other
> +  peoples patches but just make sure that patch submission isn't one-way
> +  communication. Cross-review is still highly encouraged.
> +
> +- Will be regularly contributing further patches. This includes regular
> +  contributors to other parts of the linux kernel or the open source graphics
> +  stack who only do the oddball rare patch within drm-misc itself.
> +
> +- Agrees to use their commit rights in accordance with the documented merge
> +  criteria, tools, and processes.
> +
> +Apply for an account (and any other account change requests) through
> +
> +https://www.freedesktop.org/wiki/AccountRequests/
> +
> +and please ping the maintainers if your request is stuck.
> +
> +Committers are encouraged to request their commit rights get removed when they
> +no longer contribute to the project. Commit rights will be reinstated when they
> +come back to the project.
> +
> +Maintainers and committers should encourage contributors to request commit
> +rights, especially junior contributors tend to underestimate their skills.
> +
> +Code of Conduct
> +===============
> +
> +Please be aware the fd.o Code of Conduct also applies to drm-misc:
> +
> +https://www.freedesktop.org/wiki/CodeOfConduct/
> +
> +See the MAINTAINERS file for contact details of the drm-misc maintainers.
> +
> +Abuse of commit rights, like engaging in commit fights or willfully pushing
> +patches that violate the documented merge criteria, will also be handled through
> +the Code of Conduct enforcement process.
> +
>  Tooling
>  =======
>
> --
> 2.17.0
>



-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - 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] 4+ messages in thread

* Re: [PATCH] drm-misc.rst: Document commit rights
  2018-04-26 14:25 [PATCH] drm-misc.rst: Document commit rights Daniel Vetter
  2018-04-26 14:29 ` Daniel Vetter
@ 2018-04-26 14:54 ` Lukas Wunner
  2018-04-30 12:53   ` Daniel Vetter
  1 sibling, 1 reply; 4+ messages in thread
From: Lukas Wunner @ 2018-04-26 14:54 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: Ben Widawsky, dim-tools, Petri Latvala, Jani Nikula,
	Keith Packard, DRI Development, Kenneth Graunke,
	Kristian H . Kristensen, Rodrigo Vivi, Alex Deucher,
	Daniel Vetter, Arkadiusz Hiler

On Thu, Apr 26, 2018 at 04:25:57PM +0200, Daniel Vetter wrote:
> This is the exact same text as proposed&merged for igt:
> 
> https://patchwork.kernel.org/patch/10339739/
> 
> With one minor change: Both regular contributions to the kernel
> overall and to userspace graphics counts. We've gained a few
> committers in the past who are coming from arm-soc platform work and
> similar areas, to upstream&maintain drm drivers for their platform.

FWIW,
Acked-by: Lukas Wunner <lukas@wunner.de>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm-misc.rst: Document commit rights
  2018-04-26 14:54 ` Lukas Wunner
@ 2018-04-30 12:53   ` Daniel Vetter
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Vetter @ 2018-04-30 12:53 UTC (permalink / raw)
  To: Lukas Wunner
  Cc: Ben Widawsky, dim-tools, Petri Latvala, Jani Nikula,
	Daniel Vetter, Keith Packard, DRI Development, Kenneth Graunke,
	Kristian H . Kristensen, Rodrigo Vivi, Alex Deucher,
	Daniel Vetter, Arkadiusz Hiler

On Thu, Apr 26, 2018 at 04:54:23PM +0200, Lukas Wunner wrote:
> On Thu, Apr 26, 2018 at 04:25:57PM +0200, Daniel Vetter wrote:
> > This is the exact same text as proposed&merged for igt:
> > 
> > https://patchwork.kernel.org/patch/10339739/
> > 
> > With one minor change: Both regular contributions to the kernel
> > overall and to userspace graphics counts. We've gained a few
> > committers in the past who are coming from arm-soc platform work and
> > similar areas, to upstream&maintain drm drivers for their platform.
> 
> FWIW,
> Acked-by: Lukas Wunner <lukas@wunner.de>

Pushed with Dave's irc-ack.
-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] 4+ messages in thread

end of thread, other threads:[~2018-04-30 12:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-26 14:25 [PATCH] drm-misc.rst: Document commit rights Daniel Vetter
2018-04-26 14:29 ` Daniel Vetter
2018-04-26 14:54 ` Lukas Wunner
2018-04-30 12:53   ` 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.