From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVTQ0-0007F1-Dg for qemu-devel@nongnu.org; Tue, 19 Jun 2018 23:04:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVTPx-0001up-8l for qemu-devel@nongnu.org; Tue, 19 Jun 2018 23:04:24 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:42016 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fVTPx-0001uE-3S for qemu-devel@nongnu.org; Tue, 19 Jun 2018 23:04:21 -0400 Date: Wed, 20 Jun 2018 11:04:04 +0800 From: Peter Xu Message-ID: <20180620030404.GB18985@xz-mi> References: <20180619053426.13065-1-peterx@redhat.com> <20180619053426.13065-4-peterx@redhat.com> <20180619055348.GI16790@xz-mi> <87602evq2n.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87602evq2n.fsf@dusky.pond.sub.org> Subject: Re: [Qemu-devel] [PATCH v4 3/7] monitor: flush qmp responses when CLOSED List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org, Kevin Wolf , Peter Maydell , Thomas Huth , Fam Zheng , Eric Auger , John Snow , Max Reitz , Christian Borntraeger , "Dr . David Alan Gilbert" , Stefan Hajnoczi , =?utf-8?Q?Marc-Andr=C3=A9?= Lureau On Tue, Jun 19, 2018 at 03:55:12PM +0200, Markus Armbruster wrote: > Peter Xu writes: > > > On Tue, Jun 19, 2018 at 01:34:22PM +0800, Peter Xu wrote: > > > > [...] > > > >> Fixes: 6d2d563f8c ("qmp: cleanup qmp queues properly", 2018-03-27) > >> Suggested-by: Markus Armbruster > >> Signed-off-by: Peter Xu > >> > >> Signed-off-by: Peter Xu > > > > I am pretty sure this time that this 2nd line is not there in my local > > tree. :) > > > > I think it's a git-format-patch bug, otherwise I must have misused it > > for a long time. Instead of figuring this out and repost again, I'll > > see how far the rest of the series can go. > > Do you use git-format-patch -s, or have format.signOff set in > .git/config or ~/.gitconfig? Ah it's in my ~/.gitconfig! Removing that fixes the issue. Though I'm still not sure why the problem doesn't happen with other patches. After all, due to the line wrapping mess I still prefer to drop that chunk in commit message directly. Regards, -- Peter Xu