All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] doc: End transition period.
@ 2019-02-05 22:18 Rodrigo Vivi
  2019-02-05 22:52 ` Antonio Argenziano
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Rodrigo Vivi @ 2019-02-05 22:18 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala, Rodrigo Vivi

igt-dev is pretty established after a 1-year transition.

Let's end the transition and avoid confusion.

Cc: Easwar Hariharan <easwar.hariharan@intel.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Petri Latvala <petri.latvala@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 CONTRIBUTING.md | 18 ------------------
 autogen.sh      |  3 ---
 meson.sh        |  2 --
 3 files changed, 23 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 27c8e796..c2169375 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -10,24 +10,6 @@ A short list of contribution guidelines:
 
       Development mailing list for IGT GPU Tools <igt-dev@lists.freedesktop.org>
 
-  For a transition period patches are accepted on both the igt-dev mailing list
-  and the former intel-gfx mailing list (with the appropriate patch
-  subjectprefix, see below).
-
-  During the transition period, feel free to send patches to both lists if you
-  have a need to do so, as they will get deduplicated so they only appear and
-  are tested in one Patchwork instance.
-
-      Intel GFX discussion <intel-gfx@lists.freedesktop.org>
-
-  Please use --subject-prefix="PATCH i-g-t" so IGT patches are easily
-  identified in the massive amount mails on intel-gfx. To ensure this is always
-  done, meson.sh (and autogen.sh) will run:
-
-      git config format.subjectprefix "PATCH i-g-t"
-
-  on its first invocation.
-
 - igt-gpu-tools is MIT licensed and we require contributions to follow the
   developer's certificate of origin: http://developercertificate.org/
 
diff --git a/autogen.sh b/autogen.sh
index 65fcab2f..55764070 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,9 +9,6 @@ cd $srcdir
 autoreconf -v --install || exit 1
 cd $ORIGDIR || exit $?
 
-git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
-    git config --local format.subjectPrefix "PATCH i-g-t"
-
 if test -z "$NOCONFIGURE"; then
         $srcdir/configure "$@"
 fi
diff --git a/meson.sh b/meson.sh
index 7cf9d4a3..3d5d8e9a 100755
--- a/meson.sh
+++ b/meson.sh
@@ -35,6 +35,4 @@ docs:
 
 EOF
 
-git config format.subjectprefix "PATCH i-g-t"
-
 make $@
-- 
2.20.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] doc: End transition period.
  2019-02-05 22:18 [igt-dev] [PATCH i-g-t] doc: End transition period Rodrigo Vivi
@ 2019-02-05 22:52 ` Antonio Argenziano
  2019-02-11 19:18   ` Rodrigo Vivi
  2019-02-05 22:53 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Antonio Argenziano @ 2019-02-05 22:52 UTC (permalink / raw)
  To: Rodrigo Vivi, igt-dev; +Cc: Petri Latvala



On 05/02/19 14:18, Rodrigo Vivi wrote:
> igt-dev is pretty established after a 1-year transition.
> 
> Let's end the transition and avoid confusion.
> 
> Cc: Easwar Hariharan <easwar.hariharan@intel.com>
> Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
> Cc: Petri Latvala <petri.latvala@intel.com>
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> ---
>   CONTRIBUTING.md | 18 ------------------
>   autogen.sh      |  3 ---
>   meson.sh        |  2 --
>   3 files changed, 23 deletions(-)
> 
> diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
> index 27c8e796..c2169375 100644
> --- a/CONTRIBUTING.md
> +++ b/CONTRIBUTING.md
> @@ -10,24 +10,6 @@ A short list of contribution guidelines:
>   
>         Development mailing list for IGT GPU Tools <igt-dev@lists.freedesktop.org>
>   
> -  For a transition period patches are accepted on both the igt-dev mailing list
> -  and the former intel-gfx mailing list (with the appropriate patch
> -  subjectprefix, see below).
> -
> -  During the transition period, feel free to send patches to both lists if you
> -  have a need to do so, as they will get deduplicated so they only appear and
> -  are tested in one Patchwork instance.
> -
> -      Intel GFX discussion <intel-gfx@lists.freedesktop.org>
> -
> -  Please use --subject-prefix="PATCH i-g-t" so IGT patches are easily
> -  identified in the massive amount mails on intel-gfx. To ensure this is always
> -  done, meson.sh (and autogen.sh) will run:
> -
> -      git config format.subjectprefix "PATCH i-g-t"

IIRC, the agreement was that patches will still be sent to intel-gfx if 
they affect the driver. So, keeping the prefix would still be useful.

Antonio

> -
> -  on its first invocation.
> -
>   - igt-gpu-tools is MIT licensed and we require contributions to follow the
>     developer's certificate of origin: http://developercertificate.org/
>   
> diff --git a/autogen.sh b/autogen.sh
> index 65fcab2f..55764070 100755
> --- a/autogen.sh
> +++ b/autogen.sh
> @@ -9,9 +9,6 @@ cd $srcdir
>   autoreconf -v --install || exit 1
>   cd $ORIGDIR || exit $?
>   
> -git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
> -    git config --local format.subjectPrefix "PATCH i-g-t"
> -
>   if test -z "$NOCONFIGURE"; then
>           $srcdir/configure "$@"
>   fi
> diff --git a/meson.sh b/meson.sh
> index 7cf9d4a3..3d5d8e9a 100755
> --- a/meson.sh
> +++ b/meson.sh
> @@ -35,6 +35,4 @@ docs:
>   
>   EOF
>   
> -git config format.subjectprefix "PATCH i-g-t"
> -
>   make $@
> 
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.BAT: success for doc: End transition period.
  2019-02-05 22:18 [igt-dev] [PATCH i-g-t] doc: End transition period Rodrigo Vivi
  2019-02-05 22:52 ` Antonio Argenziano
