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 AA015C433FE for ; Wed, 22 Dec 2021 18:09:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344499AbhLVSJ3 (ORCPT ); Wed, 22 Dec 2021 13:09:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55498 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344477AbhLVSJ1 (ORCPT ); Wed, 22 Dec 2021 13:09:27 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 77089C061574 for ; Wed, 22 Dec 2021 10:09:27 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id F2F2BB81974 for ; Wed, 22 Dec 2021 18:09:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9CBC5C36AE8; Wed, 22 Dec 2021 18:09:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1640196564; bh=iEFUEna97ko1olMnjH+iG6rQ80sb9UFPa3E1ejjRWVs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=W5P8agmyqTHY9ToAN2yviMWDaZVNQduRAxwaMAeGFSMLO7Eg75xby6qgxczgJKyO2 4T2I6Idgi4NQU5H2n+7BZVXMcqggSCOtXohDg0Py6cJKO27QVkn3Ifj3+NIO9Cxpm5 WGtnHMvAhkhHrsdWs+O/WM4HZZgTripdZ8lywAOYow8Vv5mh92EbQjA4Mjm/kcNffL u/W+0GTWQXaki16osYCgY5ewgbLhn8/I2bxtZMZ3Yu4W+eSTrros01UUUF/1tlnP3X 2dmd5ffRxYE5NsOf5xZsRDbPoXYVlgfmsjOlaIsrU1eWYc8+BPPtxtzlvh2619S+Hi J+hZTDYV4Ji4g== Received: from 91-161-240-24.subs.proxad.net ([91.161.240.24] helo=wait-a-minute.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1n063G-00Dnpe-Ka; Wed, 22 Dec 2021 18:09:22 +0000 Date: Wed, 22 Dec 2021 18:09:22 +0000 Message-ID: <8735mk1pgt.wl-maz@kernel.org> From: Marc Zyngier To: Andy Shevchenko Cc: linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org, James Morse , Alexandru Elisei , Suzuki K Poulose Subject: Re: [PATCH v1 1/1] KVM: arm64: vgic: Replace kernel.h with the necessary inclusions In-Reply-To: <20211222165552.69288-1-andriy.shevchenko@linux.intel.com> References: <20211222165552.69288-1-andriy.shevchenko@linux.intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 91.161.240.24 X-SA-Exim-Rcpt-To: andriy.shevchenko@linux.intel.com, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org, james.morse@arm.com, alexandru.elisei@arm.com, suzuki.poulose@arm.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 22 Dec 2021 16:55:52 +0000, 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. Which circular dependencies? What problem are you solving? M. -- Without deviation from the norm, progress is not possible.