From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C75E7C4727F for ; Sat, 3 Oct 2020 19:27:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A007D206DB for ; Sat, 3 Oct 2020 19:27:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725865AbgJCT1K (ORCPT ); Sat, 3 Oct 2020 15:27:10 -0400 Received: from smtprelay0180.hostedemail.com ([216.40.44.180]:36376 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725831AbgJCT1J (ORCPT ); Sat, 3 Oct 2020 15:27:09 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay07.hostedemail.com (Postfix) with ESMTP id 08F8B181D330D; Sat, 3 Oct 2020 19:27:08 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: bell15_5909bf3271af X-Filterd-Recvd-Size: 2863 Received: from XPS-9350.home (unknown [47.151.133.149]) (Authenticated sender: joe@perches.com) by omf01.hostedemail.com (Postfix) with ESMTPA; Sat, 3 Oct 2020 19:27:04 +0000 (UTC) Message-ID: Subject: Re: [PATCH 00/18] use semicolons rather than commas to separate statements From: Joe Perches To: Konstantin Ryabitsev Cc: Mark Brown , tools@linux.kernel.org, linux-iio@vger.kernel.org, Julia Lawall , linux-stm32@st-md-mailman.stormreply.com, linux-crypto@vger.kernel.org, "Rafael J. Wysocki" , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, Jerome Brunet , linux-acpi@vger.kernel.org, David Lechner , Valdis =?UTF-8?Q?Kl=C4=93tnieks?= , kernel-janitors@vger.kernel.org, drbd-dev@lists.linbit.com, openipmi-developer@lists.sourceforge.net, Martin Blumenstingl , linux-ide@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Thomas Gleixner , linux-wireless@vger.kernel.org, Neil Armstrong Date: Sat, 03 Oct 2020 12:27:03 -0700 In-Reply-To: <20201003191501.o56tqq63d2buq5ox@chatter.i7.local> References: <1601233948-11629-1-git-send-email-Julia.Lawall@inria.fr> <160132172369.55460.9237357219623604216.b4-ty@kernel.org> <20200929113745.GB4799@sirena.org.uk> <20201001110150.GA6715@sirena.org.uk> <20201003191501.o56tqq63d2buq5ox@chatter.i7.local> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.36.4-0ubuntu1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org On Sat, 2020-10-03 at 15:15 -0400, Konstantin Ryabitsev wrote: > On Sat, Oct 03, 2020 at 11:40:48AM -0700, Joe Perches wrote: > > (Adding tools and Konstantin Ryabitsev) > > > > There seems to be some mismatch between b4's use of the > > cover letter to a patch series and what maintainers that > > apply a subset of the patches in the patch series. > > > > The merge description shows the entire patch series as > > applied, but the actual merge is only a subset of the > > series. > > > > Can this be improved in b4? > > So, the following logic should be applied: > > - if the entire series was applied, reply to 0/n > - if a subset only is applied, reply to each n/n of the patch that was > cherry-picked out of the series > > Is that an accurate summary? Exactly so, thanks.