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 A95F4C6FD1F for ; Wed, 22 Mar 2023 15:13:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231496AbjCVPNH (ORCPT ); Wed, 22 Mar 2023 11:13:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231489AbjCVPND (ORCPT ); Wed, 22 Mar 2023 11:13:03 -0400 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 36F59196AF for ; Wed, 22 Mar 2023 08:13:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679497982; x=1711033982; h=date:from:to:cc:subject:message-id:mime-version; bh=A0CAziHUe7OUHyuW9AnN41ThJCsRoPf3LAR36SOsxss=; b=DTMSBxsBHjOllPOpPTV447cvuGHV31kWWnYQHcspNCc8MKoiYDIKbTo7 PEf48xP353fSY9tt5yuoqS7RXkvyxm9pZ1atcVqcoti1t7FBPggXt/yEh 9aNUTpjcAALt95S4kvhZ4Jz+HSVCvE1HAlH2wINtnhLfgOHMivK8B2Z2l BGsHoKBN4olXWqF+Uh8IabSXsQVXZ+ctFqSRxjwGjKxNU11JE9kqomNyv AY/nPuKUDYM0qm/94iEp9kChJHdVhzdN2vW8AeBzFOXqGAYfeomeNWA3g SnT7WnbIb/6GHM+pyDl2kigMSCb5QrDauzmonxxOUU3H6DzNbjA7frdiv w==; X-IronPort-AV: E=McAfee;i="6600,9927,10657"; a="336743515" X-IronPort-AV: E=Sophos;i="5.98,282,1673942400"; d="scan'208";a="336743515" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Mar 2023 08:12:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10657"; a="746359566" X-IronPort-AV: E=Sophos;i="5.98,282,1673942400"; d="scan'208";a="746359566" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by fmsmga008.fm.intel.com with ESMTP; 22 Mar 2023 08:12:43 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1pf08n-000DQE-3D; Wed, 22 Mar 2023 15:12:41 +0000 Date: Wed, 22 Mar 2023 23:12:18 +0800 From: kernel test robot To: Srinivasa Rao Mandadapu Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org, Mark Brown Subject: sound/soc/qcom/qdsp6/q6apm.c:30:14: sparse: sparse: symbol 'g_apm' was not declared. Should it be static? Message-ID: <202303222339.xUpUMsob-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: a1effab7a3a35a837dd9d2b974a1bc4939df1ad5 commit: 47bc8cf60e926d1fb0c5d990bf6f5e01e9b3352e ASoC: qdsp6: audioreach: Add ADSP ready check date: 8 weeks ago config: arm-randconfig-s042-20230322 (https://download.01.org/0day-ci/archive/20230322/202303222339.xUpUMsob-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 12.1.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # apt-get install sparse # sparse version: v0.6.4-39-gce1a6720-dirty # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=47bc8cf60e926d1fb0c5d990bf6f5e01e9b3352e git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 47bc8cf60e926d1fb0c5d990bf6f5e01e9b3352e # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=arm olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=arm SHELL=/bin/bash sound/soc/qcom/qdsp6/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303222339.xUpUMsob-lkp@intel.com/ sparse warnings: (new ones prefixed by >>) >> sound/soc/qcom/qdsp6/q6apm.c:30:14: sparse: sparse: symbol 'g_apm' was not declared. Should it be static? vim +/g_apm +30 sound/soc/qcom/qdsp6/q6apm.c 29 > 30 struct q6apm *g_apm; 31 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests