From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZC6BF-0000ao-27 for qemu-devel@nongnu.org; Mon, 06 Jul 2015 09:11:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZC6BA-0003Mm-Mj for qemu-devel@nongnu.org; Mon, 06 Jul 2015 09:11:28 -0400 Received: from mail-la0-x233.google.com ([2a00:1450:4010:c03::233]:34185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZC6BA-0003MI-Db for qemu-devel@nongnu.org; Mon, 06 Jul 2015 09:11:24 -0400 Received: by lagx9 with SMTP id x9so154176902lag.1 for ; Mon, 06 Jul 2015 06:11:23 -0700 (PDT) Message-ID: <559A7E72.5070101@gmail.com> Date: Mon, 06 Jul 2015 16:11:14 +0300 From: Dmitry Osipenko MIME-Version: 1.0 References: <5599D3C0.8040807@gmail.com> <1436146032-13112-1-git-send-email-digetx@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v4] arm_mptimer: Respect IT bit state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , Peter Crosthwaite , QEMU Developers 06.07.2015 12:23, Peter Maydell пишет: > If you need to update a patch, please resend the whole series, > not just one patch from it. (This is one of the things we talk > about on http://wiki.qemu.org/Contribute/SubmitAPatch -- the > v2/3/4 etc version number applies to a series, not a single I made a quick glance at "SubmitAPatch" before posting. Now, reading more closely, I see that it all mentioned there and I feel sorry for that. > patch). Otherwise it gets very confusing because it's hard to > see if you're really looking at the most recent version of the > patchset, and as Peter C says, some patch handling tools don't > cope with the failure to thread a series properly. > Probably, I should go and try those tools myself to have better sense of what I should and shouldn't be doing. > I'll pick these up manually since there are only two patches > here, but for future submissions it would be really helpful > if you could fix this. We generally recommend using git > format-patch/send-email to put together the series and its > cover letter with the right references headers. > Thanks a lot! I very appreciate any help and advices. -- Dmitry