From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AA506629 for ; Thu, 11 May 2023 15:35:59 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 05DCE55BE; Thu, 11 May 2023 08:35:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Transfer-Encoding :Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Sender:Reply-To:Content-ID:Content-Description; bh=MHscP8JO9a977ifuFmAms77FPjymkVYX028FcGoGDPI=; b=TC8tH+i3jJ9ACSqpipFxuZrJ6j 6rEraOVNsToWwPk8JihVWkQgJTLx9Ijn8VYLqr2l3z/p8GG9tpZ2ln891Z4ya1vx2VPYUK7uEjMWb NzKFFSnrCVnZqbmt7QmXik/3/ZTqMf0qE8LQXa5qOeUz+dFphnqyG5WtnT/mB7klrCCND+SQL77Dr uyrqf+2HFbo9BHgQVgFBNaVeD84Beo8SpM5rt+XI3giRUGRZo0GdJOgc3UriyautGBw8wEJ9AUjYZ G5iXDH5VmL7RE27rOqm3HApVG9w9dy4YeLA3SZep3w7p7yo10iXtCOlS94GicuEIlMpZYP6+ctjM0 5uhKqOjQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1px8Kj-009E8e-0V; Thu, 11 May 2023 15:35:57 +0000 Date: Thu, 11 May 2023 08:35:57 -0700 From: Christoph Hellwig To: Christian =?iso-8859-1?Q?G=F6ttsche?= Cc: selinux@vger.kernel.org, Jens Axboe , Alistair Delva , Bart Van Assche , Serge Hallyn , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, bpf@vger.kernel.org Subject: Re: [PATCH v4 4/9] block: use new capable_any functionality Message-ID: References: <20230511142535.732324-1-cgzones@googlemail.com> <20230511142535.732324-4-cgzones@googlemail.com> Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230511142535.732324-4-cgzones@googlemail.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_HELO_NONE, SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net On Thu, May 11, 2023 at 04:25:27PM +0200, Christian Göttsche wrote: > Use the new added capable_any function in appropriate cases, where a > task is required to have any of two capabilities. What is this new function and why should we using it? Your also forgot to Cc the block list on the entire series, making this page completely unreviewable.