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 824FBC433F5 for ; Tue, 4 Jan 2022 13:34:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233710AbiADNeo (ORCPT ); Tue, 4 Jan 2022 08:34:44 -0500 Received: from dfw.source.kernel.org ([139.178.84.217]:35796 "EHLO dfw.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233675AbiADNek (ORCPT ); Tue, 4 Jan 2022 08:34:40 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1FC4761444; Tue, 4 Jan 2022 13:34:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B5C58C36AF4; Tue, 4 Jan 2022 13:34:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1641303279; bh=1z/h3x51L7FOAPULIYKW8CsSkufkcXQ2B5gb0BntU0g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wPNHnV8ENpd0QivYscWqGqN5Stl2gXKGUSDq3caquRXQ58Jy1oqIoBDMBJxTEI+Ki JE5eO95Wbtz+PNchTZWyeavslH9nYz4jr18/Y9khM7i0KK3I4tp1Zz1656PrNtvwro XLfw9UZvYOyuMe5kuMRPrE0R4ramPZ3ajp7SRURM= Date: Tue, 4 Jan 2022 14:34:36 +0100 From: Greg Kroah-Hartman To: Ingo Molnar Cc: "Kirill A. Shutemov" , Linus Torvalds , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Andrew Morton , Peter Zijlstra , Thomas Gleixner , "David S. Miller" , Ard Biesheuvel , Josh Poimboeuf , Jonathan Corbet , Al Viro Subject: Re: [PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell" Message-ID: References: <20220103135400.4p5ezn3ntgpefuan@box.shutemov.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 04, 2022 at 11:54:55AM +0100, Ingo Molnar wrote: > There's one happy exception though, all the uninlining patches that > uninline a single-call function are probably fine as-is: > 3443e75fd1f8 headers/uninline: Uninline single-use function: kobject_has_children() Let me go take this right now, no need for this to wait, it should be out of kobject.h as you rightfully show there is only one user. thanks, greg k-h