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 D73E0CDB465 for ; Thu, 12 Oct 2023 01:28:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235256AbjJLB1y (ORCPT ); Wed, 11 Oct 2023 21:27:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42156 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233269AbjJLB1x (ORCPT ); Wed, 11 Oct 2023 21:27:53 -0400 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BEB2E98; Wed, 11 Oct 2023 18:27:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1697074070; bh=J8Qnx2sCAxUCzPDNIHkIPr+OI4WaMav0iSRgTQB3ipU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=lck2TuazuWYN1RyagGvhZVEPKye8aEe20EGf6lj90LuwyXsu6wAzZhIBJcwzBoykF QNC9xmP/ROpfLTa4PN5W++QjZhIy7DSArV4alnOo7G4k8ZnK+ig2bUEjKDSA6p0WQN L7AmpbVpdz36+65RbNQ+3PKQE0UPbJKlcMuNKtR84RvhKL5g891DfdJtmZ3zjC3L5c Z/hWqsy2kk96tkO5W/j1PCpKeBjL/d03cc+bv4Qi+1yh1lajvRwH8hY9htGGDcuHhs ZN5sqeP8lHbX/boCVJ4hPELposgsIpAmvkkhbkwt22R2N6P3B12hNTh9hwnwf2lZ2W evdA0jh1U+D6w== 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 X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4S5X7n6gk2z4xPY; Thu, 12 Oct 2023 12:27:49 +1100 (AEDT) Date: Thu, 12 Oct 2023 12:27:49 +1100 From: Stephen Rothwell To: Daniel Vetter Cc: Greg Kroah-Hartman , RD Babiera , Intel Graphics , DRI , Bjorn Andersson , Bjorn Andersson , Dmitry Baryshkov , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the drm-misc tree Message-ID: <20231012122749.45d37e52@canb.auug.org.au> In-Reply-To: <20231012122209.6f2768df@canb.auug.org.au> References: <20231012122209.6f2768df@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/VHNQbpLwKeOceXrqi_0uSe6"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/VHNQbpLwKeOceXrqi_0uSe6 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, On Thu, 12 Oct 2023 12:22:09 +1100 Stephen Rothwell = wrote: > > After merging the drm-misc tree, today's linux-next build (x86_64 > allmodconfig) failed like this: >=20 > drivers/usb/typec/altmodes/displayport.c: In function 'dp_altmode_vdm': > drivers/usb/typec/altmodes/displayport.c:309:33: error: too few arguments= to function 'drm_connector_oob_hotplug_event' > 309 | drm_connector_oob_hotplug_event(d= p->connector_fwnode); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > In file included from drivers/usb/typec/altmodes/displayport.c:17: > include/drm/drm_connector.h:1984:6: note: declared here > 1984 | void drm_connector_oob_hotplug_event(struct fwnode_handle *connec= tor_fwnode, > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >=20 > Caused by commit >=20 > fc93835bb0d7 ("drm: Add HPD state to drm_connector_oob_hotplug_event()") >=20 > interacting with commit >=20 > 89434b069e46 ("usb: typec: altmodes/displayport: Signal hpd low when ex= iting mode") >=20 > from the usb.current tree. >=20 > I have applied the following merge fix patch. >=20 > From: Stephen Rothwell > Date: Thu, 12 Oct 2023 12:17:31 +1100 > Subject: [PATCH] fix up for "drm: Add HPD state to > drm_connector_oob_hotplug_event()" >=20 > interacting with commit >=20 > 89434b069e46 ("usb: typec: altmodes/displayport: Signal hpd low when ex= iting mode") >=20 > Signed-off-by: Stephen Rothwell > --- > drivers/usb/typec/altmodes/displayport.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >=20 > diff --git a/drivers/usb/typec/altmodes/displayport.c b/drivers/usb/typec= /altmodes/displayport.c > index ddfb5b6ace4f..eb0bf08fc97a 100644 > --- a/drivers/usb/typec/altmodes/displayport.c > +++ b/drivers/usb/typec/altmodes/displayport.c > @@ -306,7 +306,8 @@ static int dp_altmode_vdm(struct typec_altmode *alt, > dp->data.status =3D 0; > dp->data.conf =3D 0; > if (dp->hpd) { > - drm_connector_oob_hotplug_event(dp->connector_fwnode); > + drm_connector_oob_hotplug_event(dp->connector_fwnode Pretend that there is a comma at the end of the above line :-) > + connector_status_disconnected); > dp->hpd =3D false; > sysfs_notify(&dp->alt->dev.kobj, "displayport", "hpd"); > } > --=20 > 2.40.1 --=20 Cheers, Stephen Rothwell --Sig_/VHNQbpLwKeOceXrqi_0uSe6 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmUnS5UACgkQAVBC80lX 0GwDZgf+NaN4xD1Pb86+Q0qdo86qD1QPdJ3JvRCXl4ThEjqTA4eHqE/ZA+kHiXpt ylUTlQI6D2UqLTvbG1lUTrTbhfaUA0JjkctwA4nu6VWbbZbvnUMjO/FiP0VisGys 6seAZxDIk22ejVC3hExiM/Y/EH2MsAwehpOmCXyGxQ1YOBrvMW1G59OyEuZKNRxB bGKcYO89Fvq+gs9CVGHezfCYXZOzm7yX2sPs0kQEnabKsA511+NGuBAUeqP5bsPU t9C1L3TV7uaR4qqAUUiq4PfiThICk7ZlS7ugr3ZHnZEr1rM7GYvK2Ls4/1I++/6S axHrG/X5alpWf3WJ/3tjGQrvkSV52g== =2mTb -----END PGP SIGNATURE----- --Sig_/VHNQbpLwKeOceXrqi_0uSe6-- 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 6C9D7CDB465 for ; Thu, 12 Oct 2023 01:27:58 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 69E0C10E3EF; Thu, 12 Oct 2023 01:27:54 +0000 (UTC) Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by gabe.freedesktop.org (Postfix) with ESMTPS id CDFE110E3CE; Thu, 12 Oct 2023 01:27:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1697074070; bh=J8Qnx2sCAxUCzPDNIHkIPr+OI4WaMav0iSRgTQB3ipU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=lck2TuazuWYN1RyagGvhZVEPKye8aEe20EGf6lj90LuwyXsu6wAzZhIBJcwzBoykF QNC9xmP/ROpfLTa4PN5W++QjZhIy7DSArV4alnOo7G4k8ZnK+ig2bUEjKDSA6p0WQN L7AmpbVpdz36+65RbNQ+3PKQE0UPbJKlcMuNKtR84RvhKL5g891DfdJtmZ3zjC3L5c Z/hWqsy2kk96tkO5W/j1PCpKeBjL/d03cc+bv4Qi+1yh1lajvRwH8hY9htGGDcuHhs ZN5sqeP8lHbX/boCVJ4hPELposgsIpAmvkkhbkwt22R2N6P3B12hNTh9hwnwf2lZ2W evdA0jh1U+D6w== 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 X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4S5X7n6gk2z4xPY; Thu, 12 Oct 2023 12:27:49 +1100 (AEDT) Date: Thu, 12 Oct 2023 12:27:49 +1100 From: Stephen Rothwell To: Daniel Vetter Subject: Re: linux-next: build failure after merge of the drm-misc tree Message-ID: <20231012122749.45d37e52@canb.auug.org.au> In-Reply-To: <20231012122209.6f2768df@canb.auug.org.au> References: <20231012122209.6f2768df@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/VHNQbpLwKeOceXrqi_0uSe6"; 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: Greg Kroah-Hartman , Intel Graphics , Linux Kernel Mailing List , DRI , Bjorn Andersson , RD Babiera , Linux Next Mailing List , Dmitry Baryshkov , Bjorn Andersson Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" --Sig_/VHNQbpLwKeOceXrqi_0uSe6 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, On Thu, 12 Oct 2023 12:22:09 +1100 Stephen Rothwell = wrote: > > After merging the drm-misc tree, today's linux-next build (x86_64 > allmodconfig) failed like this: >=20 > drivers/usb/typec/altmodes/displayport.c: In function 'dp_altmode_vdm': > drivers/usb/typec/altmodes/displayport.c:309:33: error: too few arguments= to function 'drm_connector_oob_hotplug_event' > 309 | drm_connector_oob_hotplug_event(d= p->connector_fwnode); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > In file included from drivers/usb/typec/altmodes/displayport.c:17: > include/drm/drm_connector.h:1984:6: note: declared here > 1984 | void drm_connector_oob_hotplug_event(struct fwnode_handle *connec= tor_fwnode, > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >=20 > Caused by commit >=20 > fc93835bb0d7 ("drm: Add HPD state to drm_connector_oob_hotplug_event()") >=20 > interacting with commit >=20 > 89434b069e46 ("usb: typec: altmodes/displayport: Signal hpd low when ex= iting mode") >=20 > from the usb.current tree. >=20 > I have applied the following merge fix patch. >=20 > From: Stephen Rothwell > Date: Thu, 12 Oct 2023 12:17:31 +1100 > Subject: [PATCH] fix up for "drm: Add HPD state to > drm_connector_oob_hotplug_event()" >=20 > interacting with commit >=20 > 89434b069e46 ("usb: typec: altmodes/displayport: Signal hpd low when ex= iting mode") >=20 > Signed-off-by: Stephen Rothwell > --- > drivers/usb/typec/altmodes/displayport.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >=20 > diff --git a/drivers/usb/typec/altmodes/displayport.c b/drivers/usb/typec= /altmodes/displayport.c > index ddfb5b6ace4f..eb0bf08fc97a 100644 > --- a/drivers/usb/typec/altmodes/displayport.c > +++ b/drivers/usb/typec/altmodes/displayport.c > @@ -306,7 +306,8 @@ static int dp_altmode_vdm(struct typec_altmode *alt, > dp->data.status =3D 0; > dp->data.conf =3D 0; > if (dp->hpd) { > - drm_connector_oob_hotplug_event(dp->connector_fwnode); > + drm_connector_oob_hotplug_event(dp->connector_fwnode Pretend that there is a comma at the end of the above line :-) > + connector_status_disconnected); > dp->hpd =3D false; > sysfs_notify(&dp->alt->dev.kobj, "displayport", "hpd"); > } > --=20 > 2.40.1 --=20 Cheers, Stephen Rothwell --Sig_/VHNQbpLwKeOceXrqi_0uSe6 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmUnS5UACgkQAVBC80lX 0GwDZgf+NaN4xD1Pb86+Q0qdo86qD1QPdJ3JvRCXl4ThEjqTA4eHqE/ZA+kHiXpt ylUTlQI6D2UqLTvbG1lUTrTbhfaUA0JjkctwA4nu6VWbbZbvnUMjO/FiP0VisGys 6seAZxDIk22ejVC3hExiM/Y/EH2MsAwehpOmCXyGxQ1YOBrvMW1G59OyEuZKNRxB bGKcYO89Fvq+gs9CVGHezfCYXZOzm7yX2sPs0kQEnabKsA511+NGuBAUeqP5bsPU t9C1L3TV7uaR4qqAUUiq4PfiThICk7ZlS7ugr3ZHnZEr1rM7GYvK2Ls4/1I++/6S axHrG/X5alpWf3WJ/3tjGQrvkSV52g== =2mTb -----END PGP SIGNATURE----- --Sig_/VHNQbpLwKeOceXrqi_0uSe6-- 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 B9AC6CDB46E for ; Thu, 12 Oct 2023 01:27:54 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C3A3210E3C3; Thu, 12 Oct 2023 01:27:53 +0000 (UTC) Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by gabe.freedesktop.org (Postfix) with ESMTPS id CDFE110E3CE; Thu, 12 Oct 2023 01:27:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1697074070; bh=J8Qnx2sCAxUCzPDNIHkIPr+OI4WaMav0iSRgTQB3ipU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=lck2TuazuWYN1RyagGvhZVEPKye8aEe20EGf6lj90LuwyXsu6wAzZhIBJcwzBoykF QNC9xmP/ROpfLTa4PN5W++QjZhIy7DSArV4alnOo7G4k8ZnK+ig2bUEjKDSA6p0WQN L7AmpbVpdz36+65RbNQ+3PKQE0UPbJKlcMuNKtR84RvhKL5g891DfdJtmZ3zjC3L5c Z/hWqsy2kk96tkO5W/j1PCpKeBjL/d03cc+bv4Qi+1yh1lajvRwH8hY9htGGDcuHhs ZN5sqeP8lHbX/boCVJ4hPELposgsIpAmvkkhbkwt22R2N6P3B12hNTh9hwnwf2lZ2W evdA0jh1U+D6w== 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 X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4S5X7n6gk2z4xPY; Thu, 12 Oct 2023 12:27:49 +1100 (AEDT) Date: Thu, 12 Oct 2023 12:27:49 +1100 From: Stephen Rothwell To: Daniel Vetter Message-ID: <20231012122749.45d37e52@canb.auug.org.au> In-Reply-To: <20231012122209.6f2768df@canb.auug.org.au> References: <20231012122209.6f2768df@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/VHNQbpLwKeOceXrqi_0uSe6"; protocol="application/pgp-signature"; micalg=pgp-sha256 Subject: Re: [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: Greg Kroah-Hartman , Intel Graphics , Linux Kernel Mailing List , DRI , Bjorn Andersson , RD Babiera , Linux Next Mailing List , Dmitry Baryshkov , Bjorn Andersson Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" --Sig_/VHNQbpLwKeOceXrqi_0uSe6 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, On Thu, 12 Oct 2023 12:22:09 +1100 Stephen Rothwell = wrote: > > After merging the drm-misc tree, today's linux-next build (x86_64 > allmodconfig) failed like this: >=20 > drivers/usb/typec/altmodes/displayport.c: In function 'dp_altmode_vdm': > drivers/usb/typec/altmodes/displayport.c:309:33: error: too few arguments= to function 'drm_connector_oob_hotplug_event' > 309 | drm_connector_oob_hotplug_event(d= p->connector_fwnode); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > In file included from drivers/usb/typec/altmodes/displayport.c:17: > include/drm/drm_connector.h:1984:6: note: declared here > 1984 | void drm_connector_oob_hotplug_event(struct fwnode_handle *connec= tor_fwnode, > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >=20 > Caused by commit >=20 > fc93835bb0d7 ("drm: Add HPD state to drm_connector_oob_hotplug_event()") >=20 > interacting with commit >=20 > 89434b069e46 ("usb: typec: altmodes/displayport: Signal hpd low when ex= iting mode") >=20 > from the usb.current tree. >=20 > I have applied the following merge fix patch. >=20 > From: Stephen Rothwell > Date: Thu, 12 Oct 2023 12:17:31 +1100 > Subject: [PATCH] fix up for "drm: Add HPD state to > drm_connector_oob_hotplug_event()" >=20 > interacting with commit >=20 > 89434b069e46 ("usb: typec: altmodes/displayport: Signal hpd low when ex= iting mode") >=20 > Signed-off-by: Stephen Rothwell > --- > drivers/usb/typec/altmodes/displayport.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >=20 > diff --git a/drivers/usb/typec/altmodes/displayport.c b/drivers/usb/typec= /altmodes/displayport.c > index ddfb5b6ace4f..eb0bf08fc97a 100644 > --- a/drivers/usb/typec/altmodes/displayport.c > +++ b/drivers/usb/typec/altmodes/displayport.c > @@ -306,7 +306,8 @@ static int dp_altmode_vdm(struct typec_altmode *alt, > dp->data.status =3D 0; > dp->data.conf =3D 0; > if (dp->hpd) { > - drm_connector_oob_hotplug_event(dp->connector_fwnode); > + drm_connector_oob_hotplug_event(dp->connector_fwnode Pretend that there is a comma at the end of the above line :-) > + connector_status_disconnected); > dp->hpd =3D false; > sysfs_notify(&dp->alt->dev.kobj, "displayport", "hpd"); > } > --=20 > 2.40.1 --=20 Cheers, Stephen Rothwell --Sig_/VHNQbpLwKeOceXrqi_0uSe6 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmUnS5UACgkQAVBC80lX 0GwDZgf+NaN4xD1Pb86+Q0qdo86qD1QPdJ3JvRCXl4ThEjqTA4eHqE/ZA+kHiXpt ylUTlQI6D2UqLTvbG1lUTrTbhfaUA0JjkctwA4nu6VWbbZbvnUMjO/FiP0VisGys 6seAZxDIk22ejVC3hExiM/Y/EH2MsAwehpOmCXyGxQ1YOBrvMW1G59OyEuZKNRxB bGKcYO89Fvq+gs9CVGHezfCYXZOzm7yX2sPs0kQEnabKsA511+NGuBAUeqP5bsPU t9C1L3TV7uaR4qqAUUiq4PfiThICk7ZlS7ugr3ZHnZEr1rM7GYvK2Ls4/1I++/6S axHrG/X5alpWf3WJ/3tjGQrvkSV52g== =2mTb -----END PGP SIGNATURE----- --Sig_/VHNQbpLwKeOceXrqi_0uSe6--