From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 1DEE723A8; Mon, 10 Apr 2023 05:31:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681104675; x=1712640675; h=date:from:to:cc:subject:message-id:mime-version; bh=LqyUN8HDCR3cV/IyN2VJVJSaNnDfcBInbPbv/UhMifA=; b=H9wUHqBAH+DgiC3VGgMnP2odCCGjW/YAXLFs+a9mrdEBqU/tQ9VNpuZ7 JGBIBO65qV4q1n99wp1QSoVkcdLrIGf5SqjszFjyPpBjkerftLpZEaWYu 94TLMiCbbBSgm2BkS4PDVLeZKcJwnS2oz2hfDf7Bd5V5GgD1tyEtntoxD qSLzpO0LrAEnP8TMAlPtMjZR3unkgemwA2L/XvFn2gmzd1kJ8nk0rBl6W MwE1utJB0Gf9tyBuebMqsvpI0gtC+jgaaD5ESIJcKkrCehr5Okfv/4T1R JtDsepD3w6ehjkcJ3lWeH1Dr4bAWF4D24Cru/gJIXDUvumf5TAdwglmsM g==; X-IronPort-AV: E=McAfee;i="6600,9927,10675"; a="345951720" X-IronPort-AV: E=Sophos;i="5.98,332,1673942400"; d="scan'208";a="345951720" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Apr 2023 22:31:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10675"; a="665509464" X-IronPort-AV: E=Sophos;i="5.98,332,1673942400"; d="scan'208";a="665509464" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by orsmga006.jf.intel.com with ESMTP; 09 Apr 2023 22:31:13 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1plk7U-000V7J-0T; Mon, 10 Apr 2023 05:31:12 +0000 Date: Mon, 10 Apr 2023 13:30:56 +0800 From: kernel test robot To: "Masami Hiramatsu (Google)" Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev Subject: [mhiramat:topic/fprobe-event-ext 5/5] drivers/greybus/hd.c:15:1: error: use of undeclared identifier '__probestub_gb_hd_create'; did you mean '__traceiter_gb_hd_create'? Message-ID: <202304101321.KQhjAdXL-lkp@intel.com> Precedence: bulk X-Mailing-List: llvm@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/mhiramat/linux.git topic/fprobe-event-ext head: dba0fb8da5621907bcbc624b94b6b3350e824317 commit: dba0fb8da5621907bcbc624b94b6b3350e824317 [5/5] tracing: Add tracepoint support on fprobe_event config: x86_64-randconfig-r002-20230410 (https://download.01.org/0day-ci/archive/20230410/202304101321.KQhjAdXL-lkp@intel.com/config) compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1) 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://git.kernel.org/pub/scm/linux/kernel/git/mhiramat/linux.git/commit/?id=dba0fb8da5621907bcbc624b94b6b3350e824317 git remote add mhiramat https://git.kernel.org/pub/scm/linux/kernel/git/mhiramat/linux.git git fetch --no-tags mhiramat topic/fprobe-event-ext git checkout dba0fb8da5621907bcbc624b94b6b3350e824317 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/greybus/ drivers/nvme/host/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202304101321.KQhjAdXL-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/greybus/hd.c:15:1: error: use of undeclared identifier '__probestub_gb_hd_create'; did you mean '__traceiter_gb_hd_create'? EXPORT_TRACEPOINT_SYMBOL_GPL(gb_hd_create); ^ include/linux/tracepoint.h:345:20: note: expanded from macro 'EXPORT_TRACEPOINT_SYMBOL_GPL' EXPORT_SYMBOL_GPL(__probestub_##name); \ ^ :91:1: note: expanded from here __probestub_gb_hd_create ^ drivers/greybus/hd.c:15:1: note: '__traceiter_gb_hd_create' declared here include/linux/tracepoint.h:344:20: note: expanded from macro 'EXPORT_TRACEPOINT_SYMBOL_GPL' EXPORT_SYMBOL_GPL(__traceiter_##name); \ ^ :76:1: note: expanded from here __traceiter_gb_hd_create ^ >> drivers/greybus/hd.c:16:1: error: use of undeclared identifier '__probestub_gb_hd_release'; did you mean '__probestub_gb_hd_create'? EXPORT_TRACEPOINT_SYMBOL_GPL(gb_hd_release); ^ include/linux/tracepoint.h:345:20: note: expanded from macro 'EXPORT_TRACEPOINT_SYMBOL_GPL' EXPORT_SYMBOL_GPL(__probestub_##name); \ ^ :23:1: note: expanded from here __probestub_gb_hd_release ^ drivers/greybus/hd.c:15:1: note: '__probestub_gb_hd_create' declared here EXPORT_TRACEPOINT_SYMBOL_GPL(gb_hd_create); ^ include/linux/tracepoint.h:345:20: note: expanded from macro 'EXPORT_TRACEPOINT_SYMBOL_GPL' EXPORT_SYMBOL_GPL(__probestub_##name); \ ^ :91:1: note: expanded from here __probestub_gb_hd_create ^ >> drivers/greybus/hd.c:17:1: error: use of undeclared identifier '__probestub_gb_hd_add'; did you mean '__probestub_gb_hd_create'? EXPORT_TRACEPOINT_SYMBOL_GPL(gb_hd_add); ^ include/linux/tracepoint.h:345:20: note: expanded from macro 'EXPORT_TRACEPOINT_SYMBOL_GPL' EXPORT_SYMBOL_GPL(__probestub_##name); \ ^ :99:1: note: expanded from here __probestub_gb_hd_add ^ drivers/greybus/hd.c:15:1: note: '__probestub_gb_hd_create' declared here EXPORT_TRACEPOINT_SYMBOL_GPL(gb_hd_create); ^ include/linux/tracepoint.h:345:20: note: expanded from macro 'EXPORT_TRACEPOINT_SYMBOL_GPL' EXPORT_SYMBOL_GPL(__probestub_##name); \ ^ :91:1: note: expanded from here __probestub_gb_hd_create ^ >> drivers/greybus/hd.c:18:1: error: use of undeclared identifier '__probestub_gb_hd_del'; did you mean '__probestub_gb_hd_add'? EXPORT_TRACEPOINT_SYMBOL_GPL(gb_hd_del); ^ include/linux/tracepoint.h:345:20: note: expanded from macro 'EXPORT_TRACEPOINT_SYMBOL_GPL' EXPORT_SYMBOL_GPL(__probestub_##name); \ ^ :48:1: note: expanded from here __probestub_gb_hd_del ^ drivers/greybus/hd.c:17:1: note: '__probestub_gb_hd_add' declared here EXPORT_TRACEPOINT_SYMBOL_GPL(gb_hd_add); ^ include/linux/tracepoint.h:345:20: note: expanded from macro 'EXPORT_TRACEPOINT_SYMBOL_GPL' EXPORT_SYMBOL_GPL(__probestub_##name); \ ^ :99:1: note: expanded from here __probestub_gb_hd_add ^ >> drivers/greybus/hd.c:19:1: error: use of undeclared identifier '__probestub_gb_hd_in' EXPORT_TRACEPOINT_SYMBOL_GPL(gb_hd_in); ^ include/linux/tracepoint.h:345:20: note: expanded from macro 'EXPORT_TRACEPOINT_SYMBOL_GPL' EXPORT_SYMBOL_GPL(__probestub_##name); \ ^ :124:1: note: expanded from here __probestub_gb_hd_in ^ >> drivers/greybus/hd.c:20:1: error: use of undeclared identifier '__probestub_gb_message_submit'; did you mean '__traceiter_gb_message_submit'? EXPORT_TRACEPOINT_SYMBOL_GPL(gb_message_submit); ^ include/linux/tracepoint.h:345:20: note: expanded from macro 'EXPORT_TRACEPOINT_SYMBOL_GPL' EXPORT_SYMBOL_GPL(__probestub_##name); \ ^ :64:1: note: expanded from here __probestub_gb_message_submit ^ drivers/greybus/hd.c:20:1: note: '__traceiter_gb_message_submit' declared here include/linux/tracepoint.h:344:20: note: expanded from macro 'EXPORT_TRACEPOINT_SYMBOL_GPL' EXPORT_SYMBOL_GPL(__traceiter_##name); \ ^ :49:1: note: expanded from here __traceiter_gb_message_submit ^ 6 errors generated. -- >> drivers/nvme/host/trace.c:357:1: error: use of undeclared identifier '__probestub_nvme_sq'; did you mean '__traceiter_nvme_sq'? EXPORT_TRACEPOINT_SYMBOL_GPL(nvme_sq); ^ include/linux/tracepoint.h:345:20: note: expanded from macro 'EXPORT_TRACEPOINT_SYMBOL_GPL' EXPORT_SYMBOL_GPL(__probestub_##name); \ ^ :130:1: note: expanded from here __probestub_nvme_sq ^ drivers/nvme/host/trace.c:357:1: note: '__traceiter_nvme_sq' declared here include/linux/tracepoint.h:344:20: note: expanded from macro 'EXPORT_TRACEPOINT_SYMBOL_GPL' EXPORT_SYMBOL_GPL(__traceiter_##name); \ ^ :115:1: note: expanded from here __traceiter_nvme_sq ^ 1 error generated. vim +15 drivers/greybus/hd.c 7bc6faaca7d829 drivers/staging/greybus/hd.c Johan Hovold 2015-11-03 14 56278c7384a3c0 drivers/staging/greybus/hd.c Viresh Kumar 2016-06-09 @15 EXPORT_TRACEPOINT_SYMBOL_GPL(gb_hd_create); 56278c7384a3c0 drivers/staging/greybus/hd.c Viresh Kumar 2016-06-09 @16 EXPORT_TRACEPOINT_SYMBOL_GPL(gb_hd_release); 56278c7384a3c0 drivers/staging/greybus/hd.c Viresh Kumar 2016-06-09 @17 EXPORT_TRACEPOINT_SYMBOL_GPL(gb_hd_add); 56278c7384a3c0 drivers/staging/greybus/hd.c Viresh Kumar 2016-06-09 @18 EXPORT_TRACEPOINT_SYMBOL_GPL(gb_hd_del); 495787a792ac49 drivers/staging/greybus/hd.c Alex Elder 2016-06-03 @19 EXPORT_TRACEPOINT_SYMBOL_GPL(gb_hd_in); 56278c7384a3c0 drivers/staging/greybus/hd.c Viresh Kumar 2016-06-09 @20 EXPORT_TRACEPOINT_SYMBOL_GPL(gb_message_submit); 495787a792ac49 drivers/staging/greybus/hd.c Alex Elder 2016-06-03 21 :::::: The code at line 15 was first introduced by commit :::::: 56278c7384a3c0242fe2f7ba91473c978ab500ae greybus: hd: Export host device tracepoint from hd.c :::::: TO: Viresh Kumar :::::: CC: Greg Kroah-Hartman -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests