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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8DD09C63697 for ; Mon, 23 Nov 2020 22:32:03 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8D7EE2078E for ; Mon, 23 Nov 2020 22:32:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Vqxvu8/1"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="F5tEHVTs" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8D7EE2078E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=canb.auug.org.au Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: MIME-Version:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=da70gA7RrXluge3y4PscYLnVQ3H1ipVmRVOhqAfuzvw=; b=Vqx vu8/1vAM8NhFPq14kxYQxe6kbyOnuSasTXNyEwl4NAxUH/NvhZ65csnNN9X420aR9jF66pDMykZsU hbfksuZ3qK0enuz4xeVhIija32MMmB9IBbOlh2Zqfu9JQ+yvRLFcF504m0Wa53uSauNgvyfE7zmfi KQH1lyD8Cr7pX9EV3MZjmn6Mznk/TcV00H0IOYJjkgSytVuctJehYejWVPz/un/lhztDjbFDd03QY q3/4rXyp9PvODJRKF/hpX1Jdjh/sZh8fGTKgs6FrwNxEZeYSimEbF6VOBHy3HWYvNPPnSKR4DVZTV n+8k5pi2Pn0q8eZUZ8NZAytgDHOp+iQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1khKMw-0003HC-Oy; Mon, 23 Nov 2020 22:31:34 +0000 Received: from bilbo.ozlabs.org ([203.11.71.1] helo=ozlabs.org) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1khKMt-0003FC-AY for linux-arm-kernel@lists.infradead.org; Mon, 23 Nov 2020 22:31:32 +0000 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4Cg21d1ZnDz9sSf; Tue, 24 Nov 2020 09:31:17 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1606170683; bh=3e332xL2aimc79/LA762XWtBQ+l1Duqb8e2E0dlZqvM=; h=Date:From:To:Cc:Subject:From; b=F5tEHVTsN+uq84/53cKbJ0iAhKIm0bDBdRxUlA2xQHuVcKdc5qDsMVSUnE1sqHuTK BurUDVKPjv/bMNWzcH2mHix9hIwGJWpgldePI7kjGuvF36H/pqp7k3Hbwe1lX+xRHW 4Gbq8jNQOMveHDfBdufUJxfYjSVg1UkmWeX/0QkjoaHkDIyJDVQMIRnv3o6IXN+epV x5mQeU0mt3ngjoEtPGZIoAr7wz3axRHqQ1cdqWOx2F4m2EIDwA6zYR5wwxnZP4jvHt v3xj+FdgJgQRfuPsoH0dKM1kHe6kwAAtaurJ3k5l3KAtta6aClmV+6ckD05dUPtoGV UQbyC/joGoJxw== Date: Tue, 24 Nov 2020 09:31:15 +1100 From: Stephen Rothwell To: Olof Johansson , Arnd Bergmann , ARM Subject: linux-next: build failure after merge of the arm-soc tree Message-ID: <20201124093115.0f358046@canb.auug.org.au> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201123_173131_632026_B02F35F0 X-CRM114-Status: GOOD ( 11.22 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Linux Kernel Mailing List , Linux Next Mailing List , Maxime Ripard , Christoph Hellwig Content-Type: multipart/mixed; boundary="===============8480574366441731351==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============8480574366441731351== Content-Type: multipart/signed; boundary="Sig_/i2j6NpuFv9FrvFeuSiMUv8e"; protocol="application/pgp-signature"; micalg=pgp-sha256 --Sig_/i2j6NpuFv9FrvFeuSiMUv8e Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the arm-soc tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/soc/sunxi/sunxi_mbus.c: In function 'sunxi_mbus_notifier': drivers/soc/sunxi/sunxi_mbus.c:93:8: error: implicit declaration of functio= n 'dma_direct_set_offset' [-Werror=3Dimplicit-function-declaration] 93 | ret =3D dma_direct_set_offset(dev, PHYS_OFFSET, 0, SZ_4G); | ^~~~~~~~~~~~~~~~~~~~~ Caused by commit b4bdc4fbf8d0 ("soc: sunxi: Deal with the MBUS DMA offsets in a central pl= ace") probably interacting with commit 16fee29b0735 ("dma-mapping: remove the dma_direct_set_offset export") which is also in the arm-soc tree ... I have used the arm-soc tree from next-20201123 for today. --=20 Cheers, Stephen Rothwell --Sig_/i2j6NpuFv9FrvFeuSiMUv8e Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAl+8ODQACgkQAVBC80lX 0Gx28gf9E09r++xNv4Qg+ELzyjfPKImETDdE/+G1ASnpiSuYtCsxlrOqJfTIOYYv dcstfKPLN+gxNuHwr0IEGH1F8cQqbRbn1S7zij0mC930D0fbTJupKm3VI3iJVv/9 j+geXeFMgrrCzlIBDobL2+W5+7g4knHkfQOcBfBsFkvzRKALCzY1Q6yP8dZMbenb 7k8n66l++2H308wQHOASXwgEILLEyQ7JBuuYXQPl2717onnY8ghSFRCXYg2UH5EO 7IVDduTi+E4AMstj64rmbTEUWiCOHFa1p7XI78DHwmR2FawEPLvMlzYKLvgdvhUj 51x58iHure9UWxhLx4rhuUlmEczLNw== =1xOk -----END PGP SIGNATURE----- --Sig_/i2j6NpuFv9FrvFeuSiMUv8e-- --===============8480574366441731351== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============8480574366441731351==--