public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Reporting Kernel Bugs
@ 2011-10-12 18:08 Joseph Salisbury
  2011-10-12 18:13 ` Jiri Kosina
  0 siblings, 1 reply; 8+ messages in thread
From: Joseph Salisbury @ 2011-10-12 18:08 UTC (permalink / raw)
  To: linux-kernel

Hello,

Is there a way to report new kernel bugs while bugzilla.kernel.org is 
down?  I imagine many folks are now starting to have new reports stack up.

Also, is there an ETA on when bugzilla will be back available again?

Thanks,

Joe

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

* Re: Reporting Kernel Bugs
  2011-10-12 18:08 Reporting Kernel Bugs Joseph Salisbury
@ 2011-10-12 18:13 ` Jiri Kosina
  2011-10-12 18:17   ` Joseph Salisbury
                     ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jiri Kosina @ 2011-10-12 18:13 UTC (permalink / raw)
  To: Joseph Salisbury; +Cc: linux-kernel

On Wed, 12 Oct 2011, Joseph Salisbury wrote:

> Is there a way to report new kernel bugs while bugzilla.kernel.org is 
> down?  I imagine many folks are now starting to have new reports stack 
> up.
> 
> Also, is there an ETA on when bugzilla will be back available again?

Just send an e-mail to appropriate mailinglist and CC 
responsible maintainer(s).

That's what many people prefer to bugzilla anyway.

-- 
Jiri Kosina
SUSE Labs


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

* Re: Reporting Kernel Bugs
  2011-10-12 18:13 ` Jiri Kosina
@ 2011-10-12 18:17   ` Joseph Salisbury
  2011-10-13 12:00   ` Joseph Salisbury
  2011-10-14 20:10   ` Jan Steinke
  2 siblings, 0 replies; 8+ messages in thread
From: Joseph Salisbury @ 2011-10-12 18:17 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel

On 10/12/2011 02:13 PM, Jiri Kosina wrote:
> On Wed, 12 Oct 2011, Joseph Salisbury wrote:
>
>> Is there a way to report new kernel bugs while bugzilla.kernel.org is
>> down?  I imagine many folks are now starting to have new reports stack
>> up.
>>
>> Also, is there an ETA on when bugzilla will be back available again?
>
> Just send an e-mail to appropriate mailinglist and CC
> responsible maintainer(s).
>
> That's what many people prefer to bugzilla anyway.
>
Thanks, Jiri!



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

* Re: Reporting Kernel Bugs
  2011-10-12 18:13 ` Jiri Kosina
  2011-10-12 18:17   ` Joseph Salisbury
@ 2011-10-13 12:00   ` Joseph Salisbury
  2011-10-13 16:27     ` Jiri Kosina
  2011-10-14 20:10   ` Jan Steinke
  2 siblings, 1 reply; 8+ messages in thread
From: Joseph Salisbury @ 2011-10-13 12:00 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel

On 10/12/2011 02:13 PM, Jiri Kosina wrote:
> On Wed, 12 Oct 2011, Joseph Salisbury wrote:
>
>> Is there a way to report new kernel bugs while bugzilla.kernel.org is
>> down?  I imagine many folks are now starting to have new reports stack
>> up.
>>
>> Also, is there an ETA on when bugzilla will be back available again?
>
> Just send an e-mail to appropriate mailinglist and CC
> responsible maintainer(s).
>
> That's what many people prefer to bugzilla anyway.
>

One additional question.  Is there a way to work and search existing 
bugs while bugzilla.kernel.org is unavailable?

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

* Re: Reporting Kernel Bugs
  2011-10-13 12:00   ` Joseph Salisbury
@ 2011-10-13 16:27     ` Jiri Kosina
  0 siblings, 0 replies; 8+ messages in thread
From: Jiri Kosina @ 2011-10-13 16:27 UTC (permalink / raw)
  To: Joseph Salisbury; +Cc: linux-kernel

On Thu, 13 Oct 2011, Joseph Salisbury wrote:

> One additional question.  Is there a way to work and search existing 
> bugs while bugzilla.kernel.org is unavailable?

Nothing official right now as far as I know.

-- 
Jiri Kosina
SUSE Labs

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

