From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2FB661E1DA for ; Thu, 10 Aug 2023 18:14:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1691691259; x=1723227259; h=date:from:to:cc:subject:message-id:mime-version; bh=l7ZbBc3aKAU2Zy51EfCFWQ20F+Yzt+yUF4EPXndk6K4=; b=A+cD1EN8mxrmUu7pWVgTucjwe8EAi3/eU8+a5BOnqzGVbbJ5yZJvgcG9 fXCPXg4f35mQb3PbMbGF5ULKOR+36wvJCbSiSnMLmgeYxj1ngLmLCZper 0kUAA9WAUlnKJIxGYjw3PkB21Yx3QeMQFMkVLEhxZ6H4Y6JZJNI76T6np aUg8ia+7lZQHasdHZ0NMndfSVPZskfpRpHdWqwV068O0vT5R4kDt5M7WK jFfrD8ErOX2zdYD7Pw8zN1KfMe+MVFczvjr/sISwsxVJqBCqBVgrgOGsH 5bvBiqMegJ0Q+9Pyta1OIu4B703xBSsAh/JMl12ily9yBvPvKawRdtqHv g==; X-IronPort-AV: E=McAfee;i="6600,9927,10798"; a="351803019" X-IronPort-AV: E=Sophos;i="6.01,163,1684825200"; d="scan'208";a="351803019" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Aug 2023 11:14:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10798"; a="735514231" X-IronPort-AV: E=Sophos;i="6.01,163,1684825200"; d="scan'208";a="735514231" Received: from lkp-server01.sh.intel.com (HELO d1ccc7e87e8f) ([10.239.97.150]) by fmsmga007.fm.intel.com with ESMTP; 10 Aug 2023 11:14:16 -0700 Received: from kbuild by d1ccc7e87e8f with local (Exim 4.96) (envelope-from ) id 1qUAAp-0007AG-23; Thu, 10 Aug 2023 18:14:15 +0000 Date: Fri, 11 Aug 2023 02:13:35 +0800 From: kernel test robot To: Prasad Sodagudi Cc: oe-kbuild-all@lists.linux.dev, Yogesh Lal , Elliot Berman Subject: [sudeep-holla:android13-5.15/ffa 1113/4062] drivers/android/android_debug_symbols.c:27:6: sparse: sparse: symbol 'ads_page_owner' was not declared. Should it be static? Message-ID: <202308110253.Ch4I4zJX-lkp@intel.com> Precedence: bulk X-Mailing-List: oe-kbuild-all@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline tree: https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git android13-5.15/ffa head: c6013f50f1ae0e42d14d51a06118779ead3047ef commit: b2df67a932b5cbd6535de9f1a6e63004992ad014 [1113/4062] ANDROID: android: Create debug_symbols driver config: i386-randconfig-r083-20230810 (https://download.01.org/0day-ci/archive/20230811/202308110253.Ch4I4zJX-lkp@intel.com/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce: (https://download.01.org/0day-ci/archive/20230811/202308110253.Ch4I4zJX-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202308110253.Ch4I4zJX-lkp@intel.com/ sparse warnings: (new ones prefixed by >>) >> drivers/android/android_debug_symbols.c:27:6: sparse: sparse: symbol 'ads_page_owner' was not declared. Should it be static? >> drivers/android/android_debug_symbols.c:28:6: sparse: sparse: symbol 'ads_slub_debug' was not declared. Should it be static? >> drivers/android/android_debug_symbols.c:29:15: sparse: sparse: symbol 'ads_vmalloc_nr_pages' was not declared. Should it be static? >> drivers/android/android_debug_symbols.c:30:15: sparse: sparse: symbol 'ads_pcpu_nr_pages' was not declared. Should it be static? drivers/android/android_debug_symbols.c:88:9: sparse: sparse: cast removes address space '__percpu' of expression vim +/ads_page_owner +27 drivers/android/android_debug_symbols.c 26 > 27 bool ads_page_owner; > 28 bool ads_slub_debug; > 29 unsigned long ads_vmalloc_nr_pages; > 30 unsigned long ads_pcpu_nr_pages; 31 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki