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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 AACB5C433EF for ; Wed, 22 Jun 2022 21:12:08 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id E52881AF9; Wed, 22 Jun 2022 23:11:16 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz E52881AF9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1655932327; bh=qETdEtCS92Y/0CHpomE0Y/TnCnDaHjp9IhR6dEaORYM=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=g5NS9mt1e52PqpymMn2TEGSQpwY/5xqcAZz+G4AJJfmbmFzsjw6b0GLMlpbsYNcos N2mYb+mFIStLeQZAI4PfJrPAirbltEkD+Opu8BOID9RixVIaxyw5O1Sk1Dj19Uu/Zy GwvqDhi5c8qAlT93x40RmqyCcd89MLddkJ57y7jw= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 8ADB5F800CB; Wed, 22 Jun 2022 23:11:16 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id A1764F802D2; Wed, 22 Jun 2022 23:11:14 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id A71BCF800CB for ; Wed, 22 Jun 2022 23:11:06 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz A71BCF800CB Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="eHykpkAL" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655932270; x=1687468270; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=qETdEtCS92Y/0CHpomE0Y/TnCnDaHjp9IhR6dEaORYM=; b=eHykpkALOfBahAXvBPIteYqtrcrAaScZaq2KrraeJd1nUFDpyj/ypTgt OIGncNjXp2P9Re0IYB4Zglr5zaWypDexg6buzZGPM0RVY7sp/auLIaJgE nAA7vwWVHFuvdcj61kHS3dZc+f/wPBuehAj2lSx/+e2Wlm+4DFLhl8uwz FVZzqfGFThgNVPZ/f851UXwE2xuqe7GuRVjHELoUfK61zQcTw7LoYI0gf p85RJTd/HQ3VlRTedVAs9p6AjkV6XzBW2nzLCOVJ6UxGWz+apLHPhjVkr qNDuFhNTFvZKZGFpy/iiEZYNcWix04jbdcJbzipZPN2pLgSeUzSuYLwrf w==; X-IronPort-AV: E=McAfee;i="6400,9594,10386"; a="342231949" X-IronPort-AV: E=Sophos;i="5.92,212,1650956400"; d="scan'208";a="342231949" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2022 14:11:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,212,1650956400"; d="scan'208";a="644395860" Received: from lkp-server02.sh.intel.com (HELO a67cc04a5eeb) ([10.239.97.151]) by fmsmga008.fm.intel.com with ESMTP; 22 Jun 2022 14:11:02 -0700 Received: from kbuild by a67cc04a5eeb with local (Exim 4.95) (envelope-from ) id 1o47cr-0001gv-Go; Wed, 22 Jun 2022 21:11:01 +0000 Date: Thu, 23 Jun 2022 05:10:37 +0800 From: kernel test robot To: Stefan Binding , "Rafael J . Wysocki" , Len Brown , Mark Brown , Liam Girdwood Subject: Re: [PATCH v1 1/2] ACPI: utils: Add api to read _SUB from ACPI Message-ID: <202206230402.9xK6YlsY-lkp@intel.com> References: <20220622130730.1573747-2-sbinding@opensource.cirrus.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220622130730.1573747-2-sbinding@opensource.cirrus.com> Cc: alsa-devel@alsa-project.org, kbuild-all@lists.01.org, patches@opensource.cirrus.com, linux-kernel@vger.kernel.org, Stefan Binding , linux-acpi@vger.kernel.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Hi Stefan, Thank you for the patch! Yet something to improve: [auto build test ERROR on rafael-pm/linux-next] [also build test ERROR on broonie-sound/for-next linus/master v5.19-rc3 next-20220622] [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/Stefan-Binding/Read-_SUB-from-ACPI-to-be-able-to-identify-firmware/20220622-211004 base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next config: powerpc-pasemi_defconfig (https://download.01.org/0day-ci/archive/20220623/202206230402.9xK6YlsY-lkp@intel.com/config) compiler: powerpc-linux-gcc (GCC) 11.3.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/97b928a895ce3105296f0036393bb9ee04f11ae4 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Stefan-Binding/Read-_SUB-from-ACPI-to-be-able-to-identify-firmware/20220622-211004 git checkout 97b928a895ce3105296f0036393bb9ee04f11ae4 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=powerpc SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from include/linux/i2c.h:13, from include/uapi/linux/fb.h:6, from include/linux/fb.h:7, from include/linux/backlight.h:13, from arch/powerpc/kernel/traps.c:32: >> include/linux/acpi.h:1029:12: error: 'acpi_get_sub' defined but not used [-Werror=unused-function] 1029 | static int acpi_get_sub(acpi_handle handle, char *sub, size_t size) | ^~~~~~~~~~~~ cc1: all warnings being treated as errors vim +/acpi_get_sub +1029 include/linux/acpi.h 1028 > 1029 static int acpi_get_sub(acpi_handle handle, char *sub, size_t size) 1030 { 1031 return -ENODEV; 1032 } 1033 -- 0-DAY CI Kernel Test Service https://01.org/lkp