Re: Reporting bugs and bisection

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Adrian Bunk <bunk@...>
Cc: <sverre@...>, <git@...>, linux-kernel <linux-kernel@...>, James Morris <jmorris@...>, Al Viro <viro@...>, Andrew Morton <akpm@...>, <david@...>, Stephen Clark <sclark46@...>, Evgeniy Polyakov <johnpol@...>, Rafael J. Wysocki <rjw@...>, Tilman Schmidt <tilman@...>, <Valdis.Kletnieks@...>, Mark Lord <lkml@...>, David Miller <davem@...>, <jesper.juhl@...>, <yoshfuji@...>, <jeff@...>, <netdev@...>, David Newall <davidn@...>
Date: Wednesday, April 16, 2008 - 4:04 pm

On Wed, Apr 16, 2008 at 04:26:34PM +0300, Adrian Bunk wrote:

yes, and doing that would get back to the bureaucracy some people are
trying to reduce in order to save time to do the real work.

However, in another project of mine, I've got used to systematically
indicate the type of change in the subject line. It does not get any
slower for the author, and it appears in shortlogs. And quite amazingly
the principle has immediately been adopted by several contributors :

-----
Note to contributors: it's very handy when patches comes with a properly
formated subject. Try to put one of the following words between brackets
to indicate the importance of the patch followed by a short description:

[MINOR]    minor fix, very low risk of impact
[MEDIUM]   medium risk, may cause unexpected regressions of low importance or
           which may quickly be discovered
[MAJOR]    major risk of hidden regression. This happens when I rearrange large
           parts of code, when I play with timeouts, with variable
           initializations, etc...
[BUG]      fix for a minor or medium-level bug.
[CRITICAL] medium-term reliability or security is at risk, an upgrade is
           absolutely required.
[RELEASE]  release a new version
[BUILD]    fix build issues. If you could build, no upgrade required.
[CLEANUP]  code cleanup, silence of warnings, etc... theorically no impact
[TESTS]    added regression testing configuration files or scripts
[DOC]      documentation updates, no need to upgrade
[LICENSE]  licensing updates (may impact distro packagers)

Example: "[DOC] document options forwardfor to logasap"
-----

Nothing is mandatory, and I (as the maintainer) can still choose to
adjust the prefix if I want. But in fact, I only had to to it when
contributors did not classify their patch themselves. Several other
tags may be added for LKML, such as "RFC" which is already used,
etc...

The advantages of this usage are multiple. Nothing needs to be changed
in the tools, no header needs to be added, it's still very compatible
with the mailing-list usages (and helps focusing on specific patches),
it's absolutely not mandatory and easily tweakable.

I'd like people in this thread not to forget that what we need is not
a fantastic tool to work around some developers' weaknesses, but cheap
(if any) help from the developers to help reviewers. I think that such
a proposal falls exactly in this category.

I'm quite ready to use it already (though I do not post often), and
think that it would still feel natural to many developers since most
of them are already used to such a format. I think it just requires
a few starters to get most of us to progressively use such a scheme
by default.

