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 C8CF2C00140 for ; Fri, 5 Aug 2022 07:10:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240358AbiHEHK5 (ORCPT ); Fri, 5 Aug 2022 03:10:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42186 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240199AbiHEHKj (ORCPT ); Fri, 5 Aug 2022 03:10:39 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1038474E22; Fri, 5 Aug 2022 00:09:43 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 8989FB80DE4; Fri, 5 Aug 2022 07:09:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 10733C433D6; Fri, 5 Aug 2022 07:09:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659683377; bh=QY/xj/dmLrpvXEfYnnD6E0lu77VY+niG/pRPN+FTJRM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Swju3PYz3cB3wLhsGTed8uo46PsMXQ6CUeuXyHwbAK/hPulOHWHst5X18xBc+A23i Jqn+enSqJ8QCdi+bmdRk4vcgGvzdzrblA6AesOvDCAV8XspD7P6Qk4hyoMWnODFTFS A+DrwSD+UjYtyy2r8vne0fr8FMf3NkHFqrbpGqfNygtiQN3Tf7hwQrFYuO0rr4IsXz 0yC+LzJ79cuJ4ZoRP+ad71FcdjWi1vy9go+q25DQT60J4ZNU3WZW6VcS/3D0vFfJir hDAb2LQ4wWZZZSJ+FAa+xcwRhpR3MOOKNokZSnodck4A7K0dNL6oHtSGO60bOoZ8qd gy+Zubvlu3BmQ== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1oJrT6-0007hp-1M; Fri, 05 Aug 2022 09:10:00 +0200 Date: Fri, 5 Aug 2022 09:10:00 +0200 From: Johan Hovold To: kernel test robot Cc: Johan Hovold , Greg Kroah-Hartman , Felipe Balbi , kbuild-all@lists.01.org, Rob Herring , Krzysztof Kozlowski , Andy Gross , Bjorn Andersson , Manivannan Sadhasivam , Konrad Dybcio , Krishna Kurapati , Stephen Boyd , Doug Anderson , Matthias Kaehlcke , Pavankumar Kondeti , quic_ppratap@quicinc.com, quic_vpulyala@quicinc.com, linux-arm-msm@vger.kernel.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 6/9] usb: dwc3: qcom: fix peripheral and OTG suspend Message-ID: References: <20220804151001.23612-7-johan+linaro@kernel.org> <202208050544.ijUhoUyB-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Fri, Aug 05, 2022 at 08:58:00AM +0200, Johan Hovold wrote: > On Fri, Aug 05, 2022 at 05:38:30AM +0800, kernel test robot wrote: > > Hi Johan, > > > > I love your patch! Perhaps something to improve: > > > > [auto build test WARNING on usb/usb-testing] > > [also build test WARNING on linus/master next-20220804] > > [cannot apply to robh/for-next v5.19] > > [If your patch is applied to the wrong git tree, kindly drop us a note. > > And when submitting patch, we suggest to use '--base' as documented in > > https://git-scm.com/docs/git-format-patch#_base_tree_information] > > > > url: https://github.com/intel-lab-lkp/linux/commits/Johan-Hovold/usb-dwc3-qcom-fix-wakeup-implementation/20220804-231122 > > base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-testing > > config: arc-randconfig-r002-20220804 (https://download.01.org/0day-ci/archive/20220805/202208050544.ijUhoUyB-lkp@intel.com/config) > > compiler: arc-elf-gcc (GCC) 12.1.0 > > reproduce (this is a W=1 build): > > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > > chmod +x ~/bin/make.cross > > # https://github.com/intel-lab-lkp/linux/commit/f3778ca026b16474e49c5e0188a0eb91d73eef2f > > git remote add linux-review https://github.com/intel-lab-lkp/linux > > git fetch --no-tags linux-review Johan-Hovold/usb-dwc3-qcom-fix-wakeup-implementation/20220804-231122 > > git checkout f3778ca026b16474e49c5e0188a0eb91d73eef2f > > # save the config file > > mkdir build_dir && cp config build_dir/.config > > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arc SHELL=/bin/bash drivers/usb/dwc3/ > > > > If you fix the issue, kindly add following tag where applicable > > Reported-by: kernel test robot > > > > All warnings (new ones prefixed by >>): > > > > drivers/usb/dwc3/dwc3-qcom.c: In function 'dwc3_qcom_read_usb2_speed': > > >> drivers/usb/dwc3/dwc3-qcom.c:313:25: warning: variable 'hcd' set but not used [-Wunused-but-set-variable] > > 313 | struct usb_hcd *hcd; > > | ^~~> > > I'm not seeing this one with gcc-10.3.0, but I'll slap a __maybe_unused > in there to keep your robot's W=1 builds quiet. Correction: of course I'm seeing it in the affected build configuration... Johan From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============7624195347490636740==" MIME-Version: 1.0 From: Johan Hovold To: kbuild-all@lists.01.org Subject: Re: [PATCH v2 6/9] usb: dwc3: qcom: fix peripheral and OTG suspend Date: Fri, 05 Aug 2022 09:10:00 +0200 Message-ID: In-Reply-To: List-Id: --===============7624195347490636740== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Fri, Aug 05, 2022 at 08:58:00AM +0200, Johan Hovold wrote: > On Fri, Aug 05, 2022 at 05:38:30AM +0800, kernel test robot wrote: > > Hi Johan, > > = > > I love your patch! Perhaps something to improve: > > = > > [auto build test WARNING on usb/usb-testing] > > [also build test WARNING on linus/master next-20220804] > > [cannot apply to robh/for-next v5.19] > > [If your patch is applied to the wrong git tree, kindly drop us a note. > > And when submitting patch, we suggest to use '--base' as documented in > > https://git-scm.com/docs/git-format-patch#_base_tree_information] > > = > > url: https://github.com/intel-lab-lkp/linux/commits/Johan-Hovold/usb= -dwc3-qcom-fix-wakeup-implementation/20220804-231122 > > base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git = usb-testing > > config: arc-randconfig-r002-20220804 (https://download.01.org/0day-ci/a= rchive/20220805/202208050544.ijUhoUyB-lkp(a)intel.com/config) > > compiler: arc-elf-gcc (GCC) 12.1.0 > > reproduce (this is a W=3D1 build): > > wget https://raw.githubusercontent.com/intel/lkp-tests/master/s= bin/make.cross -O ~/bin/make.cross > > chmod +x ~/bin/make.cross > > # https://github.com/intel-lab-lkp/linux/commit/f3778ca026b1647= 4e49c5e0188a0eb91d73eef2f > > git remote add linux-review https://github.com/intel-lab-lkp/li= nux > > git fetch --no-tags linux-review Johan-Hovold/usb-dwc3-qcom-fix= -wakeup-implementation/20220804-231122 > > git checkout f3778ca026b16474e49c5e0188a0eb91d73eef2f > > # save the config file > > mkdir build_dir && cp config build_dir/.config > > COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-12.1.0 make.c= ross W=3D1 O=3Dbuild_dir ARCH=3Darc SHELL=3D/bin/bash drivers/usb/dwc3/ > > = > > If you fix the issue, kindly add following tag where applicable > > Reported-by: kernel test robot > > = > > All warnings (new ones prefixed by >>): > > = > > drivers/usb/dwc3/dwc3-qcom.c: In function 'dwc3_qcom_read_usb2_speed= ': > > >> drivers/usb/dwc3/dwc3-qcom.c:313:25: warning: variable 'hcd' set but= not used [-Wunused-but-set-variable] > > 313 | struct usb_hcd *hcd; > > | ^~~> = > = > I'm not seeing this one with gcc-10.3.0, but I'll slap a __maybe_unused > in there to keep your robot's W=3D1 builds quiet. Correction: of course I'm seeing it in the affected build configuration... Johan --===============7624195347490636740==--