public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method
@ 2016-01-26  9:10 Jani Nikula
  2016-01-26 14:36 ` Joe Perches
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Jani Nikula @ 2016-01-26  9:10 UTC (permalink / raw)
  To: linux-kernel; +Cc: jani.nikula, Joe Perches, intel-gfx, Andrew Morton

Different subsystems and drivers have different preferred ways of
receiving bug reports; mailing list or bugzillas at various
locations. Add "B:" entry for specifying the preference to guide bug
reporters at the right location.

Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Joe Perches <joe@perches.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>

---

v2: drop the B: entry for i915 due to bikeshedding, let's see if there's
a chance this B: entry sticks in general
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 30aca4aa5467..c9da3a2af398 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -75,6 +75,8 @@ Descriptions of section entries:
 	L: Mailing list that is relevant to this area
 	W: Web-page with status/info
 	Q: Patchwork web based patch tracking system site
+	B: Preferred method for reporting bugs; bug tracking system site
+	   or "List" for mailing list.
 	T: SCM tree type and location.
 	   Type is one of: git, hg, quilt, stgit, topgit
 	S: Status, one of the following:
-- 
2.1.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method
  2016-01-26  9:10 [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method Jani Nikula
@ 2016-01-26 14:36 ` Joe Perches
  2016-01-26 14:42 ` Joe Perches
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 13+ messages in thread
From: Joe Perches @ 2016-01-26 14:36 UTC (permalink / raw)
  To: Jani Nikula, linux-kernel; +Cc: intel-gfx, Daniel Vetter, Andrew Morton

On Tue, 2016-01-26 at 11:10 +0200, Jani Nikula wrote:
> Different subsystems and drivers have different preferred ways of
> receiving bug reports; mailing list or bugzillas at various
> locations. Add "B:" entry for specifying the preference to guide bug
> reporters at the right location.
> 
> Cc: Daniel Vetter <daniel@ffwll.ch>
> Cc: Joe Perches <joe@perches.com>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
> 
> ---
> 
> v2: drop the B: entry for i915 due to bikeshedding, let's see if
> there's
> a chance this B: entry sticks in general
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 30aca4aa5467..c9da3a2af398 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -75,6 +75,8 @@ Descriptions of section entries:
>  	L: Mailing list that is relevant to this area
>  	W: Web-page with status/info
>  	Q: Patchwork web based patch tracking system site
> +	B: Preferred method for reporting bugs; bug tracking system
> site
> +	   or "List" for mailing list.
>  	T: SCM tree type and location.
>  	   Type is one of: git, hg, quilt, stgit, topgit
>  	S: Status, one of the following:

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

* Re: [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method
  2016-01-26  9:10 [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method Jani Nikula
  2016-01-26 14:36 ` Joe Perches
@ 2016-01-26 14:42 ` Joe Perches
  2016-01-26 14:49   ` Richard Weinberger
                     ` (2 more replies)
  2016-01-27 16:47 ` ✗ Fi.CI.BAT: failure for MAINTAINERS: Add "B:" preferred bug reporting method (rev3) Patchwork
                   ` (2 subsequent siblings)
  4 siblings, 3 replies; 13+ messages in thread
From: Joe Perches @ 2016-01-26 14:42 UTC (permalink / raw)
  To: Jani Nikula, linux-kernel; +Cc: intel-gfx, Andrew Morton

On Tue, 2016-01-26 at 11:10 +0200, Jani Nikula wrote:
> Different subsystems and drivers have different preferred ways of
> receiving bug reports; mailing list or bugzillas at various
> locations. Add "B:" entry for specifying the preference to guide bug
> reporters at the right location.
[]
> v2: drop the B: entry for i915 due to bikeshedding, let's see if there's
> a chance this B: entry sticks in general
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 30aca4aa5467..c9da3a2af398 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -75,6 +75,8 @@ Descriptions of section entries:
>  	L: Mailing list that is relevant to this area
>  	W: Web-page with status/info
>  	Q: Patchwork web based patch tracking system site
> +	B: Preferred method for reporting bugs; bug tracking system site
> +	   or "List" for mailing list.

I think that "List" is not a good idea.

Intermixing mailing list email addresses and URLs seems
odd and inconsistent.

Maybe there could be something like the "T:" and "S:"
entries where some additional qualifier is used for the
specific type of bug reporting.

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method
  2016-01-26 14:42 ` Joe Perches
