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 8BE44EB64D8 for ; Wed, 21 Jun 2023 12:52:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232051AbjFUMwk (ORCPT ); Wed, 21 Jun 2023 08:52:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229602AbjFUMwi (ORCPT ); Wed, 21 Jun 2023 08:52:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E69C10C2; Wed, 21 Jun 2023 05:52:37 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2AE2C61568; Wed, 21 Jun 2023 12:52:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8DADBC433C0; Wed, 21 Jun 2023 12:52:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687351956; bh=Lzhd2KEwTfv7Toc/wgQC6tzZb5FqYK1dgk4chpjrf0w=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=EAcYvH58i3r3DfHEerelKHhjIDDNuAYqJ48XQHmJ+ImtHa5ZnZfPIRJBtiAkEgIhu jEWca7+WTh8suC+VfcYDuXymOdmZ0LiiHZuJL9QVIdH9k7oSWXbLeSMU5iBiS3TXb3 5vSPxZMPsa6didW4v+QL+WonnnhRYmDHM0T3CNIjQBWYVgtvdDSDy/oPPVgpJ7MP8x seAuXw61Xg7ENmuMZ2PbD4oT7CN7NItfbUeuWgo2tvtkkhd33KIw1rdguK9tZX0330 kf07WwvgKiK/8GB+rbyIzEs+RHZwQMYUQoFI+carTBQr7f48hXvpmKp1BP3EccrHeM drR6jo3fqRmvA== Received: from [104.132.96.110] (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.95) (envelope-from ) id 1qBxK5-00780E-II; Wed, 21 Jun 2023 13:52:34 +0100 Date: Wed, 21 Jun 2023 13:52:32 +0100 Message-ID: <87v8fhou3z.wl-maz@kernel.org> From: Marc Zyngier To: Naresh Kamboju Cc: open list , Linux-Next Mailing List , Linux ARM , lkft-triage@lists.linaro.org, Arnd Bergmann , Thomas Gleixner , Shawn Guo , NXP Linux Team , Linus Walleij Subject: Re: next: drivers/irqchip/irq-mxs.c:12:10: fatal error: linux/irqchip/mxs.h: No such file or directory In-Reply-To: References: 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/28.2 (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: 104.132.96.110 X-SA-Exim-Rcpt-To: naresh.kamboju@linaro.org, linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, linux-arm-kernel@lists.infradead.org, lkft-triage@lists.linaro.org, arnd@arndb.de, tglx@linutronix.de, shawnguo@kernel.org, linux-imx@nxp.com, linus.walleij@linaro.org 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, 21 Jun 2023 12:28:34 +0100, Naresh Kamboju wrote: > > Following build regressions noticed on Linux next-20230620 and next-20230621. > > Reported-by: Linux Kernel Functional Testing > > Regressions found on arm: > > - build/gcc-12-mxs_defconfig > - build/clang-nightly-mxs_defconfig > - build/gcc-8-mxs_defconfig > - build/clang-16-mxs_defconfig > > Build log: > -------- > drivers/irqchip/irq-mxs.c:12:10: fatal error: linux/irqchip/mxs.h: No > such file or directory > 12 | #include > | ^~~~~~~~~~~~~~~~~~~~~ > compilation terminated. This include file is getting removed in parallel... I'll revert the patch in my tree. M. -- Without deviation from the norm, progress is not possible.