@ 2019-02-05 22:53 ` Patchwork
  2019-02-06  4:15 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2019-02-05 22:53 UTC (permalink / raw)
  To: Rodrigo Vivi; +Cc: igt-dev

== Series Details ==

Series: doc: End transition period.
URL   : https://patchwork.freedesktop.org/series/56261/
State : success

== Summary ==

CI Bug Log - changes from IGT_4812 -> IGTPW_2345
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/56261/revisions/1/mbox/

Known issues
------------

  Here are the changes found in IGTPW_2345 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@i915_module_load@reload:
    - fi-blb-e6850:       PASS -> INCOMPLETE [fdo#107718]

  * igt@i915_module_load@reload-with-fault-injection:
    - fi-kbl-7567u:       PASS -> DMESG-WARN [fdo#105602] / [fdo#108529] +1

  * igt@kms_busy@basic-flip-a:
    - fi-gdg-551:         PASS -> FAIL [fdo#103182] +1

  * igt@kms_chamelium@common-hpd-after-suspend:
    - fi-kbl-7567u:       PASS -> DMESG-FAIL [fdo#105079]

  * igt@kms_chamelium@hdmi-hpd-fast:
    - fi-kbl-7500u:       PASS -> FAIL [fdo#109485]

  * igt@kms_flip@basic-flip-vs-dpms:
    - fi-skl-6700hq:      PASS -> DMESG-WARN [fdo#105998]

  * igt@kms_pipe_crc_basic@read-crc-pipe-b-frame-sequence:
    - fi-byt-clapper:     PASS -> FAIL [fdo#103191] / [fdo#107362] +1

  * igt@pm_rpm@module-reload:
    - fi-kbl-7567u:       PASS -> DMESG-WARN [fdo#108529]

  
#### Possible fixes ####

  * igt@i915_selftest@live_execlists:
    - fi-apl-guc:         INCOMPLETE [fdo#103927] -> PASS

  * igt@kms_busy@basic-flip-a:
    - fi-kbl-7567u:       {SKIP} [fdo#109271] / [fdo#109278] -> PASS +2

  * igt@kms_flip@basic-flip-vs-modeset:
    - fi-skl-6700hq:      DMESG-WARN [fdo#105998] -> PASS

  * igt@pm_rpm@basic-pci-d3-state:
    - fi-byt-j1900:       {SKIP} [fdo#109271] -> PASS

  * igt@pm_rpm@basic-rte:
    - fi-byt-j1900:       FAIL [fdo#108800] -> PASS

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#103182]: https://bugs.freedesktop.org/show_bug.cgi?id=103182
  [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191
  [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
  [fdo#105079]: https://bugs.freedesktop.org/show_bug.cgi?id=105079
  [fdo#105602]: https://bugs.freedesktop.org/show_bug.cgi?id=105602
  [fdo#105998]: https://bugs.freedesktop.org/show_bug.cgi?id=105998
  [fdo#107362]: https://bugs.freedesktop.org/show_bug.cgi?id=107362
  [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
  [fdo#108529]: https://bugs.freedesktop.org/show_bug.cgi?id=108529
  [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
  [fdo#108800]: https://bugs.freedesktop.org/show_bug.cgi?id=108800
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284
  [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
  [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
  [fdo#109294]: https://bugs.freedesktop.org/show_bug.cgi?id=109294
  [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
  [fdo#109485]: https://bugs.freedesktop.org/show_bug.cgi?id=109485
  [fdo#109527]: https://bugs.freedesktop.org/show_bug.cgi?id=109527
  [fdo#109528]: https://bugs.freedesktop.org/show_bug.cgi?id=109528
  [fdo#109530]: https://bugs.freedesktop.org/show_bug.cgi?id=109530


Participating hosts (51 -> 46)
------------------------------

  Additional (1): fi-icl-y 
  Missing    (6): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-bdw-samus 


Build changes
-------------

    * IGT: IGT_4812 -> IGTPW_2345

  CI_DRM_5546: 1830ea89ea6a42edac0fee7e7e48ebf9b5008873 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_2345: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2345/
  IGT_4812: 592b854fead32c2b0dac7198edfb9a6bffd66932 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2345/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.IGT: success for doc: End transition period.
  2019-02-05 22:18 [igt-dev] [PATCH i-g-t] doc: End transition period Rodrigo Vivi
  2019-02-05 22:52 ` Antonio Argenziano
  2019-02-05 22:53 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2019-02-06  4:15 ` Patchwork
  2019-02-15 18:15 ` [igt-dev] ✓ Fi.CI.BAT: success for doc: End transition period. (rev2) Patchwork
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2019-02-06  4:15 UTC (permalink / raw)
  To: Rodrigo Vivi; +Cc: igt-dev

== Series Details ==

Series: doc: End transition period.
URL   : https://patchwork.freedesktop.org/series/56261/
State : success

== Summary ==

CI Bug Log - changes from IGT_4812_full -> IGTPW_2345_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/56261/revisions/1/mbox/

