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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B5B8BC433F5 for ; Fri, 15 Oct 2021 10:01:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 94FDE61212 for ; Fri, 15 Oct 2021 10:01:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235127AbhJOKDS (ORCPT ); Fri, 15 Oct 2021 06:03:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49850 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232313AbhJOKDN (ORCPT ); Fri, 15 Oct 2021 06:03:13 -0400 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [IPv6:2404:9400:2:0:216:3eff:fee2:21ea]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C0A67C061570; Fri, 15 Oct 2021 03:01:06 -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 4HW1xY1k4vz4xbZ; Fri, 15 Oct 2021 21:01:05 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1634292065; bh=ePlUuskm7Uh1T92kQwaDXV03zpWjKXjp9IdGIQb+1sE=; h=Date:From:To:Cc:Subject:From; b=WvMApseMyxCOwHT5CGq5gW9iOzN9H64/pNRS96pdFeUZ1rjxlOz/vaLyooA1vhyEF hSjaUTXU3pMZHe7N+covA+uk/Lkcq+L1iTuaBHvlsUzkfRBgfhAFpEsnKxNcXE0K4Q +wozaULg+ysGVhu74dojJlLhNDHxJ2h0kPAGR2Xl+eT1F2AUSBoXhBdKKo3cjbwbic zjPS+yU26DLGw/0hNFWn9Kb15wrh9XJp96rr588tRnu1AtMt2OT0ur5DKqzaTgrkaN 84Ng44+ntzNaHdESRTNSxhU86nQwZf0K+tuLxYl+nuoFHYhixH7FmzsU/TMmP5AOkn bZyeX02a4jyYQ== Date: Fri, 15 Oct 2021 21:01:04 +1100 From: Stephen Rothwell To: Daniel Vetter , Intel Graphics , DRI Cc: Jani Nikula , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: build warning after merge of the drm-misc tree Message-ID: <20211015210104.0f034544@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/_0tl3R1kvydS7IvFTEMBN1_"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/_0tl3R1kvydS7IvFTEMBN1_ 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 (htmldocs) produced this warning: include/drm/drm_modeset_lock.h:74: warning: Function parameter or member 's= tack_depot' not described in 'drm_modeset_acquire_ctx' Introduced by commit cd06ab2fd48f ("drm/locking: add backtrace for locking contended locks wit= hout backoff") --=20 Cheers, Stephen Rothwell --Sig_/_0tl3R1kvydS7IvFTEMBN1_ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmFpUWAACgkQAVBC80lX 0GzqrQf+N1xOEMVqO2cgDgu2fjyQXEpwfvRikemEywpVlBT1dngt2Dns4dOQMk8o dO/kg/fG5wREvKoKir5ulnqWHXsAIlVaG0bZSgVJIgYJIZJP/jG6AOuBtKk0qnfb uaoh8E/leGM3+Ge4mVfFulKSDr4BzrCb/Ff8jvunONx1yfhJrl07jVT+9axRTBNI Mx7dA7CAH5douU5gramPQpls9/3v6JDvgaTnACKuNtnnZ1nuZnyL8XKhdpqWRmiG I2KbZNDBSenQO7dLMECej55VfBRqE/QVdtgnV2eygL+WYG+zhVA77zhA8vDKW55v yh5m2XMmNWtDOLuLLYBzFRceQ3oSrg== =MSo2 -----END PGP SIGNATURE----- --Sig_/_0tl3R1kvydS7IvFTEMBN1_-- 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 39EE6C433EF for ; Fri, 15 Oct 2021 10:01:15 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id C6BEC61212 for ; Fri, 15 Oct 2021 10:01:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C6BEC61212 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=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1AA8D6E255; Fri, 15 Oct 2021 10:01:08 +0000 (UTC) X-Greylist: delayed 2049 seconds by postgrey-1.36 at gabe; Fri, 15 Oct 2021 10:01:06 UTC Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [IPv6:2404:9400:2:0:216:3eff:fee2:21ea]) by gabe.freedesktop.org (Postfix) with ESMTPS id CABC36E252; Fri, 15 Oct 2021 10:01:06 +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 4HW1xY1k4vz4xbZ; Fri, 15 Oct 2021 21:01:05 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1634292065; bh=ePlUuskm7Uh1T92kQwaDXV03zpWjKXjp9IdGIQb+1sE=; h=Date:From:To:Cc:Subject:From; b=WvMApseMyxCOwHT5CGq5gW9iOzN9H64/pNRS96pdFeUZ1rjxlOz/vaLyooA1vhyEF hSjaUTXU3pMZHe7N+covA+uk/Lkcq+L1iTuaBHvlsUzkfRBgfhAFpEsnKxNcXE0K4Q +wozaULg+ysGVhu74dojJlLhNDHxJ2h0kPAGR2Xl+eT1F2AUSBoXhBdKKo3cjbwbic zjPS+yU26DLGw/0hNFWn9Kb15wrh9XJp96rr588tRnu1AtMt2OT0ur5DKqzaTgrkaN 84Ng44+ntzNaHdESRTNSxhU86nQwZf0K+tuLxYl+nuoFHYhixH7FmzsU/TMmP5AOkn bZyeX02a4jyYQ== Date: Fri, 15 Oct 2021 21:01:04 +1100 From: Stephen Rothwell To: Daniel Vetter , Intel Graphics , DRI Cc: Jani Nikula , Linux Kernel Mailing List , Linux Next Mailing List Message-ID: <20211015210104.0f034544@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/_0tl3R1kvydS7IvFTEMBN1_"; protocol="application/pgp-signature"; micalg=pgp-sha256 Subject: [Intel-gfx] linux-next: build warning 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: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" --Sig_/_0tl3R1kvydS7IvFTEMBN1_ 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 (htmldocs) produced this warning: include/drm/drm_modeset_lock.h:74: warning: Function parameter or member 's= tack_depot' not described in 'drm_modeset_acquire_ctx' Introduced by commit cd06ab2fd48f ("drm/locking: add backtrace for locking contended locks wit= hout backoff") --=20 Cheers, Stephen Rothwell --Sig_/_0tl3R1kvydS7IvFTEMBN1_ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmFpUWAACgkQAVBC80lX 0GzqrQf+N1xOEMVqO2cgDgu2fjyQXEpwfvRikemEywpVlBT1dngt2Dns4dOQMk8o dO/kg/fG5wREvKoKir5ulnqWHXsAIlVaG0bZSgVJIgYJIZJP/jG6AOuBtKk0qnfb uaoh8E/leGM3+Ge4mVfFulKSDr4BzrCb/Ff8jvunONx1yfhJrl07jVT+9axRTBNI Mx7dA7CAH5douU5gramPQpls9/3v6JDvgaTnACKuNtnnZ1nuZnyL8XKhdpqWRmiG I2KbZNDBSenQO7dLMECej55VfBRqE/QVdtgnV2eygL+WYG+zhVA77zhA8vDKW55v yh5m2XMmNWtDOLuLLYBzFRceQ3oSrg== =MSo2 -----END PGP SIGNATURE----- --Sig_/_0tl3R1kvydS7IvFTEMBN1_--