All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Chinner <david@fromorbit.com>
To: Christoph Hellwig <hch@infradead.org>
Cc: linux-kernel@vger.kernel.org, xfs@oss.sgi.com
Subject: Re: [PATCH 1/2] percpu_counter: batch size aware __percpu_counter_compare()
Date: Wed, 6 May 2015 16:11:57 +1000	[thread overview]
Message-ID: <20150506061157.GD4327@dastard> (raw)
In-Reply-To: <20150506055349.GC4327@dastard>

On Wed, May 06, 2015 at 03:53:49PM +1000, Dave Chinner wrote:
> On Wed, May 06, 2015 at 03:43:10PM +1000, Dave Chinner wrote:
> > On Tue, May 05, 2015 at 09:36:36PM -0700, Christoph Hellwig wrote:
> > > This looks reasonable, but I miss Ccs to the authors of the
> > > percpu_counter code and linux-kernel.
> > 
> > linux-kernel was cc'd.
> > 
> > > On Wed, May 06, 2015 at 08:01:38AM +1000, Dave Chinner wrote:
> > > > From: Dave Chinner <dchinner@redhat.com>
> > > > 
> > > > From: Dave Chinner <dchinner@redhat.com>
> > > 
> > > And this looks wrong, too :)
> > 
> > That looks like a change of tool behaviour. I just upgraded guilt;
> > the old version stripped "from" lines in patch descriptions from the
> > git commit log as goes into the author field of the commit. The new
> > version does not appear to strip the from lines, and so when
> > git-send-email formats it, it puts a from line in the message, and
> > then the commit message has one too.
> 
> Ok, so I remembered it the wrong way around, but it is a tool bug:
> 
> $ guilt patchbomb -s d480578..cd83c77
> cd83c773 xfs: inode counter needs to use __percpu_counter_compare
> 1e41b5ad percpu_counter: batch size aware __percpu_counter_compare()
> Are these what you want to send? [Y/n]
> ....
> 
> Note the use of "-s". from the man page:
> 
>        -s
> 	   Don't add additional repository committer sign-offs to
> 	   the patch.  This allows the sign-off chain to be fully
> 	   expressed in the commit messages and not changed by the
> 	   act of sending a patchbomb.
> 
> It would appear that the "-s" option is not working properly. I'll
> fix that before sending the next round of patches....

<sigh>

So, the packaged version of guilt on a brand new debian unstable
installation is actually older than the 2 year version of guilt I
had previously installed and used on a different machine. IOWs, the
debian distro version has this bug in it:

http://repo.or.cz/w/guilt.git?a=commit;h=8f88f953580a0cacf111bf64c0e838014ee30c01

Yeah, that was fixed more than 3 years ago. Oh well, back to using
a locally installed version...

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

WARNING: multiple messages have this Message-ID (diff)
From: Dave Chinner <david@fromorbit.com>
To: Christoph Hellwig <hch@infradead.org>
Cc: linux-kernel@vger.kernel.org, xfs@oss.sgi.com
Subject: Re: [PATCH 1/2] percpu_counter: batch size aware __percpu_counter_compare()
Date: Wed, 6 May 2015 16:11:57 +1000	[thread overview]
Message-ID: <20150506061157.GD4327@dastard> (raw)
In-Reply-To: <20150506055349.GC4327@dastard>

On Wed, May 06, 2015 at 03:53:49PM +1000, Dave Chinner wrote:
> On Wed, May 06, 2015 at 03:43:10PM +1000, Dave Chinner wrote:
> > On Tue, May 05, 2015 at 09:36:36PM -0700, Christoph Hellwig wrote:
> > > This looks reasonable, but I miss Ccs to the authors of the
> > > percpu_counter code and linux-kernel.
> > 
> > linux-kernel was cc'd.
> > 
> > > On Wed, May 06, 2015 at 08:01:38AM +1000, Dave Chinner wrote:
> > > > From: Dave Chinner <dchinner@redhat.com>
> > > > 
> > > > From: Dave Chinner <dchinner@redhat.com>
> > > 
> > > And this looks wrong, too :)
> > 
> > That looks like a change of tool behaviour. I just upgraded guilt;
> > the old version stripped "from" lines in patch descriptions from the
> > git commit log as goes into the author field of the commit. The new
> > version does not appear to strip the from lines, and so when
> > git-send-email formats it, it puts a from line in the message, and
> > then the commit message has one too.
> 
> Ok, so I remembered it the wrong way around, but it is a tool bug:
> 
> $ guilt patchbomb -s d480578..cd83c77
> cd83c773 xfs: inode counter needs to use __percpu_counter_compare
> 1e41b5ad percpu_counter: batch size aware __percpu_counter_compare()
> Are these what you want to send? [Y/n]
> ....
> 
> Note the use of "-s". from the man page:
> 
>        -s
> 	   Don't add additional repository committer sign-offs to
> 	   the patch.  This allows the sign-off chain to be fully
> 	   expressed in the commit messages and not changed by the
> 	   act of sending a patchbomb.
> 
> It would appear that the "-s" option is not working properly. I'll
> fix that before sending the next round of patches....

<sigh>

So, the packaged version of guilt on a brand new debian unstable
installation is actually older than the 2 year version of guilt I
had previously installed and used on a different machine. IOWs, the
debian distro version has this bug in it:

http://repo.or.cz/w/guilt.git?a=commit;h=8f88f953580a0cacf111bf64c0e838014ee30c01

Yeah, that was fixed more than 3 years ago. Oh well, back to using
a locally installed version...

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

  reply	other threads:[~2015-05-06  6:14 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-05 22:01 [PATCH 0/2] xfs: fix inode count underrun Dave Chinner
2015-05-05 22:01 ` Dave Chinner
2015-05-05 22:01 ` [PATCH 1/2] percpu_counter: batch size aware __percpu_counter_compare() Dave Chinner
2015-05-05 22:01   ` Dave Chinner
2015-05-06  4:36   ` Christoph Hellwig
2015-05-06  4:36     ` Christoph Hellwig
2015-05-06  4:46     ` Christoph Hellwig
2015-05-06  4:46       ` Christoph Hellwig
2015-05-06  5:43     ` Dave Chinner
2015-05-06  5:43       ` Dave Chinner
2015-05-06  5:53       ` Dave Chinner
2015-05-06  5:53         ` Dave Chinner
2015-05-06  6:11         ` Dave Chinner [this message]
2015-05-06  6:11           ` Dave Chinner
2015-05-05 22:01 ` [PATCH 2/2] xfs: inode counter needs to use __percpu_counter_compare Dave Chinner
2015-05-05 22:01   ` Dave Chinner
2015-05-06  4:38   ` Christoph Hellwig
2015-05-06  4:38     ` Christoph Hellwig
2015-05-06  5:45     ` Dave Chinner
2015-05-06  5:45       ` Dave Chinner
2015-05-12 23:52 [PATCH 0/2 v2] percpu_counter: xfs requires custom compare batch size Dave Chinner
2015-05-12 23:52 ` [PATCH 1/2] percpu_counter: batch size aware __percpu_counter_compare() Dave Chinner
2015-05-12 23:52   ` Dave Chinner
2015-05-13 13:59   ` Tejun Heo
2015-05-13 13:59     ` Tejun Heo
2015-05-14  0:55     ` Dave Chinner
2015-05-14  0:55       ` Dave Chinner
2015-05-14 15:02       ` Tejun Heo
2015-05-14 15:02         ` Tejun Heo

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=20150506061157.GD4327@dastard \
    --to=david@fromorbit.com \
    --cc=hch@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=xfs@oss.sgi.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.