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 5A819C43334 for ; Tue, 14 Jun 2022 04:51:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235722AbiFNEvT (ORCPT ); Tue, 14 Jun 2022 00:51:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34716 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229611AbiFNEvS (ORCPT ); Tue, 14 Jun 2022 00:51:18 -0400 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B742F35DD5; Mon, 13 Jun 2022 21:51:16 -0700 (PDT) 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 4LMbcL33Pzz4xXF; Tue, 14 Jun 2022 14:51:14 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1655182274; bh=bbqzE0vIYjq//yReX+mVaqBWAYkBlexkhu66g69a/ps=; h=Date:From:To:Cc:Subject:From; b=h7D8ZJzaH0HAeX1BXSJPODcWzrGNoHj/s72oV5I/Zx2deOaoLDpReC9D5YOK0erys pFCfD09rSotdW/HhEBqmi9lt32IOiuOHHP3ZteGo0kcnsKhqowK3nSas1nPvdOR3vz kWGHNlTVHZTKpTHxFvbsRgCUKMHUo5eGd7RXDP0rM0CQC8jJO3O58cmRY199bUL12O LSIF7CiKuIlztg66MakXVlyGRrlNspTG/ECrJmaXMDV53/IFJ3gtT0ppusWAG+Iug/ s4SVGc9SQQnwStr4gCfBC9euxBz8+PENyvN3L+ypikszelCDjN5uluBqbNAa0vGjVY w0rSPpnrs45EQ== Date: Tue, 14 Jun 2022 14:51:12 +1000 From: Stephen Rothwell To: Alex Deucher Cc: Aurabindo Pillai , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: build failure after merge of the amdgpu tree Message-ID: <20220614145112.4c3d1f52@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/YRepzUz5CcHMbFU6pm9rwbI"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org --Sig_/YRepzUz5CcHMbFU6pm9rwbI Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the amdgpu tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c: In function 'd= m_plane_format_mod_supported': drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:4941:13: error:= unused variable 'i' [-Werror=3Dunused-variable] 4941 | int i; | ^ cc1: all warnings being treated as errors Caused by commit d2d5adc87f69 ("drm/amd/display: ignore modifiers when checking for format= support") I have revertd that commit for today. --=20 Cheers, Stephen Rothwell --Sig_/YRepzUz5CcHMbFU6pm9rwbI Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmKoE8EACgkQAVBC80lX 0Gyingf9FyxWZDdL5WZkkxQsQTUTLsiRomBKCroOaKcIGOtbn3tqTSrwHwK5/ckv et82uX897Al7708t1+lh5M02ILvDgPpLEEfCr6qUyn/onXyPu8CfxXmyPAXvO3P4 27h/rQYnaRFDczoVZujuQjLu0+bzufIKASry7TLoofxiWU+T3IDvzb5q8AG9sfhR McIPdHD/p7w1bVNHITpa+2hDVFL9UpiU7ZRy2Lig56CDwYjYKPsAk/OqMDP9s0HS npuAEnYMJGz05Iq6+x1e4R1eSFDo2yvtJXuZ9qTHY9bMOtaPHvyXNYfCKqmNPiXM bhku9CruwHUtZYZ/S1s4zTkQBEXs5A== =Q5f9 -----END PGP SIGNATURE----- --Sig_/YRepzUz5CcHMbFU6pm9rwbI--