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 94577C7618E for ; Wed, 26 Apr 2023 17:24:58 +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=E6gXusrswT/hiPpXs98Sq2vNn187tpFmmhgDN1i7Fb8=; b=n0yc58xhL2JJPv Xh3SW/S1zP9GkocwMohu2H8DNJsHr9FAsk7pCD4nN10DUnQMCZYDqdx3hstpCAXZHbzli94943oVf CvQ6s5QMi6cmQCu4+5JjnuzZiUiW+M9E20K6bd/d8ScIrDmCNCug7xRXvdwj/1PzCXfpMVP2Q/iRz frgKH/eBwmn9uOswPLKjm//3wNxQPHsLzKRwTtrm1D/wO49tY1wAYq0X4t33WL0MDhAKboc/fNhtt LGs9t8OKpcbK/eOccfPwRG619g0rbpyWlXjkwC7X2y7kOQe/GovVt+D+zqZ3sbo83fvUNv9gkW7zk ss69NEM4Biewk26kFgJQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1prisE-004W0O-0b; Wed, 26 Apr 2023 17:24:10 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pris8-004Vwq-2t for linux-arm-kernel@lists.infradead.org; Wed, 26 Apr 2023 17:24:07 +0000 Received: from pendragon.ideasonboard.com (133-32-181-51.west.xps.vectant.ne.jp [133.32.181.51]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 797F5D8B; Wed, 26 Apr 2023 19:23:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1682529828; bh=WUk0APxVNyvXba+udS2MEf5FyWxxyD2hm4F9XspRCRw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sZ0V/TRv2bsp/xF8y8yNukpM2mYC8PLuvpAeisY0GocPR320nFuxYwkZGuq25s6nl nWICcxqPVRRcoEOtOFw5gbUCftx8pq8JrZQ/jnjaPRomdtL+tpaN2hHegCldgRouM9 /Ue363ZW/wFYZJRXfCYbJJ/k81c/zIUs3+Vep5CE= Date: Wed, 26 Apr 2023 20:24:10 +0300 From: Laurent Pinchart To: "Sudip Mukherjee (Codethink)" Cc: Mauro Carvalho Chehab , Shawn Guo , Sascha Hauer , NXP Linux Team , linux-media@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Linus Torvalds , Pengutronix Kernel Team , Fabio Estevam Subject: Re: mainline build failure due to cf21f328fcaf ("media: nxp: Add i.MX8 ISI driver") Message-ID: <20230426172410.GC2326@pendragon.ideasonboard.com> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230426_102405_082644_C24CA7C5 X-CRM114-Status: GOOD ( 11.89 ) 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 Hi Sudip, On Wed, Apr 26, 2023 at 06:07:34PM +0100, Sudip Mukherjee (Codethink) wrote: > Hi All, > > The latest mainline kernel branch fails to build xtensa, mips, arm allmodconfig > with the error: > > drivers/media/platform/nxp/imx8-isi/imx8-isi-hw.c: In function 'mxc_isi_channel_set_inbuf': > drivers/media/platform/nxp/imx8-isi/imx8-isi-hw.c:33:5: error: "CONFIG_ARCH_DMA_ADDR_T_64BIT" is not defined, evaluates to 0 [-Werror=undef] > 33 | #if CONFIG_ARCH_DMA_ADDR_T_64BIT > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > drivers/media/platform/nxp/imx8-isi/imx8-isi-hw.c: In function 'mxc_isi_channel_set_outbuf': > drivers/media/platform/nxp/imx8-isi/imx8-isi-hw.c:51:5: error: "CONFIG_ARCH_DMA_ADDR_T_64BIT" is not defined, evaluates to 0 [-Werror=undef] > 51 | #if CONFIG_ARCH_DMA_ADDR_T_64BIT > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > drivers/media/platform/nxp/imx8-isi/imx8-isi-hw.c:66:5: error: "CONFIG_ARCH_DMA_ADDR_T_64BIT" is not defined, evaluates to 0 [-Werror=undef] > 66 | #if CONFIG_ARCH_DMA_ADDR_T_64BIT > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > git bisect pointed to cf21f328fcaf ("media: nxp: Add i.MX8 ISI driver") > > I will be happy to test any patch or provide any extra log if needed. This issue has been fixed already, the fixes are available in the master branch of git://linuxtv.org/media_stage.git: e49b1e1958b4 media: nxp: ignore unused suspend operations 9829ed20b019 media: nxp: imx8-isi: fix buiding on 32-bit Mauro, can you please include those two fixes in your next pull request for v6.4 ? -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel