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 EB2B0D232CC for ; Fri, 9 Jan 2026 02:54:44 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7DC6D10E37E; Fri, 9 Jan 2026 02:54:44 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; secure) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="ky3r+SJM"; dkim-atps=neutral Received: from mail.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2DED510E37E; Fri, 9 Jan 2026 02:54:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=202503; t=1767927279; bh=c7L7YWLxRsvA+5ELP8FC8QCI5J1nWuF3GfW4reXiz3c=; h=Date:From:To:Cc:Subject:From; b=ky3r+SJMr4f/duvycoLA6o75GooWNoiQVjyWXA9AWM8UnZM3GuBPqjU858yKQfiFY 2tW8XdEj0uj8S/RtiCBhQlK/qTrrMJ0iPYbY08P9Xgh2lz5AE2aClEMcWY/cM92rKu La0VwOEuEHpUAEIXOCxfF1M0fDqG8q6oxqTO88zBeQA6sA9YbG0a33Q4C0X0/KkD+Q HGtdpYGwQcpHL7pgY9vSxE3WDH3matmK+3+ZgsPvkkH5xvT98ESWxPv56NTuWJ4RW3 wcFUUChiVBCjH8xMHdv5XM5+1XSXUxLqFQt+Mp+DZuJEh40HtTq6kMQLQ4+lWLfnR9 pHA4mVxgs81Nw== 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 secp256r1 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mail.ozlabs.org (Postfix) with ESMTPSA id 4dnRFW53hPz4wB9; Fri, 09 Jan 2026 13:54:39 +1100 (AEDT) Date: Fri, 9 Jan 2026 13:54:38 +1100 From: Stephen Rothwell To: Simona Vetter Cc: Alice Ryhl , Danilo Krummrich , Intel Graphics , DRI , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: build warning after merge of the drm-misc tree Message-ID: <20260109135438.5b4f463d@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/mDxmUqvf2iZgZ9AThVLE2Y8"; protocol="application/pgp-signature"; micalg=pgp-sha256 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_/mDxmUqvf2iZgZ9AThVLE2Y8 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: WARNING: drivers/gpu/drm/drm_gpuvm.c:1855 expecting prototype for drm_gpuvm= _bo_obtain(). Prototype was for drm_gpuvm_bo_obtain_locked() instead Introduced by commit 9bf4ca1e699c ("drm/gpuvm: drm_gpuvm_bo_obtain() requires lock and staged = mode") --=20 Cheers, Stephen Rothwell --Sig_/mDxmUqvf2iZgZ9AThVLE2Y8 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmlgbe4ACgkQAVBC80lX 0GxRCQf/RpLd4QJWZVnvm+HkrQVRJz8d48jf/FX/hvntp4APfJ+h+79JjAqivIIb XyUfbofgja38tmx5ZraDm7n+68g1LxAnZ6PbDCy8OTKcxH/3SgSL0a5vRgRxoWkd Ty5qJn/ORsuK/CKXeSvMiJMcRyIGMOqlUKD0xP4yEZWlY2WEtcrwZpOTRGT0rHoR RMNT6TD6Rl4Vg2XB5vzSSTqeJzoaF64N3lERWTjjSK0RCahMGbuuaLRqhOvtzyvF /xlnmGrzVRJ08H5HJBPHK5Yol3ISRgwnCZyA0bzKLNznBJAbne3qLa+vY8EU2Idb +WwNygq4s3F7GTPbhp8eHiUXNO1HzA== =rh/0 -----END PGP SIGNATURE----- --Sig_/mDxmUqvf2iZgZ9AThVLE2Y8--