From: Joe Perches <joe@perches.com>
To: Ken Moffat <zarniwhoop@ntlworld.com>
Cc: josh@joshtriplett.org, Dave Chinner <david@fromorbit.com>,
Steven Rostedt <rostedt@goodmis.org>,
paulmck@linux.vnet.ibm.com, linux-kernel@vger.kernel.org,
mingo@kernel.org, laijs@cn.fujitsu.com, dipankar@in.ibm.com,
akpm@linux-foundation.org, mathieu.desnoyers@efficios.com,
niv@us.ibm.com, tglx@linutronix.de, peterz@infradead.org,
dhowells@redhat.com, edumazet@google.com, dvhart@linux.intel.com,
fweisbec@gmail.com, oleg@redhat.com, sbw@mit.edu
Subject: Re: [PATCH RFC 1/2] MAINTAINERS: Add "R:" designated-reviewers tag
Date: Tue, 03 Jun 2014 17:33:37 -0700 [thread overview]
Message-ID: <1401842017.22133.30.camel@joe-AO725> (raw)
In-Reply-To: <20140603234816.GB26144@milliways>
On Wed, 2014-06-04 at 00:48 +0100, Ken Moffat wrote:
> On Mon, Jun 02, 2014 at 05:12:05PM -0700, Joe Perches wrote:
> > "Tested-by:" tags would be more helpful if the test
> > cases that were used were somehow sent along with the
> > signature.
[]
> Tested-by is usually used for a fix of some problem, often a
> regression. A good commit message will explain the problem.
It seems about half of the commits with tested-by are
for regressions.
The latest commit message with your tested-by is great.
commit 18ee37a485653aa635cfab9a3710e9bcf5fbca01
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date: Fri May 30 16:41:23 2014 +0200
drm/radeon: Resume fbcon last
[detailed explanation elided]
This commit log with your tested-by seems a bit
mysterious though:
commit 74ad54f249de39bc040cce7237b1b854a9c6f0ad
Author: Christian König <christian.koenig@amd.com>
Date: Tue May 13 12:50:54 2014 +0200
drm/radeon: fix typo in finding PLL params
Otherwise the limit is raised to high.
As the commit that introduces this error is:
commit 3b333c55485fef0089ae7398906599d000df195e
Author: Christian König <christian.koenig@amd.com>
Date: Thu Apr 24 18:39:59 2014 +0200
drm/radeon: avoid high jitter with small frac divs
This is the entirety of the commit log.
The calculation that was done here:
max(fb_div_min, (9 - (fb_div % 10)) * 20 + 60)
Doesn't give any indication why 50 is better than 60.
> This is _often_ not like userspace programs where you can write a
> testsuite to exercise the corner cases. Kernel problems can be
> tied up with intricate details of the hardware, or equally they
> might happen only for certain usage, and for those it might not be
> at all obvious what is "special" about the affected usage.
Shrug. Mostly where that wonderful test robot that
Fengguang Wu put together can aid in finding regressions,
it'd be nice if the tested-by: tests done could be added
somehow. And not in the commit log itself.
It's certainly not possible for test cases to be mandatory.
cheers, Joe
next prev parent reply other threads:[~2014-06-04 0:33 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-02 17:00 [PATCH RFC 1/2] MAINTAINERS: Add "R:" designated-reviewers tag Paul E. McKenney
2014-06-02 17:00 ` [PATCH RFC 2/2] rcu: Add Josh Triplett as designated reviewer Paul E. McKenney
2014-06-02 20:35 ` Andrew Morton
2014-06-02 20:36 ` Joe Perches
2014-06-02 20:38 ` Randy Dunlap
2014-06-03 0:02 ` josh
2014-06-03 1:07 ` Randy Dunlap
2014-06-03 1:51 ` Josh Triplett
2014-06-03 3:11 ` Joe Perches
2014-06-03 5:10 ` Josh Triplett
2014-06-03 5:21 ` Joe Perches
2014-06-03 17:21 ` Randy Dunlap
2014-06-02 17:22 ` [PATCH RFC 1/2] MAINTAINERS: Add "R:" designated-reviewers tag Joe Perches
2014-06-02 17:29 ` Steven Rostedt
2014-06-02 17:34 ` Joe Perches
2014-06-02 17:48 ` josh
2014-06-02 17:59 ` Joe Perches
2014-06-02 18:12 ` Josh Boyer
2014-06-02 18:15 ` Joe Perches
2014-06-02 18:16 ` Paul E. McKenney
2014-06-02 18:44 ` Joe Perches
2014-06-02 18:50 ` Steven Rostedt
2014-06-02 18:55 ` josh
2014-06-02 19:05 ` Joe Perches
2014-06-02 19:09 ` josh
2014-06-02 19:17 ` Joe Perches
2014-06-02 23:19 ` Dave Chinner
2014-06-02 23:24 ` Andrew Morton
2014-06-03 0:35 ` Steven Rostedt
2014-06-02 23:59 ` josh
2014-06-03 0:12 ` Joe Perches
2014-06-03 23:48 ` Ken Moffat
2014-06-04 0:03 ` Steven Rostedt
2014-06-04 0:33 ` Joe Perches [this message]
2014-06-03 1:11 ` Dave Chinner
2014-06-03 1:30 ` Steven Rostedt
2014-06-03 7:16 ` Dave Chinner
2014-06-03 13:24 ` Mathieu Desnoyers
2014-06-03 15:54 ` Paul E. McKenney
2014-06-03 17:43 ` Steven Rostedt
2014-06-03 18:05 ` Randy Dunlap
2014-06-03 20:52 ` Theodore Ts'o
2014-06-03 21:46 ` Steven Rostedt
2014-06-03 22:08 ` josh
2014-06-05 4:01 ` Dave Chinner
2014-06-05 21:14 ` Frank Rowand
2014-06-02 19:26 ` Paul E. McKenney
2014-06-02 20:41 ` Dipankar Sarma
2014-06-02 19:07 ` Paul E. McKenney
2014-06-02 18:56 ` josh
2014-06-02 19:08 ` Paul E. McKenney
2014-06-02 19:11 ` josh
2014-06-02 19:27 ` Paul E. McKenney
2014-06-02 19:36 ` Joe Perches
2014-06-02 19:40 ` Randy Dunlap
2014-06-02 20:29 ` josh
2014-06-02 19:50 ` Paul E. McKenney
2014-06-02 19:55 ` Joe Perches
2014-06-02 20:07 ` Paul E. McKenney
2014-06-02 20:25 ` Mathieu Desnoyers
2014-06-03 15:37 ` Paul E. McKenney
2014-06-03 16:16 ` Steven Rostedt
2014-06-03 16:25 ` Paul E. McKenney
2014-06-04 1:35 ` Lai Jiangshan
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=1401842017.22133.30.camel@joe-AO725 \
--to=joe@perches.com \
--cc=akpm@linux-foundation.org \
--cc=david@fromorbit.com \
--cc=dhowells@redhat.com \
--cc=dipankar@in.ibm.com \
--cc=dvhart@linux.intel.com \
--cc=edumazet@google.com \
--cc=fweisbec@gmail.com \
--cc=josh@joshtriplett.org \
--cc=laijs@cn.fujitsu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mathieu.desnoyers@efficios.com \
--cc=mingo@kernel.org \
--cc=niv@us.ibm.com \
--cc=oleg@redhat.com \
--cc=paulmck@linux.vnet.ibm.com \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
--cc=sbw@mit.edu \
--cc=tglx@linutronix.de \
--cc=zarniwhoop@ntlworld.com \
/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