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 73962C4167B for ; Tue, 4 Jan 2022 15:44:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233891AbiADPoA (ORCPT ); Tue, 4 Jan 2022 10:44:00 -0500 Received: from mga02.intel.com ([134.134.136.20]:10197 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232505AbiADPn6 (ORCPT ); Tue, 4 Jan 2022 10:43:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1641311038; x=1672847038; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=22y9EjrBRaMVy/mz9REdCI0A1LxLuq5BPOq8HpG1+gg=; b=UnovQSwallIVIqbAQyjb9NCARDilaA1Ue7nDtEe8kXT723v2h7NU6tzj LD6SUjbvz3nozkJw8+lesaECkScGnd3tq1MXNUhS6ph/dAAdDj9SGhGDW t9O1lZy5P95H2zSPB49Cg2C+Q5W4gojbfFrRI+7YvtubgVf3LL17XC36p iRNu6nngL5TFQCIXF/T+2ah1UzGqBz3z9U3LSSr/hy1MHXgIHwiXKsXYk 5KYL4R3+5otT7W3IRllPUq6NF+Cxf78guqRC8FDxs0dMLx8dPHYp6PXL/ QGseiTvWtgDcIgNUhUWJTKsqAffWp71R3vWF4Ng/dugEYwryWUUfNtkUd Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10216"; a="229559359" X-IronPort-AV: E=Sophos;i="5.88,261,1635231600"; d="scan'208";a="229559359" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2022 07:43:58 -0800 X-IronPort-AV: E=Sophos;i="5.88,261,1635231600"; d="scan'208";a="688600650" Received: from smile.fi.intel.com ([10.237.72.61]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2022 07:43:52 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1n4lxK-006GMj-Qz; Tue, 04 Jan 2022 17:42:34 +0200 Date: Tue, 4 Jan 2022 17:42:34 +0200 From: Andy Shevchenko To: Jakub Kicinski , mingo@kernel.org Cc: Florian Fainelli , ast@kernel.org, daniel@iogearbox.net, bpf@vger.kernel.org, netdev@vger.kernel.org, linux-bluetooth@vger.kernel.org, linux-rdma@vger.kernel.org, linux-can@vger.kernel.org, intel-wired-lan@lists.osuosl.org, linux-hams@vger.kernel.org, ath11k@lists.infradead.org, linux-wireless@vger.kernel.org, linux-nfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, bridge@lists.linux-foundation.org, linux-decnet-user@lists.sourceforge.net, linux-s390@vger.kernel.org, netfilter-devel@vger.kernel.org, coreteam@netfilter.org, virtualization@lists.linux-foundation.org Subject: Re: [PATCH bpf-next v2] net: don't include filter.h from net/sock.h Message-ID: References: <20211229004913.513372-1-kuba@kernel.org> <5a82690c-7dc0-81de-4dd6-06e26e4b9b92@gmail.com> <20211229092012.635e9f2b@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211229092012.635e9f2b@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Wed, Dec 29, 2021 at 09:20:12AM -0800, Jakub Kicinski wrote: > On Tue, 28 Dec 2021 17:33:39 -0800 Florian Fainelli wrote: > > It would be nice if we used the number of files rebuilt because of a > > header file change as another metric that the kernel is evaluated with > > from release to release (or even on a commit by commit basis). Food for > > thought. > > Maybe Andy has some thoughts, he has been working on dropping > unnecessary includes of kernel.h, it seems. With this [1] announcement I believe Ingo is the best to tell you if this is a right direction. > It'd be cool to plug something that'd warn us about significant > increases in dependencies into the patchwork build bot. > > I have one more small series which un-includes uapi/bpf.h from > netdevice.h at which point I hope we'll be largely in the clear > from build bot performance perspective. [1]: https://lore.kernel.org/lkml/YdIfz+LMewetSaEB@gmail.com/T/#u -- With Best Regards, Andy Shevchenko