* Re: Reporting Kernel Bugs
  2011-10-12 18:13 ` Jiri Kosina
  2011-10-12 18:17   ` Joseph Salisbury
  2011-10-13 12:00   ` Joseph Salisbury
@ 2011-10-14 20:10   ` Jan Steinke
  2011-10-14 20:23     ` David Rientjes
  2 siblings, 1 reply; 8+ messages in thread
From: Jan Steinke @ 2011-10-14 20:10 UTC (permalink / raw)
  To: linux-kernel

Jiri Kosina <jkosina <at> suse.cz> writes:
 
> Just send an e-mail to appropriate mailinglist and CC 
> responsible maintainer(s).
> 
> That's what many people prefer to bugzilla anyway.
> 

How do I know the responsible maintainer(s)? How do I know if the bug is 
confirmed or accepted?


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

* Re: Reporting Kernel Bugs
  2011-10-14 20:10   ` Jan Steinke
@ 2011-10-14 20:23     ` David Rientjes
  2011-10-15 12:01       ` Maciej Rutecki
  0 siblings, 1 reply; 8+ messages in thread
From: David Rientjes @ 2011-10-14 20:23 UTC (permalink / raw)
  To: Jan Steinke; +Cc: linux-kernel

On Fri, 14 Oct 2011, Jan Steinke wrote:

> > Just send an e-mail to appropriate mailinglist and CC 
> > responsible maintainer(s).
> > 
> > That's what many people prefer to bugzilla anyway.
> > 
> 
> How do I know the responsible maintainer(s)? How do I know if the bug is 
> confirmed or accepted?
> 

If you can figure out what subsystem is the likely source of the issue, 
then you can check the MAINTAINERS file for the appropriate people and 
mailing list.  If there's a panic or oops, find the source file that is to 
blame and use ./scripts/get_maintainer.pl -f <file>.  Otherwise, just 
report some unknown, untriaged error directly to 
linux-kernel@vger.kernel.org and be sure to cc Andrew Morton 
<akpm@linux-foundation.org> who used to go through the kernel.org bugzilla 
quite often and send bug reports in the right direction.

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

* Re: Reporting Kernel Bugs
  2011-10-14 20:23     ` David Rientjes
@ 2011-10-15 12:01       ` Maciej Rutecki
  0 siblings, 0 replies; 8+ messages in thread
From: Maciej Rutecki @ 2011-10-15 12:01 UTC (permalink / raw)
  To: David Rientjes; +Cc: Jan Steinke, linux-kernel

On piątek, 14 października 2011 o 22:23:57 David Rientjes wrote:
> On Fri, 14 Oct 2011, Jan Steinke wrote:
> > > Just send an e-mail to appropriate mailinglist and CC
> > > responsible maintainer(s).
> > > 
> > > That's what many people prefer to bugzilla anyway.
> > 
> > How do I know the responsible maintainer(s)? How do I know if the bug is
> > confirmed or accepted?
> 
> If you can figure out what subsystem is the likely source of the issue,
> then you can check the MAINTAINERS file for the appropriate people and
> mailing list.  If there's a panic or oops, find the source file that is to
> blame and use ./scripts/get_maintainer.pl -f <file>.  Otherwise, just
> report some unknown, untriaged error directly to
> linux-kernel@vger.kernel.org and be sure to cc Andrew Morton
> <akpm@linux-foundation.org> who used to go through the kernel.org bugzilla
> quite often and send bug reports in the right direction.

For regression add my address to CC. When bugzilla comes back, then I create 
bug entry for regression.

Regards
-- 
Maciej Rutecki
http://www.mrutecki.pl

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

end of thread, other threads:[~2011-10-15 12:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-12 18:08 Reporting Kernel Bugs Joseph Salisbury
2011-10-12 18:13 ` Jiri Kosina
2011-10-12 18:17   ` Joseph Salisbury
2011-10-13 12:00   ` Joseph Salisbury
2011-10-13 16:27     ` Jiri Kosina
2011-10-14 20:10   ` Jan Steinke
2011-10-14 20:23     ` David Rientjes
2011-10-15 12:01       ` Maciej Rutecki

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