@ 2016-01-26 14:49   ` Richard Weinberger
  2016-01-26 15:05     ` Jani Nikula
  2016-01-26 14:55   ` Jani Nikula
  2016-01-26 15:33   ` Dave Gordon
  2 siblings, 1 reply; 13+ messages in thread
From: Richard Weinberger @ 2016-01-26 14:49 UTC (permalink / raw)
  To: Joe Perches; +Cc: Jani Nikula, intel-gfx, Andrew Morton, LKML

On Tue, Jan 26, 2016 at 3:42 PM, Joe Perches <joe@perches.com> wrote:
> On Tue, 2016-01-26 at 11:10 +0200, Jani Nikula wrote:
>> Different subsystems and drivers have different preferred ways of
>> receiving bug reports; mailing list or bugzillas at various
>> locations. Add "B:" entry for specifying the preference to guide bug
>> reporters at the right location.
> []
>> v2: drop the B: entry for i915 due to bikeshedding, let's see if there's
>> a chance this B: entry sticks in general
> []
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 30aca4aa5467..c9da3a2af398 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -75,6 +75,8 @@ Descriptions of section entries:
>>       L: Mailing list that is relevant to this area
>>       W: Web-page with status/info
>>       Q: Patchwork web based patch tracking system site
>> +     B: Preferred method for reporting bugs; bug tracking system site
>> +        or "List" for mailing list.
>
> I think that "List" is not a good idea.
>
> Intermixing mailing list email addresses and URLs seems
> odd and inconsistent.
>
> Maybe there could be something like the "T:" and "S:"
> entries where some additional qualifier is used for the
> specific type of bug reporting.

Yeah, if B: is present, use the given URL for bug reporting.
If not use the mailinglist... :-)

-- 
Thanks,
//richard
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method
  2016-01-26 14:42 ` Joe Perches
  2016-01-26 14:49   ` Richard Weinberger
@ 2016-01-26 14:55   ` Jani Nikula
  2016-01-26 15:33   ` Dave Gordon
  2 siblings, 0 replies; 13+ messages in thread
From: Jani Nikula @ 2016-01-26 14:55 UTC (permalink / raw)
  To: Joe Perches, linux-kernel; +Cc: intel-gfx, Andrew Morton

On Tue, 26 Jan 2016, Joe Perches <joe@perches.com> wrote:
> On Tue, 2016-01-26 at 11:10 +0200, Jani Nikula wrote:
>> Different subsystems and drivers have different preferred ways of
>> receiving bug reports; mailing list or bugzillas at various
>> locations. Add "B:" entry for specifying the preference to guide bug
>> reporters at the right location.
> []
>> v2: drop the B: entry for i915 due to bikeshedding, let's see if there's
>> a chance this B: entry sticks in general
> []
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 30aca4aa5467..c9da3a2af398 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -75,6 +75,8 @@ Descriptions of section entries:
>>  	L: Mailing list that is relevant to this area
>>  	W: Web-page with status/info
>>  	Q: Patchwork web based patch tracking system site
>> +	B: Preferred method for reporting bugs; bug tracking system site
>> +	   or "List" for mailing list.
>
> I think that "List" is not a good idea.
>
> Intermixing mailing list email addresses and URLs seems
> odd and inconsistent.

I meant the word "List" verbatim as a keyword, indicating the bugs
should be reported to the list specified by "L:".

> Maybe there could be something like the "T:" and "S:"
> entries where some additional qualifier is used for the
> specific type of bug reporting.

Maybe we can have a kernel summit session about this, and maybe have a
patch merged by mid-2017.


BR,
Jani.

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method
  2016-01-26 14:49   ` Richard Weinberger
@ 2016-01-26 15:05     ` Jani Nikula
  0 siblings, 0 replies; 13+ messages in thread
