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.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 F3374C41604 for ; Sat, 3 Oct 2020 19:31:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AE4BC20738 for ; Sat, 3 Oct 2020 19:31:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601753504; bh=Wvykz0d5ZYec37xUGQzpQhBRrvtjxqe2FN+VuUwT6Uo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Vx12SJ5W5fnodbUWeHwf6HaOpIt+YKUn3g++qxI4diu5bNDUKaXua02uY4Df4Bw9K 0fQs+6tDKljMwVYG1dvkab9+MavYrWEB/KlpdPFT7ka4YM6CEu9y3mugTF4DlvuG5Z XrqEA3QyPywsKC3J8ao1jvgXLZjuVJs++j9PIFbc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725888AbgJCTbn (ORCPT ); Sat, 3 Oct 2020 15:31:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39838 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725857AbgJCTbn (ORCPT ); Sat, 3 Oct 2020 15:31:43 -0400 Received: from mail-qt1-x844.google.com (mail-qt1-x844.google.com [IPv6:2607:f8b0:4864:20::844]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5FD6DC0613E9 for ; Sat, 3 Oct 2020 12:31:43 -0700 (PDT) Received: by mail-qt1-x844.google.com with SMTP id m23so5856165qtq.4 for ; Sat, 03 Oct 2020 12:31:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=CWQLnefJnV9lai9ha07+j4R+wHuwUmFBxVnJsYEYjsI=; b=TRIuiKupRuCU5VUlLtlKbsBlNQbnfv9jVMRmvy5WrUMTyv5g7SdRa3REDAkElPyBzv WSOws0iapEwPs/zPE6it9FcrVqCtAnsz/UakcRiEJxUOMFcBe7pAZ20U41kh3yUYUB6u lAK2edDDWs/OyXo320TXSOEjMz+2dy680rqXQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=CWQLnefJnV9lai9ha07+j4R+wHuwUmFBxVnJsYEYjsI=; b=JMOxPy9EL7sKT9hP2evLBJhzjzTzhojLT3sfaviUFaoXdCi0w4MF7/oMuabpxTfZ+G pMWTc57xdeMAxk4gDsGruFkLoDxGru5Pwkm/9ZnQnBrhF5nQGb4u6RPIUMfbQNSx+XZZ qkfQ76CAaDsLqeIAS5OORBRyJjA64N2NBS3KDWpnBH1z+6kaVZZQQFnKFvCR+VQ78sg3 QXbcUFYDZCGDmaE2n6VJgmbNds8VeD30OiqQocubg0GACsIF2DYW12G8JeScC/JzEzc8 0pxlk7P4qfOaAnwTYnGZWxkhg1/Qf2l4c4cRqGsmuSvLgy8gYTq1+O0uVJE0taXfdvOx L22Q== X-Gm-Message-State: AOAM531Lgrjgw4LUWJhWuY1mKu3ayiOOj92yJpYrx6TCOYSh0ur3ko5/ Q12g3QBovRwtCbdqEvbh1XX6UA== X-Google-Smtp-Source: ABdhPJyXj0to29E/962sKEc6U/odEp+QvXfYgP1BYnP1Sa/tA6o1DsKTTnJkOmEDBav7C7kIlGgFyQ== X-Received: by 2002:ac8:4548:: with SMTP id z8mr7894174qtn.291.1601753502454; Sat, 03 Oct 2020 12:31:42 -0700 (PDT) Received: from chatter.i7.local ([89.36.78.230]) by smtp.gmail.com with ESMTPSA id a66sm3745298qkc.52.2020.10.03.12.31.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 03 Oct 2020 12:31:41 -0700 (PDT) Date: Sat, 3 Oct 2020 15:31:37 -0400 From: Konstantin Ryabitsev To: Julia Lawall Cc: Joe Perches , Mark Brown , tools@linux.kernel.org, linux-iio@vger.kernel.org, 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 Subject: Re: [PATCH 00/18] use semicolons rather than commas to separate statements Message-ID: <20201003193137.z2bpwzlz5a66kkex@chatter.i7.local> Mail-Followup-To: Julia Lawall , Joe Perches , Mark Brown , tools@linux.kernel.org, linux-iio@vger.kernel.org, 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 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> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Sat, Oct 03, 2020 at 09:18:51PM +0200, Julia Lawall wrote: > > > 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? > > That sounds good. I'm worried that this can get unwieldy for series of 50 patches where 49 got applied. Would the following be better: ----- From: ... To: ... Subject: Re: [PATCH 00/18] use semicolons... On Sun... > These patches... > > [...] A subset of these patches was applied to https://... Thanks! [5/18] regmap: debugfs: commit: (etc) ----- In other words, we: - specifically say that it's a subset - instead of just enumerating the number of patches that were applied, as is currently the case ([1/1]) we list the exact numbers out of the posted series (e.g. [5/18]) I think this is a better solution than potentially flooding everyone with 49 emails. -K