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 BB119C433EF for ; Thu, 16 Dec 2021 15:06:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238269AbhLPPGK (ORCPT ); Thu, 16 Dec 2021 10:06:10 -0500 Received: from mga11.intel.com ([192.55.52.93]:19849 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235111AbhLPPGI (ORCPT ); Thu, 16 Dec 2021 10:06:08 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10199"; a="237053341" X-IronPort-AV: E=Sophos;i="5.88,211,1635231600"; d="scan'208";a="237053341" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Dec 2021 07:04:14 -0800 X-IronPort-AV: E=Sophos;i="5.88,211,1635231600"; d="scan'208";a="520300937" Received: from smile.fi.intel.com ([10.237.72.184]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Dec 2021 07:04:11 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1mxsHs-0075JR-FC; Thu, 16 Dec 2021 17:03:16 +0200 Date: Thu, 16 Dec 2021 17:03:16 +0200 From: Andy Shevchenko To: Herbert Xu , Ard Biesheuvel , Eric Biggers , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Cc: "David S. Miller" , Steffen Klassert Subject: Re: [PATCH v1 1/1] crypto: Replace kernel.h with the necessary inclusions Message-ID: References: <20211210143009.4770-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211210143009.4770-1-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 10, 2021 at 04:30:09PM +0200, Andy Shevchenko wrote: > When kernel.h is used in the headers it adds a lot into dependency hell, > especially when there are circular dependencies are involved. > > Replace kernel.h inclusion with the list of what is really being used. Any comments on this? -- With Best Regards, Andy Shevchenko