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 X-Spam-Level: X-Spam-Status: No, score=-9.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3D7AAC43461 for ; Mon, 7 Sep 2020 14:03:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 00B23215A4 for ; Mon, 7 Sep 2020 14:03:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599487387; bh=at+9rNRCYJkEIFh6GvwBTj8WRxmaKB3Ezs9RAcM85fs=; h=From:To:Cc:Subject:In-Reply-To:References:Date:List-ID:From; b=2mNoLrHQ3s9pm2PJIbHRFtg4qbFHpYlgFOLBLkbGFNtCWDgWzsQaJo5ni1DKyqYuw gFuiXAGrDhCIxF5jSRJFPyN4SgyCIqMLkMTNnlLRC864kEHp6n9HxXhnti3qTlyXd1 NX3DdBEJfCf6CsHwkobTnxQF4m3xCHswNHAKWaJM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729755AbgIGOC1 (ORCPT ); Mon, 7 Sep 2020 10:02:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:44028 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729636AbgIGOAJ (ORCPT ); Mon, 7 Sep 2020 10:00:09 -0400 Received: from saruman (91-155-214-58.elisa-laajakaista.fi [91.155.214.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BA01521473; Mon, 7 Sep 2020 13:58:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599487139; bh=at+9rNRCYJkEIFh6GvwBTj8WRxmaKB3Ezs9RAcM85fs=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=TB3IBsjvh5rp5//bXTUwrlWTR/Kd2iGE4QEcWK7s/sM1TTZs75SEKmJGirz4pmVeB Wc39DPBVRseLsvmlDTX0LaozkEHYUgCytS/qNlj56blbSb/WDYveRCollQhdul/sUM 6c7lyC9e57RVTBeW41RTb+gPxupvM4twc8mEOa7I= From: Felipe Balbi To: kernel test robot , Amelie Delaunay Cc: kbuild-all@lists.01.org, linux-usb@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [balbi-usb:testing/next 29/33] drivers/usb/dwc2/drd.c:83:37: error: 'struct dwc2_hsotg' has no member named 'test_mode' In-Reply-To: <202009072101.xr4ImAoy%lkp@intel.com> References: <202009072101.xr4ImAoy%lkp@intel.com> Date: Mon, 07 Sep 2020 16:58:52 +0300 Message-ID: <877dt5ofhf.fsf@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable kernel test robot writes: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tes= ting/next > head: c9bb389c50ce07f0e4e105eb84f5541916bea8e8 > commit: 0e9bd6770c25a3dbd9cb1c9fc132b9e4a65da7cd [29/33] usb: dwc2: overr= ide PHY input signals with usb role switch support > config: arm64-randconfig-s031-20200907 (attached as .config) > compiler: aarch64-linux-gcc (GCC) 9.3.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbi= n/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # apt-get install sparse > # sparse version: v0.6.2-191-g10164920-dirty > git checkout 0e9bd6770c25a3dbd9cb1c9fc132b9e4a65da7cd > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-9.3.0 make.cros= s C=3D1 CF=3D'-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=3Darm64=20 > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > > All errors (new ones prefixed by >>): > > drivers/usb/dwc2/drd.c: In function 'dwc2_drd_role_sw_set': >>> drivers/usb/dwc2/drd.c:83:37: error: 'struct dwc2_hsotg' has no member = named 'test_mode' > 83 | if (role =3D=3D USB_ROLE_NONE && hsotg->test_mode) { > | ^~ patch dropped now. Amelie, can you send a fixed up version? =2D-=20 balbi --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJFBAEBCAAvFiEElLzh7wn96CXwjh2IzL64meEamQYFAl9WPJwRHGJhbGJpQGtl cm5lbC5vcmcACgkQzL64meEamQZ5ahAAk+a7/q+E4f0pg5lKW17KBD62EvoHQVgB 1h5B6HsQNrC5hBs99jDRDwHNfA29kooINvrm07YhK+BasL7eBGTi1IuXbDdgU2eR LjTe7QCGRE+nwbKuF/kUtp2nCLJWWWaU81ynS7HBEYCBz+vpoIXYbu2GSpglGW4t dPoIxBNnO7LmonVJKmFqRD+drt6f+9P8EDKH8xR1xnYmhm8ECyFyMzqyYghUF866 3BOojlqu+oC/YWoAgAIif/4EmLpSRyxqP+6BwKrR4OTB0yYAo/CXyPu3OJyp0OV7 ozGH7OXmQptzbuqvjkggmX3wv+HEatP4e9t3nnbdu0dTVNEcCThw0xnUEvD2sEXN NfsquHSkupx0EyiAFLBN9SYYvCzCPtQnEtO6bi4eFc2xMDl9xfPU1MlQ9+no3WW1 jblY+3e3mHouuofLE+O3dDU3HTsvOCOQoNMu58fSDrBeDB8zWKJGJC8SIE3dsK5z Us/+U1gv8WJlSXZIK3cW0lN9TSRgTTzYeI43XzDY5vwq5MMPkzXRLIwgZ+l39BYz wMg5oQCzPm+So+u8ajD7dcfE8/xUmdC7foYqwtEXlp4mTYs5SfT/OE8zF3w1mr7Y Fz3y1bhyO4OaDs9FHY2BgDG2F3IdNVo6o8Q8fdvCwN1jACyTttgu5X2bneYjFElz mNupexbGHbY= =gnGQ -----END PGP SIGNATURE----- --=-=-=-- From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4799718020313187654==" MIME-Version: 1.0 From: Felipe Balbi To: kbuild-all@lists.01.org Subject: Re: [balbi-usb:testing/next 29/33] drivers/usb/dwc2/drd.c:83:37: error: 'struct dwc2_hsotg' has no member named 'test_mode' Date: Mon, 07 Sep 2020 16:58:52 +0300 Message-ID: <877dt5ofhf.fsf@kernel.org> In-Reply-To: <202009072101.xr4ImAoy%lkp@intel.com> List-Id: --===============4799718020313187654== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable kernel test robot writes: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tes= ting/next > head: c9bb389c50ce07f0e4e105eb84f5541916bea8e8 > commit: 0e9bd6770c25a3dbd9cb1c9fc132b9e4a65da7cd [29/33] usb: dwc2: overr= ide PHY input signals with usb role switch support > config: arm64-randconfig-s031-20200907 (attached as .config) > compiler: aarch64-linux-gcc (GCC) 9.3.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbi= n/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # apt-get install sparse > # sparse version: v0.6.2-191-g10164920-dirty > git checkout 0e9bd6770c25a3dbd9cb1c9fc132b9e4a65da7cd > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-9.3.0 make.cros= s C=3D1 CF=3D'-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=3Darm64 = > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > > All errors (new ones prefixed by >>): > > drivers/usb/dwc2/drd.c: In function 'dwc2_drd_role_sw_set': >>> drivers/usb/dwc2/drd.c:83:37: error: 'struct dwc2_hsotg' has no member = named 'test_mode' > 83 | if (role =3D=3D USB_ROLE_NONE && hsotg->test_mode) { > | ^~ patch dropped now. Amelie, can you send a fixed up version? -- = balbi --===============4799718020313187654== Content-Type: application/pgp-signature MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="signature.asc" LS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0KCmlRSkZCQUVCQ0FBdkZpRUVsTHpoN3duOTZD WHdqaDJJekw2NG1lRWFtUVlGQWw5V1BKd1JIR0poYkdKcFFHdGwKY201bGJDNXZjbWNBQ2drUXpM NjRtZUVhbVFaNWFoQUFrK2E3L3ErRTRmMHBnNWxLVzE3S0JENjJFdm9IUVZnQgoxaDVCNkhzUU5y QzVoQnM5OWpEUkR3SE5mQTI5a29vSU52cm0wN1loSytCYXNMN2VCR1RpMUl1WGJEZGdVMmVSCkxq VGU3UUNHUkUrbndiS3VGL2tVdHAybkNMSldXV2FVODF5blM3SEJFWUNCeit2cG9JWFlidTJHU3Bn bEdXNHQKZFBvSXhCTm5PN0xtb25WSkttRnFSRCtkcnQ2Zis5UDhFREtIOHhSMXhuWW1obThFQ3lG eU16cXlZZ2hVRjg2NgozQk9vamxxdStvQy9ZV29BZ0FJaWYvNEVtTHBTUnl4cVArNkJ3S3JSNE9U QjB5WUFvL0NYeVB1M09KeXAwT1Y3Cm96R0g3T1htUXB0emJ1cXZqa2dnbVgzd3YrSEVhdFA0ZTl0 M25uYmR1MGRUVk5FY0NUaHcweG5VRXZEMnNFWE4KTmZzcXVIU2t1cHgwRXlpQUZMQk45U1lZdkN6 Q1B0UW5FdE82Ymk0ZUZjMnhNRGw5eGZQVTFNbFE5K25vM1dXMQpqYmxZKzNlM21Ib3V1b2ZMRStP M2REVTNIVHN2T0NPUW9OTXU1OGZTRHJCZURCOHpXS0pHSkM4U0lFM2RzSzV6ClVzLytVMWd2OFdK bFNYWklLM2NXMGxOOVRTUmdUVHpZZUk0M1h6RFk1dndxNU1NUGt6WFJMSXdnWitsMzlCWXoKd01n NW9RQ3pQbStTbyt1OGFqRDdkY2ZFOC94VW1kQzdmb1lxd3RFWGxwNG1UWXM1U2ZUL09FOHpGM3cx bXI3WQpGejN5MWJoeU80T2FEczlGSFkyQmdERzJGM0lkTlZvNm84UThmZHZDd04xakFDeVR0dGd1 NVgyYm5lWWpGRWx6Cm1OdXBleGJHSGJZPQo9Z25HUQotLS0tLUVORCBQR1AgU0lHTkFUVVJFLS0t LS0= --===============4799718020313187654==--