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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 37A6DC433EF for ; Mon, 21 Mar 2022 15:39:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=8Jr/kXHVyQFCHNw3TzNM8gY5MJX3zEgUo6cza/tbfhU=; b=2Ha2OtwGvM81XG Kr4OHaqcBtF0Ps0SM2fe/AMH2Dr20maJrdB9/ClhX6CPoN152YiwPxbXR/TM+BJEVhGS0eR/DSr9D gt4YwmdnzXzZmaKrN3GlQMzzIW2MB9iRIJ18Df8JEAtIF8/mRY97Yvtxl5+ZcKvVW14BED7i1N2ck LRlqldKHQaK+H4PqmMZDkkdOkwa5a2PJoysnxdzOajUGlQb/FsjXyitDfRRCgbJZ6EtwTwqeJE11O XGADuDmDpzYZqde/dcB3+467YFQ8qxX4J09zcd10/pv7g0mkPxo7cjHt4Fdbp4AR2L7TBUpJRabp8 iN6aEjMofKXZIAJ6UZ9g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nWK79-008G3T-Ii; Mon, 21 Mar 2022 15:38:35 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nWK76-008G2V-84 for linux-arm-kernel@lists.infradead.org; Mon, 21 Mar 2022 15:38:33 +0000 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 93A46610A7; Mon, 21 Mar 2022 15:38:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9506BC340E8; Mon, 21 Mar 2022 15:38:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1647877110; bh=AAdpnVEknkWslKv2VF+ut5MhEmYpqPzuJnQ50fQubi0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LBAxaZjSDYRLVRi3cIueBwjnryoukQNb6SDI18aHvXTt0lWlsi4m64R0fA5gZ60IO /OK6DjmXhFnK3ApBKyaFlu0c0022qHN+12ApJ6TnaZ4QUWbZexJ03iE2QUw0qDFuaq eSs7BPcZKhMaDUWnD5cL3jN9NTmLKNsIi6aFcw09LFVhBvnBFjEeVryn4NsT/0w5rm cv6hydXIA0+HDwkKXgNQUiXxsEGsNaw39cXsSkow4DWIgxhtevUsqvaVCQYy8Ifz+/ QdX+kCnZijV8whpFC6ZpyRwSbPQfjn8wxS8DQiTERti+/E9iD+64IPh2cQhqk3Q8Yh UViCMMasvXHYQ== Date: Mon, 21 Mar 2022 08:38:22 -0700 From: Nathan Chancellor To: Randy Dunlap , Ingo Molnar Cc: linux-kernel@vger.kernel.org, patches@lists.linux.dev, Russell King , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH -next] sched/headers: ARM needs asm/paravirt_api_clock.h Message-ID: References: <20220316204146.14000-1-rdunlap@infradead.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220316204146.14000-1-rdunlap@infradead.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220321_083832_367005_7858B8C9 X-CRM114-Status: GOOD ( 17.66 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Mar 16, 2022 at 01:41:46PM -0700, Randy Dunlap wrote: > Add for arch/arm/. > > Fixes this build error: > > In file included from ../kernel/sched/core.c:81: > ../kernel/sched/sched.h:87:11: fatal error: asm/paravirt_api_clock.h: No such file or directory > 87 | # include > > Fixes: 4ff8f2ca6ccd ("sched/headers: Reorganize, clean up and optimize kernel/sched/sched.h dependencies") > Signed-off-by: Randy Dunlap > Cc: Ingo Molnar > Cc: Russell King > Cc: linux-arm-kernel@lists.infradead.org > Cc: patches@armlinux.org.uk Reviewed-by: Nathan Chancellor This needs to go into -tip to avoid breaking the build for ARM all{mod,yes}config. It looks like the pull has already been sent though :/ > --- > KernelVersion: linux-next-20220316 > > arch/arm/include/asm/paravirt_api_clock.h | 1 + > 1 file changed, 1 insertion(+) > > --- /dev/null > +++ linux-next-20220316/arch/arm/include/asm/paravirt_api_clock.h > @@ -0,0 +1 @@ > +#include > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel