All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dim/drm-misc: Add rule to not push patches with issues
@ 2021-07-09  8:11 Daniel Vetter
  2021-07-09  8:12 ` Christian König
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Daniel Vetter @ 2021-07-09  8:11 UTC (permalink / raw)
  To: DRI Development
  Cc: dim-tools, Daniel Vetter, Thomas Zimmermann, Daniel Vetter,
	Christian König

We kinda left this out, and I like the wording from the drm-intel
side, so add that. Motivated by a discussion with Christian.

Cc: Christian König <christian.koenig@amd.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 committer-drm-misc.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/committer-drm-misc.rst b/committer-drm-misc.rst
index 9497a5d26a9d..110ca8b0525e 100644
--- a/committer-drm-misc.rst
+++ b/committer-drm-misc.rst
@@ -21,6 +21,9 @@ Merge Criteria
 
 Right now the only hard merge criteria are:
 
+* There must not be open issues or unresolved or conflicting feedback from
+  anyone. Clear them up first. Defer to maintainers as needed.
+
 * Patch is properly reviewed or at least Ack, i.e. don't just push your own
   stuff directly. This rule holds even more for bugfix patches - it would be
   embarrassing if the bugfix contains a small gotcha that review would have
-- 
2.32.0


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

* Re: [PATCH] dim/drm-misc: Add rule to not push patches with issues
  2021-07-09  8:11 [PATCH] dim/drm-misc: Add rule to not push patches with issues Daniel Vetter
@ 2021-07-09  8:12 ` Christian König
  2021-07-10 16:03 ` Maxime Ripard
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Christian König @ 2021-07-09  8:12 UTC (permalink / raw)
  To: Daniel Vetter, DRI Development
  Cc: dim-tools, Thomas Zimmermann, Daniel Vetter



Am 09.07.21 um 10:11 schrieb Daniel Vetter:
> We kinda left this out, and I like the wording from the drm-intel
> side, so add that. Motivated by a discussion with Christian.
>
> Cc: Christian König <christian.koenig@amd.com>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Cc: Maxime Ripard <mripard@kernel.org>
> Cc: Thomas Zimmermann <tzimmermann@suse.de>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>

Reviewed-by: Christian König <christian.koenig@amd.com>

> ---
>   committer-drm-misc.rst | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/committer-drm-misc.rst b/committer-drm-misc.rst
> index 9497a5d26a9d..110ca8b0525e 100644
> --- a/committer-drm-misc.rst
> +++ b/committer-drm-misc.rst
> @@ -21,6 +21,9 @@ Merge Criteria
>   
>   Right now the only hard merge criteria are:
>   
> +* There must not be open issues or unresolved or conflicting feedback from
> +  anyone. Clear them up first. Defer to maintainers as needed.
> +
>   * Patch is properly reviewed or at least Ack, i.e. don't just push your own
>     stuff directly. This rule holds even more for bugfix patches - it would be
>     embarrassing if the bugfix contains a small gotcha that review would have


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

* Re: [PATCH] dim/drm-misc: Add rule to not push patches with issues
  2021-07-09  8:11 [PATCH] dim/drm-misc: Add rule to not push patches with issues Daniel Vetter
  2021-07-09  8:12 ` Christian König
