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 C4BF2C433FE for ; Fri, 8 Apr 2022 01:10:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233302AbiDHBMW (ORCPT ); Thu, 7 Apr 2022 21:12:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33270 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230169AbiDHBMV (ORCPT ); Thu, 7 Apr 2022 21:12:21 -0400 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8F091200; Thu, 7 Apr 2022 18:10:17 -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 4KZKtD1J46z4xR9; Fri, 8 Apr 2022 11:10:11 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1649380213; bh=vcX4MhOwVA1LeMEowdgiUTbVi0yZ19UPaE1n3h2j1kw=; h=Date:From:To:Cc:Subject:From; b=i52oSShQe3jtquwqvSkQtRfQRB+TAxTK+HMdnw+NulpsBx5vSQ0+uiDUBmzEvAOJz nUcp09h5YnjxweCJNGzLFIW0fSHJ8e450O6BiYlvkds2H4F6ZS0rOs2Zo8oDp48jLW MrI0hySWMhCrvnyeFRQLZ05GQ1GZXeOLAZPmYW38ris+J3wAwSXNPzguYw0W62kyBz qJYVjX7W993aGXlQO6gaTct4Z0MjziuNUTfKrxorosCnuV0vrBlv+s3NYzWHqNhKr6 U2R71crH8fqZNLojGDCoJ5DDfzBH5Vb0Io0YNahky2oMJ8RU0u7hbKFYbFvoVkC04e QqPlR4yqvzDhw== Date: Fri, 8 Apr 2022 11:10:10 +1000 From: Stephen Rothwell To: Daniel Vetter Cc: Intel Graphics , DRI , Christian =?UTF-8?B?S8O2bmln?= , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: build failure after merge of the drm-misc tree Message-ID: <20220408111010.31a7bc8b@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/.SKFAt/wruZuvWlKvY6mSCm"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/.SKFAt/wruZuvWlKvY6mSCm Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the drm-misc tree, today's linux-next build (x86_64 allmodconfig) failed like this: In file included from include/drm/drm_gem.h:38, from include/drm/ttm/ttm_bo_api.h:34, from drivers/gpu/drm/i915/i915_deps.c:9: drivers/gpu/drm/i915/i915_deps.c: In function 'i915_deps_add_resv': drivers/gpu/drm/i915/i915_deps.c:229:46: error: implicit conversion from 'e= num ' to 'enum dma_resv_usage' [-Werror=3Denum-conversion] 229 | dma_resv_for_each_fence(&iter, resv, true, fence) { | ^~~~ include/linux/dma-resv.h:297:47: note: in definition of macro 'dma_resv_for= _each_fence' 297 | for (dma_resv_iter_begin(cursor, obj, usage), \ | ^~~~~ cc1: all warnings being treated as errors Caused by commit 7bc80a5462c3 ("dma-buf: add enum dma_resv_usage v4") I have used the drm-misc tree from next-20220407 for today. --=20 Cheers, Stephen Rothwell --Sig_/.SKFAt/wruZuvWlKvY6mSCm Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmJPi3IACgkQAVBC80lX 0Gz+8Qf/drWgwj9Cac1navOGvFSwgy85VNIXr2xbcebnqAkPxMscSqiuphw7MSx9 /ekATn0qTatU6xvumrw4zz+hg2KmW46knsQKFMEbeLFRDkenq6PVbVL2v4hQnsp+ ADNJ3fV25mc4hK7fkzeGJkIUHtX3RK6bTsgMa+085w6RTo9WCEmPRP6eceWi9FlU 50rW8LXyQXtnh0dgbCa8UNoKUrwdn1+dBCyTW/r6bmBRzSxztkWINpxPmovXmanT 8EiJDCUAHFRoFdoBwK+13CYIhvNGE4Li99CF5/84a74SudmhMKNJbLqkoOxelbe4 kOHDmm0zlXM+1CmZcUbYuZ5cq6W6rQ== =kY2o -----END PGP SIGNATURE----- --Sig_/.SKFAt/wruZuvWlKvY6mSCm-- 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 7564AC433EF for ; Fri, 8 Apr 2022 01:10:19 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9394710E049; Fri, 8 Apr 2022 01:10:18 +0000 (UTC) Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by gabe.freedesktop.org (Postfix) with ESMTPS id AFB0B10E049; Fri, 8 Apr 2022 01:10:17 +0000 (UTC) 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 4KZKtD1J46z4xR9; Fri, 8 Apr 2022 11:10:11 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1649380213; bh=vcX4MhOwVA1LeMEowdgiUTbVi0yZ19UPaE1n3h2j1kw=; h=Date:From:To:Cc:Subject:From; b=i52oSShQe3jtquwqvSkQtRfQRB+TAxTK+HMdnw+NulpsBx5vSQ0+uiDUBmzEvAOJz nUcp09h5YnjxweCJNGzLFIW0fSHJ8e450O6BiYlvkds2H4F6ZS0rOs2Zo8oDp48jLW MrI0hySWMhCrvnyeFRQLZ05GQ1GZXeOLAZPmYW38ris+J3wAwSXNPzguYw0W62kyBz qJYVjX7W993aGXlQO6gaTct4Z0MjziuNUTfKrxorosCnuV0vrBlv+s3NYzWHqNhKr6 U2R71crH8fqZNLojGDCoJ5DDfzBH5Vb0Io0YNahky2oMJ8RU0u7hbKFYbFvoVkC04e QqPlR4yqvzDhw== Date: Fri, 8 Apr 2022 11:10:10 +1000 From: Stephen Rothwell To: Daniel Vetter Subject: linux-next: build failure after merge of the drm-misc tree Message-ID: <20220408111010.31a7bc8b@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/.SKFAt/wruZuvWlKvY6mSCm"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Intel Graphics , Linux Next Mailing List , Christian =?UTF-8?B?S8O2bmln?= , DRI , Linux Kernel Mailing List Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" --Sig_/.SKFAt/wruZuvWlKvY6mSCm Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the drm-misc tree, today's linux-next build (x86_64 allmodconfig) failed like this: In file included from include/drm/drm_gem.h:38, from include/drm/ttm/ttm_bo_api.h:34, from drivers/gpu/drm/i915/i915_deps.c:9: drivers/gpu/drm/i915/i915_deps.c: In function 'i915_deps_add_resv': drivers/gpu/drm/i915/i915_deps.c:229:46: error: implicit conversion from 'e= num ' to 'enum dma_resv_usage' [-Werror=3Denum-conversion] 229 | dma_resv_for_each_fence(&iter, resv, true, fence) { | ^~~~ include/linux/dma-resv.h:297:47: note: in definition of macro 'dma_resv_for= _each_fence' 297 | for (dma_resv_iter_begin(cursor, obj, usage), \ | ^~~~~ cc1: all warnings being treated as errors Caused by commit 7bc80a5462c3 ("dma-buf: add enum dma_resv_usage v4") I have used the drm-misc tree from next-20220407 for today. --=20 Cheers, Stephen Rothwell --Sig_/.SKFAt/wruZuvWlKvY6mSCm Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmJPi3IACgkQAVBC80lX 0Gz+8Qf/drWgwj9Cac1navOGvFSwgy85VNIXr2xbcebnqAkPxMscSqiuphw7MSx9 /ekATn0qTatU6xvumrw4zz+hg2KmW46knsQKFMEbeLFRDkenq6PVbVL2v4hQnsp+ ADNJ3fV25mc4hK7fkzeGJkIUHtX3RK6bTsgMa+085w6RTo9WCEmPRP6eceWi9FlU 50rW8LXyQXtnh0dgbCa8UNoKUrwdn1+dBCyTW/r6bmBRzSxztkWINpxPmovXmanT 8EiJDCUAHFRoFdoBwK+13CYIhvNGE4Li99CF5/84a74SudmhMKNJbLqkoOxelbe4 kOHDmm0zlXM+1CmZcUbYuZ5cq6W6rQ== =kY2o -----END PGP SIGNATURE----- --Sig_/.SKFAt/wruZuvWlKvY6mSCm-- 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 6FCFDC433EF for ; Fri, 8 Apr 2022 01:10:24 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 81B1310E06F; Fri, 8 Apr 2022 01:10:19 +0000 (UTC) Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by gabe.freedesktop.org (Postfix) with ESMTPS id AFB0B10E049; Fri, 8 Apr 2022 01:10:17 +0000 (UTC) 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 4KZKtD1J46z4xR9; Fri, 8 Apr 2022 11:10:11 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1649380213; bh=vcX4MhOwVA1LeMEowdgiUTbVi0yZ19UPaE1n3h2j1kw=; h=Date:From:To:Cc:Subject:From; b=i52oSShQe3jtquwqvSkQtRfQRB+TAxTK+HMdnw+NulpsBx5vSQ0+uiDUBmzEvAOJz nUcp09h5YnjxweCJNGzLFIW0fSHJ8e450O6BiYlvkds2H4F6ZS0rOs2Zo8oDp48jLW MrI0hySWMhCrvnyeFRQLZ05GQ1GZXeOLAZPmYW38ris+J3wAwSXNPzguYw0W62kyBz qJYVjX7W993aGXlQO6gaTct4Z0MjziuNUTfKrxorosCnuV0vrBlv+s3NYzWHqNhKr6 U2R71crH8fqZNLojGDCoJ5DDfzBH5Vb0Io0YNahky2oMJ8RU0u7hbKFYbFvoVkC04e QqPlR4yqvzDhw== Date: Fri, 8 Apr 2022 11:10:10 +1000 From: Stephen Rothwell To: Daniel Vetter Message-ID: <20220408111010.31a7bc8b@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/.SKFAt/wruZuvWlKvY6mSCm"; protocol="application/pgp-signature"; micalg=pgp-sha256 Subject: [Intel-gfx] linux-next: build failure after merge of the drm-misc tree X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Intel Graphics , Linux Next Mailing List , Christian =?UTF-8?B?S8O2bmln?= , DRI , Linux Kernel Mailing List Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" --Sig_/.SKFAt/wruZuvWlKvY6mSCm Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the drm-misc tree, today's linux-next build (x86_64 allmodconfig) failed like this: In file included from include/drm/drm_gem.h:38, from include/drm/ttm/ttm_bo_api.h:34, from drivers/gpu/drm/i915/i915_deps.c:9: drivers/gpu/drm/i915/i915_deps.c: In function 'i915_deps_add_resv': drivers/gpu/drm/i915/i915_deps.c:229:46: error: implicit conversion from 'e= num ' to 'enum dma_resv_usage' [-Werror=3Denum-conversion] 229 | dma_resv_for_each_fence(&iter, resv, true, fence) { | ^~~~ include/linux/dma-resv.h:297:47: note: in definition of macro 'dma_resv_for= _each_fence' 297 | for (dma_resv_iter_begin(cursor, obj, usage), \ | ^~~~~ cc1: all warnings being treated as errors Caused by commit 7bc80a5462c3 ("dma-buf: add enum dma_resv_usage v4") I have used the drm-misc tree from next-20220407 for today. --=20 Cheers, Stephen Rothwell --Sig_/.SKFAt/wruZuvWlKvY6mSCm Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmJPi3IACgkQAVBC80lX 0Gz+8Qf/drWgwj9Cac1navOGvFSwgy85VNIXr2xbcebnqAkPxMscSqiuphw7MSx9 /ekATn0qTatU6xvumrw4zz+hg2KmW46knsQKFMEbeLFRDkenq6PVbVL2v4hQnsp+ ADNJ3fV25mc4hK7fkzeGJkIUHtX3RK6bTsgMa+085w6RTo9WCEmPRP6eceWi9FlU 50rW8LXyQXtnh0dgbCa8UNoKUrwdn1+dBCyTW/r6bmBRzSxztkWINpxPmovXmanT 8EiJDCUAHFRoFdoBwK+13CYIhvNGE4Li99CF5/84a74SudmhMKNJbLqkoOxelbe4 kOHDmm0zlXM+1CmZcUbYuZ5cq6W6rQ== =kY2o -----END PGP SIGNATURE----- --Sig_/.SKFAt/wruZuvWlKvY6mSCm--