Re: [patch] Documentation: SubmittingPatches: overhaul changelog howto

2014-07-31 Thread Randy Dunlap
On 07/30/14 14:11, Johannes Weiner wrote: > Maintainers often repeat the same feedback on poorly written > changelogs - describe the problem, justify your changes, quantify > optimizations, describe user-visible changes - but our documentation > on writing changelogs doesn't include these things.

Re: [patch] Documentation: SubmittingPatches: overhaul changelog howto

2014-07-31 Thread Ingo Molnar
* Johannes Weiner wrote: > Maintainers often repeat the same feedback on poorly written > changelogs - describe the problem, justify your changes, quantify > optimizations, describe user-visible changes - but our documentation > on writing changelogs doesn't include these things. Fix that. > >

Re: [patch] Documentation: SubmittingPatches: overhaul changelog howto

2014-07-30 Thread Greg Kroah-Hartman
On Wed, Jul 30, 2014 at 05:11:01PM -0400, Johannes Weiner wrote: > Maintainers often repeat the same feedback on poorly written > changelogs - describe the problem, justify your changes, quantify > optimizations, describe user-visible changes - but our documentation > on writing changelogs doesn't

Re: [patch] Documentation: SubmittingPatches: overhaul changelog howto

2014-07-30 Thread David Miller
From: Johannes Weiner Date: Wed, 30 Jul 2014 17:11:01 -0400 > Maintainers often repeat the same feedback on poorly written > changelogs - describe the problem, justify your changes, quantify > optimizations, describe user-visible changes - but our documentation > on writing changelogs doesn't inc

Re: [patch] Documentation: SubmittingPatches: overhaul changelog howto

2014-07-30 Thread Davidlohr Bueso
On Wed, 2014-07-30 at 17:11 -0400, Johannes Weiner wrote: > Maintainers often repeat the same feedback on poorly written > changelogs - describe the problem, justify your changes, quantify > optimizations, describe user-visible changes - but our documentation > on writing changelogs doesn't include

[patch] Documentation: SubmittingPatches: overhaul changelog howto

2014-07-30 Thread Johannes Weiner
Maintainers often repeat the same feedback on poorly written changelogs - describe the problem, justify your changes, quantify optimizations, describe user-visible changes - but our documentation on writing changelogs doesn't include these things. Fix that. Signed-off-by: Johannes Weiner --- Do