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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9246EC6FA90 for ; Fri, 23 Sep 2022 05:58:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229656AbiIWF6g (ORCPT ); Fri, 23 Sep 2022 01:58:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33772 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229624AbiIWF6c (ORCPT ); Fri, 23 Sep 2022 01:58:32 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1809912207B; Thu, 22 Sep 2022 22:58:31 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 2241368AFE; Fri, 23 Sep 2022 07:58:27 +0200 (CEST) Date: Fri, 23 Sep 2022 07:58:26 +0200 From: Christoph Hellwig To: Paul Moore Cc: "Serge E. Hallyn" , Casey Schaufler , Linus Torvalds , Christian Brauner , linux-fsdevel@vger.kernel.org, Seth Forshee , Christoph Hellwig , Al Viro , v9fs-developer@lists.sourceforge.net, linux-cifs@vger.kernel.org, linux-integrity@vger.kernel.org, linux-security-module@vger.kernel.org Subject: Re: [RFC PATCH 00/29] acl: add vfs posix acl api Message-ID: <20220923055826.GA15662@lst.de> References: <20220922151728.1557914-1-brauner@kernel.org> <16ca7e4c-01df-3585-4334-6be533193ba6@schaufler-ca.com> <20220922215731.GA28876@mail.hallyn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Thu, Sep 22, 2022 at 06:13:44PM -0400, Paul Moore wrote: > In my opinion, sending the entire patchset to the relevant lists > should be the default for all the reasons mentioned above. Agreed. I'm perfectly fine when people minimize the CCs to actual people (but then for the entire patch set), but having only the partial series in an mbox just makes it useful. Either the list or person on everything or nothing. I can't actually do anything with a partial CC except for either ignoring it or shoting at you that I need the entire series to do something useful with it. (although in this case I did get all of it anyway).