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 5AEECC433EF for ; Tue, 17 May 2022 04:44:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236370AbiEQEoW (ORCPT ); Tue, 17 May 2022 00:44:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59102 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229569AbiEQEoK (ORCPT ); Tue, 17 May 2022 00:44:10 -0400 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CDCD015FF1 for ; Mon, 16 May 2022 21:44:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652762649; x=1684298649; h=date:from:to:cc:subject:message-id:mime-version; bh=fFHdSQlxpu+7ScXMAnh/2InCU++7+PILYWME5L5dEy8=; b=LxX4F9E1H1dXYi/weFBVKdbgwWhO/WAO13kMgYEsdLCZ3rlc0QSqE44e vbC3dBLgZRcdA1oSExsQc1IUxDCoExphYn2/Xh2YCRE0Y0PIK4LmnbSqI NMT4wlx4Pmevbkc9BFwsos+XSWzwUALBSKt13CZbZILuxom2iP5ObNfkx tDnBuR+iZMVrNzmtcqLbTiA60OfCsODXtZk+kTI/auppnTP/W9jar5dab XmWi9GBlE8Q7xigb+T7jiAazPowqd1PpO+TtNOf3ZkKZsA4xR1sQV0MW1 OkSEv0Bnp8KQ8Yr8CFi/qsRQbnt711ArRdgGOKSDLwXEKsDNtVowDfbWX Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10349"; a="250950787" X-IronPort-AV: E=Sophos;i="5.91,231,1647327600"; d="scan'208";a="250950787" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 May 2022 21:44:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,231,1647327600"; d="scan'208";a="522785203" Received: from lkp-server02.sh.intel.com (HELO 242b25809ac7) ([10.239.97.151]) by orsmga003.jf.intel.com with ESMTP; 16 May 2022 21:44:07 -0700 Received: from kbuild by 242b25809ac7 with local (Exim 4.95) (envelope-from ) id 1nqp43-0000cV-6Z; Tue, 17 May 2022 04:44:07 +0000 Date: Tue, 17 May 2022 12:43:31 +0800 From: kernel test robot To: Frederic Weisbecker Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Sebastian Andrzej Siewior Subject: [rt-devel:linux-5.18.y-rt-rebase 54/94] kernel/softirq.c:640:1: sparse: sparse: symbol '__pcpu_scope_timersd' was not declared. Should it be static? Message-ID: <202205171232.7c0gv15y-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/rt/linux-rt-devel.git linux-5.18.y-rt-rebase head: df0c990058a5bce1eed5d3512c6efe4eacc62bed commit: 191f7764ab356da2cb7fc1a216b56b6ec0405f04 [54/94] rcutorture: Also force sched priority to timersd on boosting test. config: i386-randconfig-s002-20220516 (https://download.01.org/0day-ci/archive/20220517/202205171232.7c0gv15y-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://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git/commit/?id=191f7764ab356da2cb7fc1a216b56b6ec0405f04 git remote add rt-devel https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git git fetch --no-tags rt-devel linux-5.18.y-rt-rebase git checkout 191f7764ab356da2cb7fc1a216b56b6ec0405f04 # 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=i386 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (new ones prefixed by >>) >> kernel/softirq.c:640:1: sparse: sparse: symbol '__pcpu_scope_timersd' 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