Known issues
------------

  Here are the changes found in IGTPW_2345_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@gem_exec_schedule@pi-ringfull-render:
    - shard-glk:          NOTRUN -> FAIL [fdo#103158]

  * igt@kms_busy@extended-modeset-hang-newfb-with-reset-render-b:
    - shard-kbl:          NOTRUN -> DMESG-WARN [fdo#107956]

  * igt@kms_busy@extended-pageflip-hang-newfb-render-b:
    - shard-apl:          PASS -> DMESG-WARN [fdo#107956]

  * igt@kms_ccs@pipe-a-crc-sprite-planes-basic:
    - shard-glk:          PASS -> FAIL [fdo#108145] +1

  * igt@kms_cursor_crc@cursor-128x42-random:
    - shard-glk:          PASS -> FAIL [fdo#103232] +8

  * igt@kms_cursor_crc@cursor-256x256-dpms:
    - shard-glk:          NOTRUN -> FAIL [fdo#103232] +1

  * igt@kms_cursor_crc@cursor-256x85-sliding:
    - shard-apl:          PASS -> FAIL [fdo#103232] +4

  * igt@kms_cursor_crc@cursor-size-change:
    - shard-kbl:          PASS -> FAIL [fdo#103232]

  * igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions:
    - shard-hsw:          PASS -> FAIL [fdo#103355] +1

  * igt@kms_flip@flip-vs-expired-vblank:
    - shard-glk:          PASS -> FAIL [fdo#102887] / [fdo#105363]

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu:
    - shard-kbl:          PASS -> FAIL [fdo#103167] +1

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt:
    - shard-apl:          PASS -> FAIL [fdo#103167] +3

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render:
    - shard-kbl:          NOTRUN -> FAIL [fdo#103167]

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-wc:
    - shard-glk:          PASS -> FAIL [fdo#103167] +11

  * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes:
    - shard-apl:          PASS -> FAIL [fdo#103375]

  * igt@kms_plane@plane-position-covered-pipe-a-planes:
    - shard-glk:          PASS -> FAIL [fdo#103166] +6

  * igt@kms_plane_alpha_blend@pipe-c-constant-alpha-max:
    - shard-kbl:          NOTRUN -> FAIL [fdo#108145]

  * igt@kms_plane_multiple@atomic-pipe-b-tiling-yf:
    - shard-kbl:          PASS -> FAIL [fdo#103166]

  * igt@kms_plane_multiple@atomic-pipe-c-tiling-y:
    - shard-apl:          PASS -> FAIL [fdo#103166] +1

  
#### Possible fixes ####

  * igt@kms_available_modes_crc@available_mode_test_crc:
    - shard-apl:          FAIL [fdo#106641] -> PASS

  * igt@kms_busy@extended-modeset-hang-newfb-with-reset-render-c:
    - shard-kbl:          DMESG-WARN [fdo#107956] -> PASS

  * igt@kms_color@pipe-a-degamma:
    - shard-apl:          FAIL [fdo#104782] / [fdo#108145] -> PASS
    - shard-kbl:          FAIL [fdo#104782] / [fdo#108145] -> PASS

  * igt@kms_cursor_crc@cursor-128x128-dpms:
    - shard-kbl:          FAIL [fdo#103232] -> PASS

  * igt@kms_cursor_crc@cursor-256x256-random:
    - shard-glk:          FAIL [fdo#103232] -> PASS +3

  * igt@kms_cursor_crc@cursor-256x85-random:
    - shard-apl:          FAIL [fdo#103232] -> PASS +2

  * igt@kms_cursor_crc@cursor-64x64-suspend:
    - shard-apl:          FAIL [fdo#103191] / [fdo#103232] -> PASS
    - shard-kbl:          FAIL [fdo#103191] / [fdo#103232] -> PASS

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc:
    - shard-apl:          FAIL [fdo#103167] -> PASS

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-fullscreen:
    - shard-glk:          FAIL [fdo#103167] -> PASS +2
    - shard-kbl:          FAIL [fdo#103167] -> PASS

  * igt@kms_plane@pixel-format-pipe-b-planes-source-clamping:
    - shard-apl:          FAIL [fdo#108948] -> PASS
    - shard-glk:          FAIL [fdo#108948] -> PASS

  * igt@kms_plane@plane-position-covered-pipe-b-planes:
    - shard-kbl:          FAIL [fdo#103166] -> PASS

  * igt@kms_plane_multiple@atomic-pipe-a-tiling-y:
    - shard-apl:          FAIL [fdo#103166] -> PASS +3

  * igt@kms_rotation_crc@multiplane-rotation-cropping-bottom:
    - shard-glk:          DMESG-FAIL [fdo#105763] / [fdo#106538] -> PASS

  * igt@kms_setmode@basic:
    - shard-kbl:          FAIL [fdo#99912] -> PASS

  * igt@kms_universal_plane@universal-plane-pipe-c-functional:
    - shard-glk:          FAIL [fdo#103166] -> PASS +1

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#102887]: https://bugs.freedesktop.org/show_bug.cgi?id=102887
  [fdo#103158]: https://bugs.freedesktop.org/show_bug.cgi?id=103158
  [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166
  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191
  [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232
  [fdo#103355]: https://bugs.freedesktop.org/show_bug.cgi?id=103355
  [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
  [fdo#104782]: https://bugs.freedesktop.org/show_bug.cgi?id=104782
  [fdo#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363
  [fdo#105763]: https://bugs.freedesktop.org/show_bug.cgi?id=105763
  [fdo#106538]: https://bugs.freedesktop.org/show_bug.cgi?id=106538
  [fdo#106641]: https://bugs.freedesktop.org/show_bug.cgi?id=106641
  [fdo#107956]: https://bugs.freedesktop.org/show_bug.cgi?id=107956
  [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
  [fdo#108948]: https://bugs.freedesktop.org/show_bug.cgi?id=108948
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912


Participating hosts (6 -> 4)
------------------------------

  Missing    (2): shard-snb shard-skl 


Build changes
-------------

    * IGT: IGT_4812 -> IGTPW_2345

  CI_DRM_5546: 1830ea89ea6a42edac0fee7e7e48ebf9b5008873 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_2345: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2345/
  IGT_4812: 592b854fead32c2b0dac7198edfb9a6bffd66932 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2345/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] doc: End transition period.
  2019-02-05 22:52 ` Antonio Argenziano
@ 2019-02-11 19:18   ` Rodrigo Vivi
  2019-02-15 10:44     ` Petri Latvala via igt-dev
  0 siblings, 1 reply; 14+ messages in thread
From: Rodrigo Vivi @ 2019-02-11 19:18 UTC (permalink / raw)
  To: Antonio Argenziano; +Cc: igt-dev, Petri Latvala

On Tue, Feb 05, 2019 at 02:52:48PM -0800, Antonio Argenziano wrote:
> 
> 
> On 05/02/19 14:18, Rodrigo Vivi wrote:
> > igt-dev is pretty established after a 1-year transition.
> > 
> > Let's end the transition and avoid confusion.
> > 
> > Cc: Easwar Hariharan <easwar.hariharan@intel.com>
> > Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
> > Cc: Petri Latvala <petri.latvala@intel.com>
> > Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> > ---
> >   CONTRIBUTING.md | 18 ------------------
> >   autogen.sh      |  3 ---
> >   meson.sh        |  2 --
> >   3 files changed, 23 deletions(-)
> > 
> > diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
> > index 27c8e796..c2169375 100644
> > --- a/CONTRIBUTING.md
> > +++ b/CONTRIBUTING.md
> > @@ -10,24 +10,6 @@ A short list of contribution guidelines:
> >         Development mailing list for IGT GPU Tools <igt-dev@lists.freedesktop.org>
> > -  For a transition period patches are accepted on both the igt-dev mailing list
> > -  and the former intel-gfx mailing list (with the appropriate patch
> > -  subjectprefix, see below).
> > -
> > -  During the transition period, feel free to send patches to both lists if you
> > -  have a need to do so, as they will get deduplicated so they only appear and
> > -  are tested in one Patchwork instance.
> > -
> > -      Intel GFX discussion <intel-gfx@lists.freedesktop.org>
> > -
> > -  Please use --subject-prefix="PATCH i-g-t" so IGT patches are easily
> > -  identified in the massive amount mails on intel-gfx. To ensure this is always
> > -  done, meson.sh (and autogen.sh) will run:
> > -
> > -      git config format.subjectprefix "PATCH i-g-t"
> 
> IIRC, the agreement was that patches will still be sent to intel-gfx if they
> affect the driver. So, keeping the prefix would still be useful.

I was thinking on a v2, but I got confused myself. What would be an igt patch
that affects the driver vs on that doesn't affect?

I thought that igt-dev had 2 goals:
  - detach igt fro intel and increase other contributions
  - minimize the flow on intel-gfx

But maybe I was wrong about the second one?

This is an honest attempt to understand the goals than we can write the more
appropriated text. With the current transition text I understand that we
wanted to avoid igt patches on intel-gfx, but if we write in a way that
all intel related changes go to both mailing lists we might loose that objective.

So please share your thoughts...

Petri?

Thanks,
Rodrigo.

> 
> Antonio
> 
> > -
> > -  on its first invocation.
> > -
> >   - igt-gpu-tools is MIT licensed and we require contributions to follow the
> >     developer's certificate of origin: http://developercertificate.org/
> > diff --git a/autogen.sh b/autogen.sh
> > index 65fcab2f..55764070 100755
> > --- a/autogen.sh
> > +++ b/autogen.sh
> > @@ -9,9 +9,6 @@ cd $srcdir
> >   autoreconf -v --install || exit 1
> >   cd $ORIGDIR || exit $?
> > -git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
> > -    git config --local format.subjectPrefix "PATCH i-g-t"
> > -
> >   if test -z "$NOCONFIGURE"; then
> >           $srcdir/configure "$@"
> >   fi
> > diff --git a/meson.sh b/meson.sh
> > index 7cf9d4a3..3d5d8e9a 100755
> > --- a/meson.sh
> > +++ b/meson.sh
> > @@ -35,6 +35,4 @@ docs:
> >   EOF
> > -git config format.subjectprefix "PATCH i-g-t"
> > -
> >   make $@
> > 
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] doc: End transition period.
  2019-02-11 19:18   ` Rodrigo Vivi
@ 2019-02-15 10:44     ` Petri Latvala via igt-dev
  2019-02-15 17:45       ` Rodrigo Vivi via igt-dev
  0 siblings, 1 reply; 14+ messages in thread
From: Petri Latvala via igt-dev @ 2019-02-15 10:44 UTC (permalink / raw)
  To: Rodrigo Vivi; +Cc: igt-dev

On Mon, Feb 11, 2019 at 11:18:39AM -0800, Rodrigo Vivi wrote:
> On Tue, Feb 05, 2019 at 02:52:48PM -0800, Antonio Argenziano wrote:
> > 
> > 
> > On 05/02/19 14:18, Rodrigo Vivi wrote:
> > > igt-dev is pretty established after a 1-year transition.
> > > 
> > > Let's end the transition and avoid confusion.
> > > 
> > > Cc: Easwar Hariharan <easwar.hariharan@intel.com>
> > > Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
> > > Cc: Petri Latvala <petri.latvala@intel.com>
> > > Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> > > ---
> > >   CONTRIBUTING.md | 18 ------------------
> > >   autogen.sh      |  3 ---
> > >   meson.sh        |  2 --
> > >   3 files changed, 23 deletions(-)
> > > 
> > > diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
> > > index 27c8e796..c2169375 100644
> > > --- a/CONTRIBUTING.md
> > > +++ b/CONTRIBUTING.md
> > > @@ -10,24 +10,6 @@ A short list of contribution guidelines:
> > >         Development mailing list for IGT GPU Tools <igt-dev@lists.freedesktop.org>
> > > -  For a transition period patches are accepted on both the igt-dev mailing list
> > > -  and the former intel-gfx mailing list (with the appropriate patch
> > > -  subjectprefix, see below).
> > > -
> > > -  During the transition period, feel free to send patches to both lists if you
> > > -  have a need to do so, as they will get deduplicated so they only appear and
> > > -  are tested in one Patchwork instance.
> > > -
> > > -      Intel GFX discussion <intel-gfx@lists.freedesktop.org>
> > > -
> > > -  Please use --subject-prefix="PATCH i-g-t" so IGT patches are easily
> > > -  identified in the massive amount mails on intel-gfx. To ensure this is always
> > > -  done, meson.sh (and autogen.sh) will run:
> > > -
> > > -      git config format.subjectprefix "PATCH i-g-t"
> > 
> > IIRC, the agreement was that patches will still be sent to intel-gfx if they
> > affect the driver. So, keeping the prefix would still be useful.
> 
> I was thinking on a v2, but I got confused myself. What would be an igt patch
> that affects the driver vs on that doesn't affect?
> 
> I thought that igt-dev had 2 goals:
>   - detach igt fro intel and increase other contributions
>   - minimize the flow on intel-gfx


This looks correct to me.


> This is an honest attempt to understand the goals than we can write the more
> appropriated text. With the current transition text I understand that we
> wanted to avoid igt patches on intel-gfx, but if we write in a way that
> all intel related changes go to both mailing lists we might loose that objective.


And the confusion also looks correct to me. As they say, you don't
really understand $thing until you have to explain it to someone, and
writing this mail took a while...


An IGT patch that affects the driver: New tests for a new feature. Or
just new tests for more coverage on an existing feature. Fixes to a
test based on behaviour on hardware (e.g. "fuzbah format doesn't work
on gen4+, here's how I thought we could fix that"). Maybe in a
nutshell: Exercising an interface in a way that both camps (testing +
driver) have a good reason to have a say in the matter.

An IGT patch that doesn't affect the driver: Editorial changes to
patches, build system changes, bugfixes to tests in general.

Heavily generalized, IGT is a test suite not for testing the hardware,
or testing the kernel driver. It's for testing the _interface_ to the
black box that is the kernel driver. Poking the interface is easy,
just load up the docs and call away. Getting good coverage requires
knowing what goes on inside that black box, and that's what intel-gfx
is for. intel-gfx is the place that can say "you also need to test
that same thing with the cursor plane upside down on Tuesdays because
that can work differently on $platform".


-- 
Petri Latvala
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] [PATCH i-g-t] doc: End transition period.
  2019-02-15 10:44     ` Petri Latvala via igt-dev
@ 2019-02-15 17:45       ` Rodrigo Vivi via igt-dev
  2019-02-15 18:57         ` Rodrigo Vivi via igt-dev
  0 siblings, 1 reply; 14+ messages in thread
From: Rodrigo Vivi via igt-dev @ 2019-02-15 17:45 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala, Rodrigo Vivi

igt-dev is pretty established after a 1-year transition.

Let's end the transition and avoid confusion.

v2: Keep subjectprefix with i-g-t (Easwar)

Cc: Easwar Hariharan <easwar.hariharan@intel.com>
Cc: Petri Latvala <petri.latvala@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 CONTRIBUTING.md | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 27c8e796..7fb6b338 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -10,19 +10,14 @@ A short list of contribution guidelines:
 
       Development mailing list for IGT GPU Tools <igt-dev@lists.freedesktop.org>
 
-  For a transition period patches are accepted on both the igt-dev mailing list
-  and the former intel-gfx mailing list (with the appropriate patch
-  subjectprefix, see below).
+  For patches affecting the driver directly please "cc" the appropriate driver
+  mailing list and make sure you are using:
 
-  During the transition period, feel free to send patches to both lists if you
-  have a need to do so, as they will get deduplicated so they only appear and
-  are tested in one Patchwork instance.
+      --subject-prefix="PATCH i-g-t"
 
-      Intel GFX discussion <intel-gfx@lists.freedesktop.org>
-
-  Please use --subject-prefix="PATCH i-g-t" so IGT patches are easily
-  identified in the massive amount mails on intel-gfx. To ensure this is always
-  done, meson.sh (and autogen.sh) will run:
+  so IGT patches are easily identified in the massive amount mails on driver's
+  mailing list. To ensure this is always done, meson.sh (and autogen.sh) will
+  run:
 
       git config format.subjectprefix "PATCH i-g-t"
 
-- 
2.20.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.BAT: success for doc: End transition period. (rev2)
  2019-02-05 22:18 [igt-dev] [PATCH i-g-t] doc: End transition period Rodrigo Vivi
                   ` (2 preceding siblings ...)
  2019-02-06  4:15 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
@ 2019-02-15 18:15 ` Patchwork
  2019-02-15 19:35 ` [igt-dev] ✓ Fi.CI.BAT: success for doc: End transition period. (rev3) Patchwork
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2019-02-15 18:15 UTC (permalink / raw)
  To: igt-dev

== Series Details ==

Series: doc: End transition period. (rev2)
URL   : https://patchwork.freedesktop.org/series/56261/
State : success

== Summary ==

CI Bug Log - changes from IGT_4831 -> IGTPW_2425
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/56261/revisions/2/mbox/

Known issues
------------

  Here are the changes found in IGTPW_2425 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@kms_chamelium@hdmi-hpd-fast:
    - fi-kbl-7500u:       PASS -> FAIL [fdo#109485]

  * igt@kms_flip@basic-flip-vs-dpms:
    - fi-skl-6700hq:      PASS -> DMESG-WARN [fdo#105998]

  * igt@kms_pipe_crc_basic@nonblocking-crc-pipe-a-frame-sequence:
    - fi-byt-clapper:     PASS -> FAIL [fdo#103191] / [fdo#107362]

  
#### Possible fixes ####

  * igt@i915_selftest@live_execlists:
    - {fi-icl-y}:         INCOMPLETE [fdo#109567] -> PASS

  * igt@kms_frontbuffer_tracking@basic:
    - {fi-icl-u3}:        FAIL [fdo#103167] -> PASS
    - fi-byt-clapper:     FAIL [fdo#103167] -> PASS

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191
  [fdo#105998]: https://bugs.freedesktop.org/show_bug.cgi?id=105998
  [fdo#107362]: https://bugs.freedesktop.org/show_bug.cgi?id=107362
  [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
  [fdo#109485]: https://bugs.freedesktop.org/show_bug.cgi?id=109485
  [fdo#109567]: https://bugs.freedesktop.org/show_bug.cgi?id=109567


Participating hosts (51 -> 44)
------------------------------

  Missing    (7): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-bdw-samus 


Build changes
-------------

    * IGT: IGT_4831 -> IGTPW_2425

  CI_DRM_5608: a6301f3b868a688c97ae63d9ad4cb69ff62596bb @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_2425: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2425/
  IGT_4831: 616842ef493ead76ac6c75b2a93337439724655f @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2425/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] [PATCH i-g-t] doc: End transition period.
  2019-02-15 17:45       ` Rodrigo Vivi via igt-dev
@ 2019-02-15 18:57         ` Rodrigo Vivi via igt-dev
  2019-02-15 19:02           ` Hariharan, Easwar via igt-dev
  0 siblings, 1 reply; 14+ messages in thread
From: Rodrigo Vivi via igt-dev @ 2019-02-15 18:57 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala, Rodrigo Vivi

igt-dev is pretty established after a 1-year transition.

Let's end the transition and avoid confusion.

v2: Keep subjectprefix with i-g-t (Easwar)
v3: Also remove "Intel" from the line above. (Easwar)

Cc: Easwar Hariharan <easwar.hariharan@intel.com>
Cc: Petri Latvala <petri.latvala@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 CONTRIBUTING.md | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 27c8e796..d3a3d099 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,5 +1,5 @@
 Patches to igt-gpu-tools are very much welcome, we really want this to be the
-universal set of low-level tools and testcases for the Intel kernel gfx driver
+universal set of low-level tools and testcases for kernel graphics drivers
 on Linux and similar platforms. So please bring on porting patches, bugfixes,
 improvements for documentation and new tools and testcases.
 
@@ -10,19 +10,14 @@ A short list of contribution guidelines:
 
       Development mailing list for IGT GPU Tools <igt-dev@lists.freedesktop.org>
 
-  For a transition period patches are accepted on both the igt-dev mailing list
-  and the former intel-gfx mailing list (with the appropriate patch
-  subjectprefix, see below).
+  For patches affecting the driver directly please "cc" the appropriate driver
+  mailing list and make sure you are using:
 
-  During the transition period, feel free to send patches to both lists if you
-  have a need to do so, as they will get deduplicated so they only appear and
-  are tested in one Patchwork instance.
+      --subject-prefix="PATCH i-g-t"
 
-      Intel GFX discussion <intel-gfx@lists.freedesktop.org>
-
-  Please use --subject-prefix="PATCH i-g-t" so IGT patches are easily
-  identified in the massive amount mails on intel-gfx. To ensure this is always
-  done, meson.sh (and autogen.sh) will run:
+  so IGT patches are easily identified in the massive amount mails on driver's
+  mailing list. To ensure this is always done, meson.sh (and autogen.sh) will
+  run:
 
       git config format.subjectprefix "PATCH i-g-t"
 
-- 
2.20.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] doc: End transition period.
  2019-02-15 18:57         ` Rodrigo Vivi via igt-dev
@ 2019-02-15 19:02           ` Hariharan, Easwar via igt-dev
  2019-02-19 17:53             ` Rodrigo Vivi
  0 siblings, 1 reply; 14+ messages in thread
From: Hariharan, Easwar via igt-dev @ 2019-02-15 19:02 UTC (permalink / raw)
  To: Vivi, Rodrigo, igt-dev; +Cc: Latvala, Petri

> -----Original Message-----
> From: Vivi, Rodrigo
> Sent: Friday, February 15, 2019 10:57
> To: igt-dev@lists.freedesktop.org
> Cc: Vivi, Rodrigo <rodrigo.vivi@intel.com>; Hariharan, Easwar
> <easwar.hariharan@intel.com>; Latvala, Petri <petri.latvala@intel.com>
> Subject: [PATCH i-g-t] doc: End transition period.
> 
> igt-dev is pretty established after a 1-year transition.
> 
> Let's end the transition and avoid confusion.
> 
> v2: Keep subjectprefix with i-g-t (Easwar)
> v3: Also remove "Intel" from the line above. (Easwar)
> 
> Cc: Easwar Hariharan <easwar.hariharan@intel.com>
> Cc: Petri Latvala <petri.latvala@intel.com>
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> ---
>  CONTRIBUTING.md | 19 +++++++------------
>  1 file changed, 7 insertions(+), 12 deletions(-)
> 
> diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
> index 27c8e796..d3a3d099 100644
> --- a/CONTRIBUTING.md
> +++ b/CONTRIBUTING.md
> @@ -1,5 +1,5 @@
>  Patches to igt-gpu-tools are very much welcome, we really want this to be the
> -universal set of low-level tools and testcases for the Intel kernel gfx driver
> +universal set of low-level tools and testcases for kernel graphics drivers
>  on Linux and similar platforms. So please bring on porting patches, bugfixes,
>  improvements for documentation and new tools and testcases.
> 
> @@ -10,19 +10,14 @@ A short list of contribution guidelines:
> 
>        Development mailing list for IGT GPU Tools <igt-dev@lists.freedesktop.org>
> 
> -  For a transition period patches are accepted on both the igt-dev mailing list
> -  and the former intel-gfx mailing list (with the appropriate patch
> -  subjectprefix, see below).
> +  For patches affecting the driver directly please "cc" the appropriate driver
> +  mailing list and make sure you are using:
> 
> -  During the transition period, feel free to send patches to both lists if you
> -  have a need to do so, as they will get deduplicated so they only appear and
> -  are tested in one Patchwork instance.
> +      --subject-prefix="PATCH i-g-t"
> 
> -      Intel GFX discussion <intel-gfx@lists.freedesktop.org>
> -
> -  Please use --subject-prefix="PATCH i-g-t" so IGT patches are easily
> -  identified in the massive amount mails on intel-gfx. To ensure this is always
> -  done, meson.sh (and autogen.sh) will run:
> +  so IGT patches are easily identified in the massive amount mails on driver's
> +  mailing list. To ensure this is always done, meson.sh (and autogen.sh) will
> +  run:
> 
>        git config format.subjectprefix "PATCH i-g-t"
> 
> --
> 2.20.1

Reviewed-by: Easwar Hariharan <easwar.hariharan@intel.com>
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.BAT: success for doc: End transition period. (rev3)
  2019-02-05 22:18 [igt-dev] [PATCH i-g-t] doc: End transition period Rodrigo Vivi
                   ` (3 preceding siblings ...)
  2019-02-15 18:15 ` [igt-dev] ✓ Fi.CI.BAT: success for doc: End transition period. (rev2) Patchwork
@ 2019-02-15 19:35 ` Patchwork
  2019-02-15 21:27 ` [igt-dev] ✗ Fi.CI.IGT: failure for doc: End transition period. (rev2) Patchwork
  2019-02-16  0:07 ` [igt-dev] ✓ Fi.CI.IGT: success for doc: End transition period. (rev3) Patchwork
  6 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2019-02-15 19:35 UTC (permalink / raw)
  To: igt-dev

== Series Details ==

Series: doc: End transition period. (rev3)
URL   : https://patchwork.freedesktop.org/series/56261/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_5610 -> IGTPW_2426
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/56261/revisions/3/mbox/

Known issues
------------

  Here are the changes found in IGTPW_2426 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@amdgpu/amd_basic@cs-compute:
    - fi-kbl-8809g:       NOTRUN -> FAIL [fdo#108094]

  * igt@i915_selftest@live_execlists:
    - fi-apl-guc:         PASS -> INCOMPLETE [fdo#103927]

  * igt@kms_flip@basic-flip-vs-wf_vblank:
    - fi-elk-e7500:       PASS -> FAIL [fdo#100368]

  * igt@kms_pipe_crc_basic@nonblocking-crc-pipe-b:
    - fi-byt-clapper:     PASS -> FAIL [fdo#107362]

  * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
    - fi-blb-e6850:       PASS -> INCOMPLETE [fdo#107718]

  
#### Possible fixes ####

  * igt@amdgpu/amd_basic@userptr:
    - fi-kbl-8809g:       DMESG-WARN [fdo#108965] -> PASS

  * igt@kms_chamelium@hdmi-hpd-fast:
    - fi-kbl-7500u:       FAIL [fdo#109485] -> PASS

  * igt@kms_frontbuffer_tracking@basic:
    - fi-byt-clapper:     FAIL [fdo#103167] -> PASS

  * igt@kms_pipe_crc_basic@nonblocking-crc-pipe-a-frame-sequence:
    - fi-byt-clapper:     FAIL [fdo#103191] / [fdo#107362] -> PASS +1

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#100368]: https://bugs.freedesktop.org/show_bug.cgi?id=100368
  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191
  [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
  [fdo#105998]: https://bugs.freedesktop.org/show_bug.cgi?id=105998
  [fdo#107362]: https://bugs.freedesktop.org/show_bug.cgi?id=107362
  [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
  [fdo#108094]: https://bugs.freedesktop.org/show_bug.cgi?id=108094
  [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
  [fdo#108622]: https://bugs.freedesktop.org/show_bug.cgi?id=108622
  [fdo#108965]: https://bugs.freedesktop.org/show_bug.cgi?id=108965
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284
  [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
  [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
  [fdo#109294]: https://bugs.freedesktop.org/show_bug.cgi?id=109294
  [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
  [fdo#109485]: https://bugs.freedesktop.org/show_bug.cgi?id=109485
  [fdo#109527]: https://bugs.freedesktop.org/show_bug.cgi?id=109527
  [fdo#109528]: https://bugs.freedesktop.org/show_bug.cgi?id=109528
  [fdo#109530]: https://bugs.freedesktop.org/show_bug.cgi?id=109530


Participating hosts (49 -> 37)
------------------------------

  Additional (2): fi-icl-y fi-skl-6770hq 
  Missing    (14): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-j1900 fi-bdw-gvtdvm fi-byt-squawks fi-bsw-cyan fi-bwr-2160 fi-kbl-guc fi-ctg-p8600 fi-cfl-8109u fi-pnv-d510 fi-bdw-samus fi-kbl-r 


Build changes
-------------

    * IGT: IGT_4831 -> IGTPW_2426

  CI_DRM_5610: 49d711e5481c660393613f90245914295d4c1768 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_2426: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2426/
  IGT_4831: 616842ef493ead76ac6c75b2a93337439724655f @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2426/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✗ Fi.CI.IGT: failure for doc: End transition period. (rev2)
  2019-02-05 22:18 [igt-dev] [PATCH i-g-t] doc: End transition period Rodrigo Vivi
                   ` (4 preceding siblings ...)
  2019-02-15 19:35 ` [igt-dev] ✓ Fi.CI.BAT: success for doc: End transition period. (rev3) Patchwork
@ 2019-02-15 21:27 ` Patchwork
  2019-02-16  0:07 ` [igt-dev] ✓ Fi.CI.IGT: success for doc: End transition period. (rev3) Patchwork
  6 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2019-02-15 21:27 UTC (permalink / raw)
  To: igt-dev

== Series Details ==

Series: doc: End transition period. (rev2)
URL   : https://patchwork.freedesktop.org/series/56261/
State : failure

== Summary ==

CI Bug Log - changes from IGT_4831_full -> IGTPW_2425_full
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_2425_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_2425_full, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/56261/revisions/2/mbox/

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_2425_full:

### IGT changes ###

#### Possible regressions ####

  * igt@kms_atomic_transition@1x-modeset-transitions-nonblocking:
    - shard-apl:          PASS -> FAIL
    - shard-kbl:          PASS -> FAIL

  
Known issues
------------

  Here are the changes found in IGTPW_2425_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@i915_suspend@shrink:
    - shard-glk:          NOTRUN -> DMESG-WARN [fdo#109244]

  * igt@kms_busy@extended-modeset-hang-newfb-render-c:
    - shard-glk:          NOTRUN -> DMESG-WARN [fdo#107956]

  * igt@kms_busy@extended-modeset-hang-newfb-with-reset-render-b:
    - shard-snb:          NOTRUN -> DMESG-WARN [fdo#107956]

  * igt@kms_busy@extended-pageflip-hang-newfb-render-b:
    - shard-apl:          PASS -> DMESG-WARN [fdo#107956]

  * igt@kms_busy@extended-pageflip-hang-newfb-render-c:
    - shard-apl:          NOTRUN -> DMESG-WARN [fdo#107956] +1

  * igt@kms_color@pipe-a-degamma:
    - shard-kbl:          PASS -> FAIL [fdo#104782] / [fdo#108145]

  * igt@kms_color@pipe-c-degamma:
    - shard-apl:          PASS -> FAIL [fdo#104782]

  * igt@kms_cursor_crc@cursor-256x256-suspend:
    - shard-apl:          PASS -> FAIL [fdo#103191] / [fdo#103232]

  * igt@kms_cursor_crc@cursor-256x85-sliding:
    - shard-kbl:          PASS -> FAIL [fdo#103232] +1

  * igt@kms_cursor_crc@cursor-64x21-random:
    - shard-apl:          PASS -> FAIL [fdo#103232] +2
    - shard-glk:          NOTRUN -> FAIL [fdo#103232]

  * igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
    - shard-glk:          NOTRUN -> FAIL [fdo#105454] / [fdo#106509]

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-pwrite:
    - shard-glk:          PASS -> FAIL [fdo#103167] +3

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render:
    - shard-kbl:          PASS -> FAIL [fdo#103167] +1
    - shard-apl:          PASS -> FAIL [fdo#103167] +2

  * igt@kms_frontbuffer_tracking@fbc-stridechange:
    - shard-hsw:          NOTRUN -> FAIL [fdo#105682]

  * igt@kms_plane@plane-position-covered-pipe-c-planes:
    - shard-apl:          PASS -> FAIL [fdo#103166] +1
    - shard-kbl:          PASS -> FAIL [fdo#103166]

  * igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max:
    - shard-apl:          PASS -> FAIL [fdo#108145]

  * igt@kms_plane_alpha_blend@pipe-c-constant-alpha-max:
    - shard-apl:          NOTRUN -> FAIL [fdo#108145]

  * igt@kms_plane_multiple@atomic-pipe-a-tiling-yf:
    - shard-apl:          NOTRUN -> FAIL [fdo#103166]

  * igt@kms_plane_multiple@atomic-pipe-c-tiling-x:
    - shard-glk:          PASS -> FAIL [fdo#103166] +2

  * igt@kms_rotation_crc@multiplane-rotation-cropping-top:
    - shard-kbl:          PASS -> FAIL [fdo#109016]

  * igt@kms_setmode@basic:
    - shard-hsw:          NOTRUN -> FAIL [fdo#99912]
    - shard-kbl:          PASS -> FAIL [fdo#99912]

  * igt@pm_rpm@debugfs-forcewake-user:
    - shard-glk:          PASS -> INCOMPLETE [fdo#103359] / [k.org#198133]

  
#### Possible fixes ####

  * igt@gem_userptr_blits@sync-unmap-cycles:
    - shard-snb:          INCOMPLETE [fdo#105411] / [fdo#109386] -> PASS

  * igt@kms_atomic_transition@plane-toggle-modeset-transition:
    - shard-apl:          INCOMPLETE [fdo#103927] -> PASS +1

  * igt@kms_color@pipe-a-legacy-gamma:
    - shard-glk:          FAIL [fdo#104782] / [fdo#108145] -> PASS

  * igt@kms_color@pipe-b-degamma:
    - shard-apl:          FAIL [fdo#104782] -> PASS

  * igt@kms_cursor_crc@cursor-128x128-suspend:
    - shard-apl:          FAIL [fdo#103191] / [fdo#103232] -> PASS
    - shard-kbl:          INCOMPLETE [fdo#103665] -> PASS

  * igt@kms_cursor_crc@cursor-256x85-random:
    - shard-apl:          FAIL [fdo#103232] -> PASS +5

  * igt@kms_cursor_crc@cursor-64x64-sliding:
    - shard-kbl:          FAIL [fdo#103232] -> PASS

  * igt@kms_cursor_crc@cursor-alpha-opaque:
    - shard-apl:          FAIL [fdo#109350] -> PASS

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite:
    - shard-apl:          FAIL [fdo#103167] -> PASS
    - shard-kbl:          FAIL [fdo#103167] -> PASS

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff:
    - shard-glk:          FAIL [fdo#103167] -> PASS +5

  * igt@kms_frontbuffer_tracking@fbc-2p-rte:
    - shard-glk:          FAIL [fdo#103167] / [fdo#105682] -> PASS

  * igt@kms_plane@pixel-format-pipe-a-planes:
    - shard-kbl:          FAIL [fdo#103166] -> PASS

  * igt@kms_plane@pixel-format-pipe-b-planes-source-clamping:
    - shard-glk:          FAIL [fdo#108948] -> PASS

  * igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max:
    - shard-glk:          FAIL [fdo#108145] -> PASS +2

  * igt@kms_plane_multiple@atomic-pipe-b-tiling-none:
    - shard-glk:          FAIL [fdo#103166] -> PASS +5
    - shard-apl:          FAIL [fdo#103166] -> PASS +5

  * igt@kms_rotation_crc@multiplane-rotation:
    - shard-kbl:          FAIL [fdo#109016] -> PASS

  * igt@kms_setmode@basic:
    - shard-apl:          FAIL [fdo#99912] -> PASS
    - shard-glk:          FAIL [fdo#99912] -> PASS

  * igt@kms_vblank@pipe-b-query-forked-busy-hang:
    - shard-snb:          {SKIP} [fdo#109271] -> PASS +5

  * igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm:
    - shard-kbl:          FAIL [fdo#104894] -> PASS

  * igt@kms_vblank@pipe-c-ts-continuation-suspend:
    - shard-apl:          FAIL [fdo#104894] -> PASS +4

  * igt@tools_test@tools_test:
    - shard-glk:          {SKIP} [fdo#109271] -> PASS

  
#### Warnings ####

  * igt@i915_suspend@shrink:
    - shard-apl:          INCOMPLETE [fdo#103927] / [fdo#106886] -> DMESG-WARN [fdo#107886] / [fdo#109244]

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166
  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191
  [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232
  [fdo#103359]: https://bugs.freedesktop.org/show_bug.cgi?id=103359
  [fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
  [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
  [fdo#104782]: https://bugs.freedesktop.org/show_bug.cgi?id=104782
  [fdo#104894]: https://bugs.freedesktop.org/show_bug.cgi?id=104894
  [fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411
  [fdo#105454]: https://bugs.freedesktop.org/show_bug.cgi?id=105454
  [fdo#105682]: https://bugs.freedesktop.org/show_bug.cgi?id=105682
  [fdo#106509]: https://bugs.freedesktop.org/show_bug.cgi?id=106509
  [fdo#106886]: https://bugs.freedesktop.org/show_bug.cgi?id=106886
  [fdo#107886]: https://bugs.freedesktop.org/show_bug.cgi?id=107886
  [fdo#107956]: https://bugs.freedesktop.org/show_bug.cgi?id=107956
  [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
  [fdo#108948]: https://bugs.freedesktop.org/show_bug.cgi?id=108948
  [fdo#109016]: https://bugs.freedesktop.org/show_bug.cgi?id=109016
  [fdo#109244]: https://bugs.freedesktop.org/show_bug.cgi?id=109244
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#109350]: https://bugs.freedesktop.org/show_bug.cgi?id=109350
  [fdo#109386]: https://bugs.freedesktop.org/show_bug.cgi?id=109386
  [fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912
  [k.org#198133]: https://bugzilla.kernel.org/show_bug.cgi?id=198133


Participating hosts (7 -> 5)
------------------------------

  Missing    (2): shard-skl shard-iclb 


Build changes
-------------

    * IGT: IGT_4831 -> IGTPW_2425

  CI_DRM_5608: a6301f3b868a688c97ae63d9ad4cb69ff62596bb @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_2425: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2425/
  IGT_4831: 616842ef493ead76ac6c75b2a93337439724655f @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2425/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.IGT: success for doc: End transition period. (rev3)
  2019-02-05 22:18 [igt-dev] [PATCH i-g-t] doc: End transition period Rodrigo Vivi
                   ` (5 preceding siblings ...)
  2019-02-15 21:27 ` [igt-dev] ✗ Fi.CI.IGT: failure for doc: End transition period. (rev2) Patchwork
@ 2019-02-16  0:07 ` Patchwork
  6 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2019-02-16  0:07 UTC (permalink / raw)
  To: igt-dev

== Series Details ==

Series: doc: End transition period. (rev3)
URL   : https://patchwork.freedesktop.org/series/56261/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_5610_full -> IGTPW_2426_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/56261/revisions/3/mbox/

Known issues
------------

  Here are the changes found in IGTPW_2426_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@kms_busy@extended-modeset-hang-newfb-with-reset-render-b:
    - shard-snb:          NOTRUN -> DMESG-WARN [fdo#107956]

  * igt@kms_ccs@pipe-b-crc-sprite-planes-basic:
    - shard-apl:          PASS -> FAIL [fdo#106510] / [fdo#108145]

  * igt@kms_color@pipe-b-degamma:
    - shard-apl:          PASS -> FAIL [fdo#104782]

  * igt@kms_cursor_crc@cursor-128x128-random:
    - shard-apl:          PASS -> FAIL [fdo#103232] +2

  * igt@kms_cursor_crc@cursor-64x21-onscreen:
    - shard-apl:          NOTRUN -> FAIL [fdo#103232]

  * igt@kms_cursor_crc@cursor-64x64-suspend:
    - shard-apl:          PASS -> FAIL [fdo#103191] / [fdo#103232]

  * igt@kms_cursor_crc@cursor-size-change:
    - shard-glk:          PASS -> FAIL [fdo#103232]

  * igt@kms_flip@dpms-vs-vblank-race-interruptible:
    - shard-apl:          PASS -> FAIL [fdo#103060]

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt:
    - shard-apl:          PASS -> FAIL [fdo#103167] +2
    - shard-kbl:          PASS -> FAIL [fdo#103167]

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-cpu:
    - shard-glk:          PASS -> FAIL [fdo#103167] +6

  * igt@kms_plane@pixel-format-pipe-b-planes-source-clamping:
    - shard-glk:          PASS -> FAIL [fdo#108948] +1

  * igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
    - shard-kbl:          NOTRUN -> FAIL [fdo#108145] / [fdo#108590]

  * igt@kms_plane_alpha_blend@pipe-b-alpha-basic:
    - shard-apl:          NOTRUN -> FAIL [fdo#108145]

  * igt@kms_plane_multiple@atomic-pipe-a-tiling-y:
    - shard-glk:          PASS -> FAIL [fdo#103166] +8

  * igt@kms_plane_multiple@atomic-pipe-c-tiling-yf:
    - shard-apl:          PASS -> FAIL [fdo#103166] +2
    - shard-kbl:          PASS -> FAIL [fdo#103166]

  * igt@kms_universal_plane@universal-plane-pipe-c-functional:
    - shard-kbl:          NOTRUN -> FAIL [fdo#103166]

  * igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend:
    - shard-apl:          PASS -> FAIL [fdo#104894]

  
#### Possible fixes ####

  * igt@gem_userptr_blits@sync-unmap-cycles:
    - shard-snb:          INCOMPLETE [fdo#105411] / [fdo#109386] -> PASS

  * igt@kms_chv_cursor_fail@pipe-a-64x64-bottom-edge:
    - shard-snb:          {SKIP} [fdo#109271] / [fdo#109278] -> PASS

  * igt@kms_color@pipe-c-degamma:
    - shard-apl:          FAIL [fdo#104782] -> PASS

  * igt@kms_cursor_crc@cursor-64x64-sliding:
    - shard-apl:          FAIL [fdo#103232] -> PASS +1
    - shard-kbl:          FAIL [fdo#103232] -> PASS

  * igt@kms_cursor_legacy@cursor-vs-flip-toggle:
    - shard-hsw:          FAIL [fdo#103355] -> PASS

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite:
    - shard-apl:          FAIL [fdo#103167] -> PASS +1
    - shard-glk:          FAIL [fdo#103167] -> PASS

  * igt@kms_frontbuffer_tracking@fbc-2p-rte:
    - shard-glk:          FAIL [fdo#103167] / [fdo#105682] -> PASS

  * igt@kms_pipe_crc_basic@read-crc-pipe-a:
    - shard-snb:          {SKIP} [fdo#109271] -> PASS

  * igt@kms_plane@pixel-format-pipe-a-planes:
    - shard-kbl:          FAIL [fdo#103166] -> PASS

  * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes:
    - shard-apl:          DMESG-WARN [fdo#108566] -> PASS

  * igt@kms_plane_multiple@atomic-pipe-b-tiling-x:
    - shard-glk:          FAIL [fdo#103166] -> PASS +2

  * igt@kms_plane_multiple@atomic-pipe-c-tiling-y:
    - shard-apl:          FAIL [fdo#103166] -> PASS +2

  * igt@kms_rotation_crc@multiplane-rotation:
    - shard-kbl:          INCOMPLETE [fdo#103665] -> PASS +1

  * igt@kms_setmode@basic:
    - shard-kbl:          FAIL [fdo#99912] -> PASS

  * igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm:
    - shard-kbl:          FAIL [fdo#104894] -> PASS

  * igt@kms_vblank@pipe-c-ts-continuation-suspend:
    - shard-apl:          FAIL [fdo#104894] -> PASS +4

  
#### Warnings ####

  * igt@i915_suspend@shrink:
    - shard-snb:          INCOMPLETE [fdo#105411] / [fdo#106886] -> DMESG-WARN [fdo#109244]

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#103060]: https://bugs.freedesktop.org/show_bug.cgi?id=103060
  [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166
  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191
  [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232
  [fdo#103355]: https://bugs.freedesktop.org/show_bug.cgi?id=103355
  [fdo#103359]: https://bugs.freedesktop.org/show_bug.cgi?id=103359
  [fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
  [fdo#104782]: https://bugs.freedesktop.org/show_bug.cgi?id=104782
  [fdo#104894]: https://bugs.freedesktop.org/show_bug.cgi?id=104894
  [fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411
  [fdo#105682]: https://bugs.freedesktop.org/show_bug.cgi?id=105682
  [fdo#106510]: https://bugs.freedesktop.org/show_bug.cgi?id=106510
  [fdo#106886]: https://bugs.freedesktop.org/show_bug.cgi?id=106886
  [fdo#107956]: https://bugs.freedesktop.org/show_bug.cgi?id=107956
  [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
  [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566
  [fdo#108590]: https://bugs.freedesktop.org/show_bug.cgi?id=108590
  [fdo#108948]: https://bugs.freedesktop.org/show_bug.cgi?id=108948
  [fdo#109244]: https://bugs.freedesktop.org/show_bug.cgi?id=109244
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#109386]: https://bugs.freedesktop.org/show_bug.cgi?id=109386
  [fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912
  [k.org#198133]: https://bugzilla.kernel.org/show_bug.cgi?id=198133


Participating hosts (7 -> 5)
------------------------------

  Missing    (2): shard-skl shard-iclb 


Build changes
-------------

    * IGT: IGT_4831 -> IGTPW_2426
    * Piglit: piglit_4509 -> None

  CI_DRM_5610: 49d711e5481c660393613f90245914295d4c1768 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_2426: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2426/
  IGT_4831: 616842ef493ead76ac6c75b2a93337439724655f @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2426/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] doc: End transition period.
  2019-02-15 19:02           ` Hariharan, Easwar via igt-dev
@ 2019-02-19 17:53             ` Rodrigo Vivi
  0 siblings, 0 replies; 14+ messages in thread
From: Rodrigo Vivi @ 2019-02-19 17:53 UTC (permalink / raw)
  To: Hariharan, Easwar; +Cc: igt-dev, Latvala, Petri

On Fri, Feb 15, 2019 at 07:02:26PM +0000, Hariharan, Easwar via igt-dev wrote:
> > -----Original Message-----
> > From: Vivi, Rodrigo
> > Sent: Friday, February 15, 2019 10:57
> > To: igt-dev@lists.freedesktop.org
> > Cc: Vivi, Rodrigo <rodrigo.vivi@intel.com>; Hariharan, Easwar
> > <easwar.hariharan@intel.com>; Latvala, Petri <petri.latvala@intel.com>
> > Subject: [PATCH i-g-t] doc: End transition period.
> > 
> > igt-dev is pretty established after a 1-year transition.
> > 
> > Let's end the transition and avoid confusion.
> > 
> > v2: Keep subjectprefix with i-g-t (Easwar)
> > v3: Also remove "Intel" from the line above. (Easwar)
> > 
> > Cc: Easwar Hariharan <easwar.hariharan@intel.com>
> > Cc: Petri Latvala <petri.latvala@intel.com>
> > Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> > ---
> >  CONTRIBUTING.md | 19 +++++++------------
> >  1 file changed, 7 insertions(+), 12 deletions(-)
> > 
> > diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
> > index 27c8e796..d3a3d099 100644
> > --- a/CONTRIBUTING.md
> > +++ b/CONTRIBUTING.md
> > @@ -1,5 +1,5 @@
> >  Patches to igt-gpu-tools are very much welcome, we really want this to be the
> > -universal set of low-level tools and testcases for the Intel kernel gfx driver
> > +universal set of low-level tools and testcases for kernel graphics drivers
> >  on Linux and similar platforms. So please bring on porting patches, bugfixes,
> >  improvements for documentation and new tools and testcases.
> > 
> > @@ -10,19 +10,14 @@ A short list of contribution guidelines:
> > 
> >        Development mailing list for IGT GPU Tools <igt-dev@lists.freedesktop.org>
> > 
> > -  For a transition period patches are accepted on both the igt-dev mailing list
> > -  and the former intel-gfx mailing list (with the appropriate patch
> > -  subjectprefix, see below).
> > +  For patches affecting the driver directly please "cc" the appropriate driver
> > +  mailing list and make sure you are using:
> > 
> > -  During the transition period, feel free to send patches to both lists if you
> > -  have a need to do so, as they will get deduplicated so they only appear and
> > -  are tested in one Patchwork instance.
> > +      --subject-prefix="PATCH i-g-t"
> > 
> > -      Intel GFX discussion <intel-gfx@lists.freedesktop.org>
> > -
> > -  Please use --subject-prefix="PATCH i-g-t" so IGT patches are easily
> > -  identified in the massive amount mails on intel-gfx. To ensure this is always
> > -  done, meson.sh (and autogen.sh) will run:
> > +  so IGT patches are easily identified in the massive amount mails on driver's
> > +  mailing list. To ensure this is always done, meson.sh (and autogen.sh) will
> > +  run:
> > 
> >        git config format.subjectprefix "PATCH i-g-t"
> > 
> > --
> > 2.20.1
> 
> Reviewed-by: Easwar Hariharan <easwar.hariharan@intel.com>

pushed, thanks

> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2019-02-19 17:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-05 22:18 [igt-dev] [PATCH i-g-t] doc: End transition period Rodrigo Vivi
2019-02-05 22:52 ` Antonio Argenziano
2019-02-11 19:18   ` Rodrigo Vivi
2019-02-15 10:44     ` Petri Latvala via igt-dev
2019-02-15 17:45       ` Rodrigo Vivi via igt-dev
2019-02-15 18:57         ` Rodrigo Vivi via igt-dev
2019-02-15 19:02           ` Hariharan, Easwar via igt-dev
2019-02-19 17:53             ` Rodrigo Vivi
2019-02-05 22:53 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-02-06  4:15 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-02-15 18:15 ` [igt-dev] ✓ Fi.CI.BAT: success for doc: End transition period. (rev2) Patchwork
2019-02-15 19:35 ` [igt-dev] ✓ Fi.CI.BAT: success for doc: End transition period. (rev3) Patchwork
2019-02-15 21:27 ` [igt-dev] ✗ Fi.CI.IGT: failure for doc: End transition period. (rev2) Patchwork
2019-02-16  0:07 ` [igt-dev] ✓ Fi.CI.IGT: success for doc: End transition period. (rev3) Patchwork

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.