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 739E4C433EF for ; Fri, 11 Feb 2022 20:34:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238977AbiBKUeM (ORCPT ); Fri, 11 Feb 2022 15:34:12 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:34684 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234505AbiBKUeM (ORCPT ); Fri, 11 Feb 2022 15:34:12 -0500 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8C335CE7; Fri, 11 Feb 2022 12:34:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644611650; x=1676147650; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=sdvyQq1aWWNmYf5/EoZtpb75vjci2pQlXk9QshG3H0I=; b=MOPrNctbYhaawqWO9zLnRPcMcyDHORLop5pfdGn+J49r3G5eeW+WJoU/ NDr7gUJv20w0hsJGuimWKEDRjItKwHfCd8dXXlRtzGcWZXRKnjUnT4Dr5 sK5N2EAgwTdZmUb5lSNo5iW/vRF+UwKvZUxIvWVVklvRx6CMmJgYnNzK3 dgL59JM5Rsny0H5FzhAmp0h0f4OoGvRKDaAHIm5NrHxm+dEfmh3S8lD+c dUANtMC8tfUunebPG5a1jdNJwfVI7cxcc1bJ28GGYpQWZaOuIEEQLTgc4 7+9e7vURX6ruCzBX6sry3pfUn8joKu3mOO4nOmiuueuE7a2Xzu9l8Qw9A A==; X-IronPort-AV: E=McAfee;i="6200,9189,10255"; a="248636665" X-IronPort-AV: E=Sophos;i="5.88,361,1635231600"; d="scan'208";a="248636665" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Feb 2022 12:34:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,361,1635231600"; d="scan'208";a="527090889" Received: from lkp-server01.sh.intel.com (HELO d95dc2dabeb1) ([10.239.97.150]) by orsmga007.jf.intel.com with ESMTP; 11 Feb 2022 12:34:07 -0800 Received: from kbuild by d95dc2dabeb1 with local (Exim 4.92) (envelope-from ) id 1nIccJ-00059x-18; Fri, 11 Feb 2022 20:34:07 +0000 Date: Sat, 12 Feb 2022 04:33:14 +0800 From: kernel test robot To: =?iso-8859-1?Q?Andr=E9?= Almeida , Sanjay R Mehta , Mark Brown , linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@collabora.com, Lucas Tanure , Nehal Bakulchandra Shah , Charles Keepax Cc: kbuild-all@lists.01.org, =?iso-8859-1?Q?Andr=E9?= Almeida Subject: Re: [PATCH v2 3/3] spi: amd: Add support for version AMDI0062 Message-ID: <202202120443.4SkWShjA-lkp@intel.com> References: <20220211143155.75513-4-andrealmeid@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220211143155.75513-4-andrealmeid@collabora.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org Hi "André, I love your patch! Yet something to improve: [auto build test ERROR on broonie-spi/for-next] [also build test ERROR on v5.17-rc3 next-20220211] [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/0day-ci/linux/commits/Andr-Almeida/spi-amd-Add-support-for-new-controller-version/20220211-223438 base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next config: arc-randconfig-r043-20220211 (https://download.01.org/0day-ci/archive/20220212/202202120443.4SkWShjA-lkp@intel.com/config) compiler: arc-elf-gcc (GCC) 11.2.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/0day-ci/linux/commit/f9ba9fa1166540cf4dbf3ffbddb96b55699479b5 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Andr-Almeida/spi-amd-Add-support-for-new-controller-version/20220211-223438 git checkout f9ba9fa1166540cf4dbf3ffbddb96b55699479b5 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=arc SHELL=/bin/bash drivers/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/spi/spi-amd.c:333:37: error: 'spi_acpi_match' undeclared here (not in a function) 333 | .acpi_match_table = spi_acpi_match, | ^~~~~~~~~~~~~~ vim +/spi_acpi_match +333 drivers/spi/spi-amd.c 329 330 static struct platform_driver amd_spi_driver = { 331 .driver = { 332 .name = "amd_spi", > 333 .acpi_match_table = spi_acpi_match, 334 }, 335 .probe = amd_spi_probe, 336 }; 337 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4098275880216202409==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: Re: [PATCH v2 3/3] spi: amd: Add support for version AMDI0062 Date: Sat, 12 Feb 2022 04:33:14 +0800 Message-ID: <202202120443.4SkWShjA-lkp@intel.com> In-Reply-To: <20220211143155.75513-4-andrealmeid@collabora.com> List-Id: --===============4098275880216202409== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi "Andr=C3=A9, I love your patch! Yet something to improve: [auto build test ERROR on broonie-spi/for-next] [also build test ERROR on v5.17-rc3 next-20220211] [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/0day-ci/linux/commits/Andr-Almeida/spi-amd-Add-s= upport-for-new-controller-version/20220211-223438 base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for= -next config: arc-randconfig-r043-20220211 (https://download.01.org/0day-ci/archi= ve/20220212/202202120443.4SkWShjA-lkp(a)intel.com/config) compiler: arc-elf-gcc (GCC) 11.2.0 reproduce (this is a W=3D1 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/0day-ci/linux/commit/f9ba9fa1166540cf4dbf3ffbd= db96b55699479b5 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Andr-Almeida/spi-amd-Add-support-f= or-new-controller-version/20220211-223438 git checkout f9ba9fa1166540cf4dbf3ffbddb96b55699479b5 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-11.2.0 make.cross= O=3Dbuild_dir ARCH=3Darc SHELL=3D/bin/bash drivers/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/spi/spi-amd.c:333:37: error: 'spi_acpi_match' undeclared here (n= ot in a function) 333 | .acpi_match_table =3D spi_acpi_match, | ^~~~~~~~~~~~~~ vim +/spi_acpi_match +333 drivers/spi/spi-amd.c 329 = 330 static struct platform_driver amd_spi_driver =3D { 331 .driver =3D { 332 .name =3D "amd_spi", > 333 .acpi_match_table =3D spi_acpi_match, 334 }, 335 .probe =3D amd_spi_probe, 336 }; 337 = --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============4098275880216202409==--