public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Martin J. Bligh" <mbligh@mbligh.org>
To: Jens Axboe <axboe@suse.de>, Andrew Morton <akpm@osdl.org>
Cc: James.Bottomley@SteelEye.com, linux-kernel@vger.kernel.org
Subject: Re: kernel bugzilla
Date: Fri, 17 Jun 2005 14:45:39 -0700	[thread overview]
Message-ID: <491950000.1119044739@flay> (raw)
In-Reply-To: <20050617212338.GA16852@suse.de>

>> It can be set up to report scsi bugs to a mailing list.  So we can replace
>> andmike with linux-scsi@vger.kernel.org as the person who gets notification
>> emails for scsi-related bug reports.
> 
> That would help.

The other thing we can do is set up "spoof" users per category, then 
anyone can just set up that spoof user to watch, and they'll see things
for each category. Some of them are like that already.

Frankly, I think a lot of people would prefer to subscribe to
bugme-new@lists.osdl.org, and then filter on the X- headers that give 
you category and subcategory nicely. That way you get one email for
each NEW bug. depends what you want.
 
>> And, apparently, bugzilla will now accept emails and will file them away in
>> the right place.  I've asked Martin to help set bugzilla up so that people
>> who don't have a bugzilla account will be accepted into the database as well.
> 
> See, that is very useful. The SUSE bugzilla used to be able to do that
> as well (it probably still does but requires password etc, already too
> much hassle) and I loved it. The thing about this kind of bug tracking
> is that it must be just as easy and convenient to use as email. And
> jumping to a browser and waving the mouse around scrolling to the right
> place to input text is already cumbersome imho compared to just
> answering an email (which can be done clickity-less).

Is done now. Please try, but be gentle with it. And send beer to Kees ;-)
 
>> I haven't tested this yet, but hopefully I will now be able to:
>> 
>> - get an email from bugme
>> 
>> - reply to it and cc linux-kernel and a maintainer
>> 
>> - Other people will comment in the normal manner with reply-to-all
>> 
>> - bugzilla will capture everything.
>> 
>> Suddenly, my ability to track open bugs gets a heap better, and nobody is
>> impacted at all - just an additional Cc.
> 
> That is the way it should work.

I think it will now. We probably need some more crap-filtering (rmk
pointed out signatures, for instance, not sure if we do that already).
Apologies this has taken a while.
 
>> One thing I haven't worked out is how to get a bug which is initially
>> reported via email *into* the bugzilla system for tracking purposes.  One
>> could just ask the originator to raise a bugzilla entry, as lots of other
>> projects do.  But I don't think we want to do that - it's in our interest
>> to make bug reporting as easy as possible for the reporter, rather than
>> putting up barriers.
> 
> Depends... Sometimes it's quite ok to put the onus on the reported to
> file it in bugzilla, since it should be considered in his best interest
> to do so - he obviously filed the bug, because the issue bothers him in
> some way. As long as it is 'easy enough' to do so, I think we are
> alright. The question is if this can't be automated fairly easily. A
> good bugzilla interface helps a _lot_.

The external one is infintely simpler than the internal IBM one, and
the distro ones. I *really, really* prefer to keep it that way. Having 
said that, it does have a few fields (eg version, and category/subcategory) that should be filled out properly, and that's not easy to do via email.
For now, my intent is to allow bug filing via web only, and followup 
comments by email. If lots of people scream and curse at me, I'll
reconsider I suppose.

>> Another problem is: what happens if a bug has been discussed via email
>> which is cc'ed to linux-kernel and bugzilla, and then someone comes along
>> and updates the bug record via the bugzilla web interface?  I suspect those
>> people who had been following the discussion via email wouldn't see the
>> update.  So bugzilla needs to a) automatically add all incoming Cc's to the
>> records's cc list and b) automatically add all known cc's to outgoing
>> notifications.
> 
> At the risk of making bugzilla just a little too annoying, if you find
> yourself having to manually remove the cc in selected bug entries just
> because you participated in the thread at some point.

I think this could easily be a per-user preference. I think akpm would
like it to default to on, which would be OK by me, at least.

Apologies for neglecting Bugzilla a bit recently, I shall get back on it.
Kudos to Jon Tollefson (IBM) and Kees Cook (OSDL) for doing most of
the technical work recently.

M.

  parent reply	other threads:[~2005-06-17 21:46 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20050617001330.294950ac.akpm@osdl.org>
     [not found] ` <1119016223.5049.3.camel@mulgrave>
     [not found]   ` <20050617142225.GO6957@suse.de>
2005-06-17 21:10     ` kernel bugzilla Andrew Morton
2005-06-17 21:23       ` Jens Axboe
2005-06-17 21:39         ` Andrew Morton
2005-06-18 14:50           ` Alexey Dobriyan
2005-06-18 18:23             ` Andrew Morton
2005-06-20 18:59               ` Alexey Dobriyan
2005-06-18 15:45           ` Adrian Bunk
2005-06-18 15:58             ` Martin J. Bligh
2005-06-17 21:45         ` Martin J. Bligh [this message]
2005-06-18 19:13           ` Dave Jones
2005-06-19  2:54             ` Kyle Moffett
2005-06-19  8:22               ` Dave Jones
2005-06-19 16:58                 ` Kyle Moffett
2005-06-20 11:58             ` Takashi Iwai
2005-06-20 14:08               ` Martin J. Bligh
2005-06-18  1:14         ` Herbert Xu
2005-06-19 19:02 Kenneth Parrish
  -- strict thread matches above, loose matches on Subject: below --
2003-05-12 23:04 Andrew Morton
2003-05-13 21:55 ` Diego Calleja García

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=491950000.1119044739@flay \
    --to=mbligh@mbligh.org \
    --cc=James.Bottomley@SteelEye.com \
    --cc=akpm@osdl.org \
    --cc=axboe@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox