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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D8CB7C369B1 for ; Wed, 16 Apr 2025 04:54:29 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 69D1B10E159; Wed, 16 Apr 2025 04:54:29 +0000 (UTC) X-Greylist: delayed 348 seconds by postgrey-1.36 at gabe; Wed, 16 Apr 2025 04:54:27 UTC Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by gabe.freedesktop.org (Postfix) with ESMTPS id E48BE10E82D for ; Wed, 16 Apr 2025 04:54:27 +0000 (UTC) Received: by verein.lst.de (Postfix, from userid 2407) id CD62068BFE; Wed, 16 Apr 2025 06:48:27 +0200 (CEST) Date: Wed, 16 Apr 2025 06:48:27 +0200 From: Christoph Hellwig To: Chen Linxuan Cc: Masahiro Yamada , Nathan Chancellor , Nicolas Schier , Peter Huewe , Jarkko Sakkinen , Jason Gunthorpe , Jani Nikula , Joonas Lahtinen , Rodrigo Vivi , Tvrtko Ursulin , David Airlie , Simona Vetter , Chengchang Tang , Junxian Huang , Leon Romanovsky , Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , Yishai Hadas , Shameer Kolothum , Kevin Tian , Alex Williamson , Andrew Morton , Nick Desaulniers , Bill Wendling , Justin Stitt , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-integrity@vger.kernel.org, intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-rdma@vger.kernel.org, linux-nvme@lists.infradead.org, kvm@vger.kernel.org, virtualization@lists.linux.dev, linux-mm@kvack.org, llvm@lists.linux.dev Subject: Re: [RFC PATCH 0/7] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE Message-ID: <20250416044827.GA24153@lst.de> References: 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) X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Your series did the grve mistake of sending various patches only to some recipients making it unreviewable. But doing less and more explicitly inlining in general seems very questionable.