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 F1AF1C43217 for ; Sat, 14 May 2022 02:52:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229851AbiENCwl (ORCPT ); Fri, 13 May 2022 22:52:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51212 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229956AbiENCwf (ORCPT ); Fri, 13 May 2022 22:52:35 -0400 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 320B234CD35; Fri, 13 May 2022 17:57:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652489854; x=1684025854; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=vOdFNpVYPOQqVrglPzA6klVqup0LBeGqjPQesKgR29c=; b=LH2i1bbVFUFGVHVTPGDc8aGlM4MrPb/+HAX8lDwYMIYxdTmFzqQ3XpKI 3tRD6mv5aQ5kAh8anq7Um56S4FZBM2MB0Exwq5DaCdFoT5Bs5XKWVgmva Y54irM4qSUA/3V4aCt5YpnLLJnFs5V9+5x+uiBgOKADDD1fYEsSkNeYr7 /ec6UywQkjOcq4wvs08HvPL3qmkgTZFicEdk5maOYvCZ2q6jiqSOVyz8u EKTw9c/d/8eJQ0gaKz1igEVAKZLtsF2jtTWnG2hIiYWOyNXeKqkoUx9cw nq4GdxYn3hhIYX1RnP/4iPk+bkiWZZCh8mCBYhyCwJfpNrkFY1sgEjXr2 A==; X-IronPort-AV: E=McAfee;i="6400,9594,10346"; a="333479190" X-IronPort-AV: E=Sophos;i="5.91,223,1647327600"; d="scan'208";a="333479190" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 May 2022 17:31:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,223,1647327600"; d="scan'208";a="595486968" Received: from lkp-server01.sh.intel.com (HELO 5056e131ad90) ([10.239.97.150]) by orsmga008.jf.intel.com with ESMTP; 13 May 2022 17:31:27 -0700 Received: from kbuild by 5056e131ad90 with local (Exim 4.95) (envelope-from ) id 1npfgr-000MFV-Ql; Sat, 14 May 2022 00:31:25 +0000 Date: Sat, 14 May 2022 08:30:26 +0800 From: kernel test robot To: Serge Semin , Damien Le Moal , Hans de Goede , Jens Axboe , Serge Semin Cc: kbuild-all@lists.01.org, Alexey Malahov , Pavel Parkhomenko , Rob Herring , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v3 21/23] ata: ahci-dwc: Add platform-specific quirks support Message-ID: <202205140748.Lb7DqbPf-lkp@intel.com> References: <20220511231810.4928-22-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220511231810.4928-22-Sergey.Semin@baikalelectronics.ru> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Serge, I love your patch! Perhaps something to improve: [auto build test WARNING on axboe-block/for-next] [also build test WARNING on robh/for-next linus/master v5.18-rc6 next-20220513] [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] url: https://github.com/intel-lab-lkp/linux/commits/Serge-Semin/ata-ahci-Add-DWC-Baikal-T1-AHCI-SATA-support/20220512-072125 base: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git for-next config: x86_64-rhel-8.3-kselftests (https://download.01.org/0day-ci/archive/20220514/202205140748.Lb7DqbPf-lkp@intel.com/config) compiler: gcc-11 (Debian 11.2.0-20) 11.2.0 reproduce: # apt-get install sparse # sparse version: v0.6.4-dirty # https://github.com/intel-lab-lkp/linux/commit/bc74e5ca4cbfd2bef25a9ecefc401e7d1af3df43 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Serge-Semin/ata-ahci-Add-DWC-Baikal-T1-AHCI-SATA-support/20220512-072125 git checkout bc74e5ca4cbfd2bef25a9ecefc401e7d1af3df43 # save the config file mkdir build_dir && cp config build_dir/.config make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/ata/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (new ones prefixed by >>) >> drivers/ata/ahci_dwc.c:414:27: sparse: sparse: symbol 'ahci_dwc_plat' was not declared. Should it be static? Please review and possibly fold the followup patch. -- 0-DAY CI Kernel Test Service https://01.org/lkp