@ 2021-07-10 16:03 ` Maxime Ripard
  2021-07-13 13:05 ` Thomas Zimmermann
  2021-07-13 20:22 ` Daniel Vetter
  3 siblings, 0 replies; 5+ messages in thread
From: Maxime Ripard @ 2021-07-10 16:03 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: dim-tools, DRI Development, Thomas Zimmermann, Daniel Vetter,
	Christian König

On Fri, Jul 09, 2021 at 10:11:16AM +0200, Daniel Vetter wrote:
> We kinda left this out, and I like the wording from the drm-intel
> side, so add that. Motivated by a discussion with Christian.
> 
> Cc: Christian König <christian.koenig@amd.com>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Cc: Maxime Ripard <mripard@kernel.org>
> Cc: Thomas Zimmermann <tzimmermann@suse.de>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>

Acked-by: Maxime Ripard <maxime@cerno.tech>

Thanks!
Maxime

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

* Re: [PATCH] dim/drm-misc: Add rule to not push patches with issues
  2021-07-09  8:11 [PATCH] dim/drm-misc: Add rule to not push patches with issues Daniel Vetter
  2021-07-09  8:12 ` Christian König
  2021-07-10 16:03 ` Maxime Ripard
@ 2021-07-13 13:05 ` Thomas Zimmermann
  2021-07-13 20:22 ` Daniel Vetter
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Zimmermann @ 2021-07-13 13:05 UTC (permalink / raw)
  To: Daniel Vetter, DRI Development
  Cc: Daniel Vetter, dim-tools, Christian König


[-- Attachment #1.1: Type: text/plain, Size: 1499 bytes --]



Am 09.07.21 um 10:11 schrieb Daniel Vetter:
> We kinda left this out, and I like the wording from the drm-intel
> side, so add that. Motivated by a discussion with Christian.

I always thought this goes without saying.

> 
> Cc: Christian König <christian.koenig@amd.com>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Cc: Maxime Ripard <mripard@kernel.org>
> Cc: Thomas Zimmermann <tzimmermann@suse.de>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>

Acked-by: Thomas Zimmermann <tzimmermann@suse.de>

> ---
>   committer-drm-misc.rst | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/committer-drm-misc.rst b/committer-drm-misc.rst
> index 9497a5d26a9d..110ca8b0525e 100644
> --- a/committer-drm-misc.rst
> +++ b/committer-drm-misc.rst
> @@ -21,6 +21,9 @@ Merge Criteria
>   
>   Right now the only hard merge criteria are:
>   
> +* There must not be open issues or unresolved or conflicting feedback from
> +  anyone. Clear them up first. Defer to maintainers as needed.
> +
>   * Patch is properly reviewed or at least Ack, i.e. don't just push your own
>     stuff directly. This rule holds even more for bugfix patches - it would be
>     embarrassing if the bugfix contains a small gotcha that review would have
> 

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Felix Imendörffer


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

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

* Re: [PATCH] dim/drm-misc: Add rule to not push patches with issues
  2021-07-09  8:11 [PATCH] dim/drm-misc: Add rule to not push patches with issues Daniel Vetter
                   ` (2 preceding siblings ...)
  2021-07-13 13:05 ` Thomas Zimmermann
@ 2021-07-13 20:22 ` Daniel Vetter
  3 siblings, 0 replies; 5+ messages in thread
From: Daniel Vetter @ 2021-07-13 20:22 UTC (permalink / raw)
  To: DRI Development
  Cc: DRM maintainer tools announcements, discussion, and development,
	Thomas Zimmermann, Daniel Vetter, Christian König

On Fri, Jul 9, 2021 at 10:11 AM Daniel Vetter <daniel.vetter@ffwll.ch> wrote:
>
> We kinda left this out, and I like the wording from the drm-intel
> side, so add that. Motivated by a discussion with Christian.
>
> Cc: Christian König <christian.koenig@amd.com>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Cc: Maxime Ripard <mripard@kernel.org>
> Cc: Thomas Zimmermann <tzimmermann@suse.de>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>

Pushed, thanks for all the r-b/acks.
-Daniel

> ---
>  committer-drm-misc.rst | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/committer-drm-misc.rst b/committer-drm-misc.rst
> index 9497a5d26a9d..110ca8b0525e 100644
> --- a/committer-drm-misc.rst
> +++ b/committer-drm-misc.rst
> @@ -21,6 +21,9 @@ Merge Criteria
>
>  Right now the only hard merge criteria are:
>
> +* There must not be open issues or unresolved or conflicting feedback from
> +  anyone. Clear them up first. Defer to maintainers as needed.
> +
>  * Patch is properly reviewed or at least Ack, i.e. don't just push your own
>    stuff directly. This rule holds even more for bugfix patches - it would be
>    embarrassing if the bugfix contains a small gotcha that review would have
> --
> 2.32.0
>


-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

end of thread, other threads:[~2021-07-13 20:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-09  8:11 [PATCH] dim/drm-misc: Add rule to not push patches with issues Daniel Vetter
2021-07-09  8:12 ` Christian König
2021-07-10 16:03 ` Maxime Ripard
2021-07-13 13:05 ` Thomas Zimmermann
2021-07-13 20:22 ` 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.