From: Jani Nikula @ 2016-01-26 15:05 UTC (permalink / raw)
  To: Richard Weinberger, Joe Perches
  Cc: LKML, intel-gfx, Daniel Vetter, Andrew Morton

On Tue, 26 Jan 2016, Richard Weinberger <richard.weinberger@gmail.com> wrote:
> On Tue, Jan 26, 2016 at 3:42 PM, Joe Perches <joe@perches.com> wrote:
>> On Tue, 2016-01-26 at 11:10 +0200, Jani Nikula wrote:
>>> Different subsystems and drivers have different preferred ways of
>>> receiving bug reports; mailing list or bugzillas at various
>>> locations. Add "B:" entry for specifying the preference to guide bug
>>> reporters at the right location.
>> []
>>> v2: drop the B: entry for i915 due to bikeshedding, let's see if there's
>>> a chance this B: entry sticks in general
>> []
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 30aca4aa5467..c9da3a2af398 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -75,6 +75,8 @@ Descriptions of section entries:
>>>       L: Mailing list that is relevant to this area
>>>       W: Web-page with status/info
>>>       Q: Patchwork web based patch tracking system site
>>> +     B: Preferred method for reporting bugs; bug tracking system site
>>> +        or "List" for mailing list.
>>
>> I think that "List" is not a good idea.
>>
>> Intermixing mailing list email addresses and URLs seems
>> odd and inconsistent.
>>
>> Maybe there could be something like the "T:" and "S:"
>> entries where some additional qualifier is used for the
>> specific type of bug reporting.
>
> Yeah, if B: is present, use the given URL for bug reporting.
> If not use the mailinglist... :-)

B: not being present, the status quo, could mean either the list or
https://bugzilla.kernel.org/, depending on the driver/subsystem.

I'd also like to encourage people to add URLs like

https://bugzilla.kernel.org/enter_bug.cgi?product=ACPI&component=BIOS

here to immediately lead the bug reporter to the correct product and
component in the bug tracker.

BR,
Jani.



-- 
Jani Nikula, Intel Open Source Technology Center

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