Regards,
Willy

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: 2.6.25-rc8: FTP transfer errors, Mark Lord, (Thu Apr 10, 8:16 pm)
Re: 2.6.25-rc8: FTP transfer errors, David Miller, (Thu Apr 10, 8:26 pm)
Re: 2.6.25-rc8: FTP transfer errors, Mark Lord, (Thu Apr 10, 8:29 pm)
Re: 2.6.25-rc8: FTP transfer errors, YOSHIFUJI Hideaki / , (Thu Apr 10, 10:59 pm)
Re: 2.6.25-rc8: FTP transfer errors, Pavel Emelyanov, (Fri Apr 11, 3:50 am)
Re: 2.6.25-rc8: FTP transfer errors, David Miller, (Thu Apr 10, 8:24 pm)
Re: 2.6.25-rc8: FTP transfer errors, Tilman Schmidt, (Thu Apr 10, 8:56 pm)
Re: 2.6.25-rc8: FTP transfer errors, David Miller, (Thu Apr 10, 9:08 pm)
Re: 2.6.25-rc8: FTP transfer errors, Mark Lord, (Thu Apr 10, 8:27 pm)
Re: 2.6.25-rc8: FTP transfer errors, David Miller, (Thu Apr 10, 8:39 pm)
Re: about bisections, David Miller, (Tue Apr 15, 6:30 pm)
Re: about bisections, Ingo Molnar, (Tue Apr 15, 6:48 pm)
Re: 2.6.25-rc8: FTP transfer errors, Mark Lord, (Thu Apr 10, 9:23 pm)
Re: 2.6.25-rc8: FTP transfer errors, , (Fri Apr 11, 3:58 pm)
Re: 2.6.25-rc8: FTP transfer errors, Tilman Schmidt, (Fri Apr 11, 6:27 pm)
Reporting bugs and bisection (was: Re: 2.6.25-rc8: FTP trans..., Rafael J. Wysocki, (Sun Apr 13, 2:40 pm)
Re: Reporting bugs and bisection, Andi Kleen, (Mon Apr 14, 5:58 am)
Re: Reporting bugs and bisection, Willy Tarreau, (Mon Apr 14, 6:00 am)
Re: Reporting bugs and bisection, Andi Kleen, (Mon Apr 14, 6:16 am)
Re: Reporting bugs and bisection, Andi Kleen, (Mon Apr 14, 6:29 am)
Re: Reporting bugs and bisection, David Miller, (Sun Apr 13, 4:35 pm)
Re: Reporting bugs and bisection (was: Re: 2.6.25-rc8: FTP t..., Rafael J. Wysocki, (Sun Apr 13, 4:33 pm)
Re: Reporting bugs and bisection, Stephen Clark, (Sun Apr 13, 6:24 pm)
Re: Reporting bugs and bisection, Andi Kleen, (Mon Apr 14, 5:26 am)
Re: Reporting bugs and bisection, , (Sun Apr 13, 7:51 pm)
Re: Reporting bugs and bisection, Willy Tarreau, (Mon Apr 14, 12:39 am)
Re: Reporting bugs and bisection, Al Viro, (Mon Apr 14, 1:39 am)
Re: Reporting bugs and bisection, Andrew Morton, (Mon Apr 14, 2:24 am)
Re: Reporting bugs and bisection, Rene Herman, (Mon Apr 14, 3:13 pm)
Re: Reporting bugs and bisection, Andrew Morton, (Mon Apr 14, 4:38 pm)
Re: Reporting bugs and bisection, Rene Herman, (Mon Apr 14, 6:18 pm)
Re: Reporting bugs and bisection, Al Viro, (Mon Apr 14, 3:23 am)
Re: Reporting bugs and bisection, James Morris, (Mon Apr 14, 11:54 am)
Re: Reporting bugs and bisection, David Newall, (Tue Apr 15, 5:33 am)
Re: Reporting bugs and bisection, Sverre Rabbelier, (Wed Apr 16, 8:15 am)
Re: Reporting bugs and bisection, Jesper Juhl, (Wed Apr 16, 5:17 pm)
Re: Reporting bugs and bisection, David Newall, (Thu Apr 17, 1:04 pm)
Re: Reporting bugs and bisection, Rafael J. Wysocki, (Thu Apr 17, 3:09 pm)
Re: Reporting bugs and bisection, Ray Lee, (Thu Apr 17, 3:35 pm)
Re: Reporting bugs and bisection, Al Viro, (Thu Apr 17, 4:16 pm)
Re: Reporting bugs and bisection, Ray Lee, (Thu Apr 17, 4:38 pm)
Re: Reporting bugs and bisection, Al Viro, (Thu Apr 17, 4:53 pm)
Re: Reporting bugs and bisection, Ray Lee, (Thu Apr 17, 5:01 pm)
Re: Reporting bugs and bisection, Sverre Rabbelier, (Thu Apr 17, 3:57 pm)
Re: Reporting bugs and bisection, Adrian Bunk, (Wed Apr 16, 9:26 am)
Re: Reporting bugs and bisection, Willy Tarreau, (Wed Apr 16, 4:04 pm)
Re: Reporting bugs and bisection, Sverre Rabbelier, (Wed Apr 16, 3:39 pm)
Re: Reporting bugs and bisection, Adrian Bunk, (Wed Apr 16, 4:16 pm)
Re: Reporting bugs and bisection, Adrian Bunk, (Wed Apr 16, 4:53 pm)
Re: Reporting bugs and bisection, Sverre Rabbelier, (Wed Apr 16, 5:05 pm)
Re: Reporting bugs and bisection, Adrian Bunk, (Wed Apr 16, 5:25 pm)
Re: Reporting bugs and bisection, Andrew Morton, (Wed Apr 16, 3:02 pm)
Re: Reporting bugs and bisection, Alexey Dobriyan, (Wed Apr 16, 3:58 pm)
Re: Reporting bugs and bisection, Arjan van de Ven, (Wed Apr 16, 4:01 pm)
Re: Reporting bugs and bisection, Adrian Bunk, (Wed Apr 16, 3:55 pm)
Re: Reporting bugs and bisection, J. Bruce Fields, (Thu Apr 17, 9:50 am)
Re: Reporting bugs and bisection, Adrian Bunk, (Thu Apr 17, 11:26 am)
Re: Reporting bugs and bisection, Sverre Rabbelier, (Wed Apr 16, 3:43 pm)
Re: Reporting bugs and bisection, Michael Kerrisk, (Tue Apr 15, 5:54 am)
Re: Reporting bugs and bisection, David Newall, (Tue Apr 15, 10:04 am)
Re: Reporting bugs and bisection, Rafael J. Wysocki, (Tue Apr 15, 4:51 pm)
Re: Reporting bugs and bisection, David Newall, (Tue Apr 15, 10:34 pm)
Re: Reporting bugs and bisection, Willy Tarreau, (Wed Apr 16, 12:29 am)
Re: Reporting bugs and bisection, Rafael J. Wysocki, (Wed Apr 16, 8:13 am)
Re: Reporting bugs and bisection, , (Tue Apr 15, 11:53 pm)
Re: Reporting bugs and bisection, Stephen Clark, (Wed Apr 16, 8:41 am)
Re: Reporting bugs and bisection, David Newall, (Wed Apr 16, 5:06 am)
Re: Reporting bugs and bisection, Andi Kleen, (Wed Apr 16, 7:02 am)
Re: Reporting bugs and bisection, David Miller, (Mon Apr 14, 6:01 pm)
Re: Reporting bugs and bisection, Andrew Morton, (Mon Apr 14, 7:05 pm)
Re: Reporting bugs and bisection, Willy Tarreau, (Tue Apr 15, 12:55 am)
Work WAS(Re: Reporting bugs and bisection, jamal, (Tue Apr 15, 9:18 am)
Re: Reporting bugs and bisection, Andrew Morton, (Mon Apr 14, 4:04 am)
Re: Reporting bugs and bisection, Arjan van de Ven, (Mon Apr 14, 10:43 am)
Re: Reporting bugs and bisection, Andrew Morton, (Mon Apr 14, 1:51 pm)
Re: Reporting bugs and bisection, Ilpo Järvinen, (Mon Apr 14, 3:30 pm)
Re: Reporting bugs and bisection, Arjan van de Ven, (Mon Apr 14, 2:24 pm)
Re: Reporting bugs and bisection, Adrian Bunk, (Mon Apr 14, 8:08 am)
Re: Reporting bugs and bisection, David Miller, (Mon Apr 14, 4:30 am)
Re: Reporting bugs and bisection, Andrew Morton, (Mon Apr 14, 6:15 am)
Re: Reporting bugs and bisection, David Miller, (Mon Apr 14, 6:41 am)
Re: Reporting bugs and bisection, Roman Shaposhnik, (Mon Apr 14, 1:35 pm)
Re: Reporting bugs and bisection, Andi Kleen, (Mon Apr 14, 5:46 am)
Re: Reporting bugs and bisection, Bill Fink, (Tue Apr 15, 1:25 am)
Re: Reporting bugs and bisection, Christoph Hellwig, (Mon Apr 14, 5:06 am)
Re: Reporting bugs and bisection, Al Viro, (Mon Apr 14, 3:43 am)
Re: Reporting bugs and bisection, David Miller, (Mon Apr 14, 2:39 am)
Re: Reporting bugs and bisection, David Miller, (Mon Apr 14, 2:43 am)
Re: Reporting bugs and bisection, Jakub Narebski, (Sun Apr 13, 8:36 pm)
Re: Reporting bugs and bisection, Rafael J. Wysocki, (Sun Apr 13, 6:41 pm)
Re: Reporting bugs and bisection, David Miller, (Sun Apr 13, 3:47 pm)
Re: Reporting bugs and bisection (was: Re: 2.6.25-rc8: FTP t..., Rafael J. Wysocki, (Sun Apr 13, 3:27 pm)
Re: 2.6.25-rc8: FTP transfer errors, Ilpo Järvinen, (Fri Apr 11, 2:40 am)
Re: 2.6.25-rc8: FTP transfer errors, Mark Lord, (Fri Apr 11, 9:19 am)
Re: 2.6.25-rc8: FTP transfer errors, Evgeniy Polyakov, (Fri Apr 11, 10:35 am)
Re: 2.6.25-rc8: FTP transfer errors, Tilman Schmidt, (Fri Apr 11, 6:16 pm)
Re: 2.6.25-rc8: FTP transfer errors, David Miller, (Fri Apr 11, 6:26 pm)
Re: 2.6.25-rc8: FTP transfer errors, Evgeniy Polyakov, (Fri Apr 11, 6:25 pm)
Re: 2.6.25-rc8: FTP transfer errors, Tilman Schmidt, (Fri Apr 11, 7:23 pm)
Re: 2.6.25-rc8: FTP transfer errors, Ilpo Järvinen, (Sat Apr 12, 3:06 am)
Re: 2.6.25-rc8: FTP transfer errors, Evgeniy Polyakov, (Sat Apr 12, 1:37 am)
Re: 2.6.25-rc8: FTP transfer errors, David Miller, (Fri Apr 11, 6:27 pm)
Re: 2.6.25-rc8: FTP transfer errors, Mark Lord, (Fri Apr 11, 10:59 am)
Re: 2.6.25-rc8: FTP transfer errors, , (Fri Apr 11, 3:58 pm)
Re: 2.6.25-rc8: FTP transfer errors, Evgeniy Polyakov, (Fri Apr 11, 11:18 am)
Re: 2.6.25-rc8: FTP transfer errors, David Miller, (Fri Apr 11, 2:07 pm)
Re: 2.6.25-rc8: FTP transfer errors, Willy Tarreau, (Sat Apr 12, 4:44 am)
Re: 2.6.25-rc8: FTP transfer errors, David Miller, (Sat Apr 12, 5:49 am)
Re: 2.6.25-rc8: FTP transfer errors, Rafael J. Wysocki, (Sun Apr 13, 2:15 pm)
Re: 2.6.25-rc8: FTP transfer errors, Sergio Luis, (Sun Apr 13, 2:51 pm)
Re: 2.6.25-rc8: FTP transfer errors, Rafael J. Wysocki, (Sun Apr 13, 3:24 pm)
Re: 2.6.25-rc8: FTP transfer errors, Evgeniy Polyakov, (Fri Apr 11, 5:29 pm)