* Re: [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method
  2016-01-26 14:42 ` Joe Perches
  2016-01-26 14:49   ` Richard Weinberger
  2016-01-26 14:55   ` Jani Nikula
@ 2016-01-26 15:33   ` Dave Gordon
  2016-01-26 20:14     ` Joe Perches
  2 siblings, 1 reply; 13+ messages in thread
From: Dave Gordon @ 2016-01-26 15:33 UTC (permalink / raw)
  To: Joe Perches, Jani Nikula, linux-kernel; +Cc: intel-gfx, Andrew Morton

On 26/01/16 14:42, Joe Perches wrote:
> On Tue, 2016-01-26 at 11:10 +0200, Jani Nikula wrote:
>> Different subsystems and drivers have different preferred ways of
>> receiving bug reports; mailing list or bugzillas at various
>> locations. Add "B:" entry for specifying the preference to guide bug
>> reporters at the right location.
> []
>> v2: drop the B: entry for i915 due to bikeshedding, let's see if there's
>> a chance this B: entry sticks in general
> []
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 30aca4aa5467..c9da3a2af398 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -75,6 +75,8 @@ Descriptions of section entries:
>>   	L: Mailing list that is relevant to this area
>>   	W: Web-page with status/info
>>   	Q: Patchwork web based patch tracking system site
>> +	B: Preferred method for reporting bugs; bug tracking system site
>> +	   or "List" for mailing list.
>
> I think that "List" is not a good idea.
>
> Intermixing mailing list email addresses and URLs seems
> odd and inconsistent.
>
> Maybe there could be something like the "T:" and "S:"
> entries where some additional qualifier is used for the
> specific type of bug reporting.

Make it a proper URI, allowing mailto:<listname@domain>
or http://bugzilla.org/i915/ or anything else that people
may come up with in future :)

.Dave.
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method
  2016-01-26 15:33   ` Dave Gordon
@ 2016-01-26 20:14     ` Joe Perches
  0 siblings, 0 replies; 13+ messages in thread
From: Joe Perches @ 2016-01-26 20:14 UTC (permalink / raw)
  To: Dave Gordon, Jani Nikula, linux-kernel; +Cc: intel-gfx, Andrew Morton

On Tue, 2016-01-26 at 15:33 +0000, Dave Gordon wrote:
> On 26/01/16 14:42, Joe Perches wrote:
> > On Tue, 2016-01-26 at 11:10 +0200, Jani Nikula wrote:
> > > Different subsystems and drivers have different preferred ways of
> > > receiving bug reports; mailing list or bugzillas at various
> > > locations. Add "B:" entry for specifying the preference to guide bug
> > > reporters at the right location.
> > []
> > > v2: drop the B: entry for i915 due to bikeshedding, let's see if there's
> > > a chance this B: entry sticks in general
> > []
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 30aca4aa5467..c9da3a2af398 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -75,6 +75,8 @@ Descriptions of section entries:
> > >   	L: Mailing list that is relevant to this area
> > >   	W: Web-page with status/info
> > >   	Q: Patchwork web based patch tracking system site
> > > +	B: Preferred method for reporting bugs; bug tracking system site
> > > +	   or "List" for mailing list.
> > 
> > I think that "List" is not a good idea.
> > 
> > Intermixing mailing list email addresses and URLs seems
> > odd and inconsistent.
> > 
> > Maybe there could be something like the "T:" and "S:"
> > entries where some additional qualifier is used for the
> > specific type of bug reporting.
> 
> Make it a proper URI, allowing mailto:<listname@domain>
> or http://bugzilla.org/i915/ or anything else that people
> may come up with in future :)

Thanks Dave.  That makes some sense.

get_maintainer could then parse mailto: and http: schemes and
could do the right thing.

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* ✗ Fi.CI.BAT: failure for MAINTAINERS: Add "B:" preferred bug reporting method (rev3)
  2016-01-26  9:10 [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method Jani Nikula
  2016-01-26 14:36 ` Joe Perches
  2016-01-26 14:42 ` Joe Perches
@ 2016-01-27 16:47 ` Patchwork
  2016-01-27 17:16   ` Joe Perches
  2016-01-27 17:03 ` ✓ Fi.CI.BAT: success " Patchwork
  2016-01-28 14:06 ` Patchwork
  4 siblings, 1 reply; 13+ messages in thread
From: Patchwork @ 2016-01-27 16:47 UTC (permalink / raw)
  To: Joe Perches; +Cc: intel-gfx

== Summary ==

Built on 5ae916607e3e12ba18c848dff42baaad5b118c4b drm-intel-nightly: 2016y-01m-27d-12h-48m-36s UTC integration manifest

Test kms_flip:
        Subgroup basic-flip-vs-dpms:
                pass       -> DMESG-WARN (ilk-hp8440p) UNSTABLE
Test kms_pipe_crc_basic:
        Subgroup suspend-read-crc-pipe-a:
                pass       -> FAIL       (byt-nuc)
        Subgroup suspend-read-crc-pipe-b:
                pass       -> FAIL       (byt-nuc)
        Subgroup suspend-read-crc-pipe-c:
                skip       -> FAIL       (byt-nuc)

bdw-nuci7        total:141  pass:132  dwarn:0   dfail:0   fail:0   skip:9  
bdw-ultra        total:144  pass:138  dwarn:0   dfail:0   fail:0   skip:6  
bsw-nuc-2        total:144  pass:120  dwarn:0   dfail:0   fail:0   skip:24 
byt-nuc          total:144  pass:127  dwarn:0   dfail:0   fail:3   skip:14 
hsw-gt2          total:144  pass:140  dwarn:0   dfail:0   fail:0   skip:4  
ilk-hp8440p      total:144  pass:104  dwarn:1   dfail:0   fail:1   skip:38 
ivb-t430s        total:144  pass:138  dwarn:0   dfail:0   fail:0   skip:6  
snb-dellxps      total:144  pass:130  dwarn:0   dfail:0   fail:0   skip:14 

HANGED skl-i5k-2 in Patchwork_1266/skl-i5k-2/tests/128.json:igt@gem_mmap_gtt@basic-write-gtt Patchwork_1266/skl-i5k-2/tests/129.json:igt@kms_setmode@basic-clone-single-crtc Patchwork_1266/skl-i5k-2/tests/130.json:igt@kms_addfb_basic@addfb25-x-tiled Patchwork_1266/skl-i5k-2/tests/131.json:igt@gem_basic@bad-close Patchwork_1266/skl-i5k-2/tests/132.json:igt@gem_render_linear_blits@basic Patchwork_1266/skl-i5k-2/tests/133.json:igt@gem_mmap_gtt@basic-copy Patchwork_1266/skl-i5k-2/tests/134.json:igt@kms_addfb_basic@small-bo Patchwork_1266/skl-i5k-2/tests/135.json:igt@kms_addfb_basic@too-high Patchwork_1266/skl-i5k-2/tests/136.json:igt@kms_flip@basic-flip-vs-modeset Patchwork_1266/skl-i5k-2/tests/137.json:igt@kms_addfb_basic@unused-pitches Patchwork_1266/skl-i5k-2/tests/138.json:igt@gem_sync@basic-render Patchwork_1266/skl-i5k-2/tests/139.json:igt@kms_addfb_basic@bo-too-small-due-to-tiling Patchwork_1266/skl-i5k-2/tests/140.json:igt@gem_storedw_loop@basic-blt Patchwork_1266/skl-i5k-2/tests/
 141.json:igt@drv_getparams_basic@basic-eu-total Patchwork_1266/skl-i5k-2/tests/142.json:igt@gem_ctx_param_basic@invalid-ctx-set Patchwork_1266/skl-i5k-2/tests/143.json:igt@kms_pipe_crc_basic@read-crc-pipe-a-frame-sequence

Results at /archive/results/CI_IGT_test/Patchwork_1266/

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* ✓ Fi.CI.BAT: success for MAINTAINERS: Add "B:" preferred bug reporting method (rev3)
  2016-01-26  9:10 [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method Jani Nikula
                   ` (2 preceding siblings ...)
  2016-01-27 16:47 ` ✗ Fi.CI.BAT: failure for MAINTAINERS: Add "B:" preferred bug reporting method (rev3) Patchwork
@ 2016-01-27 17:03 ` Patchwork
  2016-01-28 14:06 ` Patchwork
  4 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2016-01-27 17:03 UTC (permalink / raw)
  To: Joe Perches; +Cc: intel-gfx

== Summary ==

Tests interrupted

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: ✗ Fi.CI.BAT: failure for MAINTAINERS: Add "B:" preferred bug reporting method (rev3)
  2016-01-27 16:47 ` ✗ Fi.CI.BAT: failure for MAINTAINERS: Add "B:" preferred bug reporting method (rev3) Patchwork
@ 2016-01-27 17:16   ` Joe Perches
  2016-01-27 17:38     ` Damien Lespiau
  0 siblings, 1 reply; 13+ messages in thread
From: Joe Perches @ 2016-01-27 17:16 UTC (permalink / raw)
  To: intel-gfx

On Wed, 2016-01-27 at 16:47 +0000, Patchwork wrote:
> == Summary ==
> 
> Built on 5ae916607e3e12ba18c848dff42baaad5b118c4b drm-intel-nightly: 2016y-01m-27d-12h-48m-36s UTC integration manifest

I've no idea what this means.
I'm not sure I care.
Why send this to me?

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: ✗ Fi.CI.BAT: failure for MAINTAINERS: Add "B:" preferred bug reporting method (rev3)
  2016-01-27 17:16   ` Joe Perches
@ 2016-01-27 17:38     ` Damien Lespiau
  0 siblings, 0 replies; 13+ messages in thread
From: Damien Lespiau @ 2016-01-27 17:38 UTC (permalink / raw)
  To: Joe Perches; +Cc: intel-gfx

On Wed, Jan 27, 2016 at 09:16:24AM -0800, Joe Perches wrote:
> On Wed, 2016-01-27 at 16:47 +0000, Patchwork wrote:
> > == Summary ==
> > 
> > Built on 5ae916607e3e12ba18c848dff42baaad5b118c4b drm-intel-nightly: 2016y-01m-27d-12h-48m-36s UTC integration manifest
> 
> I've no idea what this means.
> I'm not sure I care.
> Why send this to me?

We're experimenting with patchwork and trying to teach it about series
of patches and hooking automatic test systems to it. Unfortunately,
you've been the victim of a number of problems:

  - A mail of yours was parsed as a patch because it had a patch
    suggestion in it, which made that diff a candidate for automatic
    testing.
    http://lists.freedesktop.org/archives/intel-gfx/2016-January/085483.html

    I just fixed it manually, you shouldn't receive any more email. A
    better fix will land soon, your shouldn't have been a candidate for
    testing in the first place as we're supposed to only consider git
    send-email patches (an configuration option).

  - We still have a few flaky tests, so the test result was incoherent
    with just changing a text file

  - We may be to refine the system to not bother testing patches that
    don't touch code.

In case you are curious:

    http://patchwork.freedesktop.org/project/intel-gfx/series/
    http://patchwork.freedesktop.org/series/2539/

Sorry for the trouble,

-- 
Damien
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* ✓ Fi.CI.BAT: success for MAINTAINERS: Add "B:" preferred bug reporting method (rev3)
  2016-01-26  9:10 [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method Jani Nikula
                   ` (3 preceding siblings ...)
  2016-01-27 17:03 ` ✓ Fi.CI.BAT: success " Patchwork
@ 2016-01-28 14:06 ` Patchwork
  4 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2016-01-28 14:06 UTC (permalink / raw)
  To: Jani Nikula; +Cc: intel-gfx

== Summary ==

Series 2539v3 MAINTAINERS: Add "B:" preferred bug reporting method
http://patchwork.freedesktop.org/api/1.0/series/2539/revisions/3/mbox/


bdw-nuci7        total:156  pass:147  dwarn:0   dfail:0   fail:0   skip:9  
bdw-ultra        total:159  pass:153  dwarn:0   dfail:0   fail:0   skip:6  
bsw-nuc-2        total:159  pass:135  dwarn:0   dfail:0   fail:0   skip:24 
byt-nuc          total:159  pass:142  dwarn:0   dfail:0   fail:0   skip:17 
hsw-brixbox      total:159  pass:152  dwarn:0   dfail:0   fail:0   skip:7  
hsw-gt2          total:159  pass:155  dwarn:0   dfail:0   fail:0   skip:4  
ilk-hp8440p      total:159  pass:114  dwarn:0   dfail:0   fail:1   skip:44 
ivb-t430s        total:159  pass:151  dwarn:0   dfail:0   fail:0   skip:8  
skl-i5k-2        total:159  pass:150  dwarn:1   dfail:0   fail:0   skip:8  
snb-dellxps      total:159  pass:141  dwarn:0   dfail:0   fail:0   skip:18 
snb-x220t        total:159  pass:141  dwarn:0   dfail:0   fail:1   skip:17 

Results at /archive/results/CI_IGT_test/Patchwork_1295/

b3f8ad64bc71f6236f05c2e9f4ad49a61745869a drm-intel-nightly: 2016y-01m-28d-10h-26m-23s UTC integration manifest
9743356f777138c22b20c1643cf051a2f574a4c6 MAINTAINERS: Add "B:" preferred bug reporting method

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2016-01-28 14:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-26  9:10 [PATCH v2] MAINTAINERS: Add "B:" preferred bug reporting method Jani Nikula
2016-01-26 14:36 ` Joe Perches
2016-01-26 14:42 ` Joe Perches
2016-01-26 14:49   ` Richard Weinberger
2016-01-26 15:05     ` Jani Nikula
2016-01-26 14:55   ` Jani Nikula
2016-01-26 15:33   ` Dave Gordon
2016-01-26 20:14     ` Joe Perches
2016-01-27 16:47 ` ✗ Fi.CI.BAT: failure for MAINTAINERS: Add "B:" preferred bug reporting method (rev3) Patchwork
2016-01-27 17:16   ` Joe Perches
2016-01-27 17:38     ` Damien Lespiau
2016-01-27 17:03 ` ✓ Fi.CI.BAT: success " Patchwork
2016-01-28 14:06 ` Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox