oe-kbuild-all.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [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'?
@ 2023-04-10  5:20 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-04-10  5:20 UTC (permalink / raw)
  To: Masami Hiramatsu (Google); +Cc: llvm, oe-kbuild-all

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-a003-20230410 (https://download.01.org/0day-ci/archive/20230410/202304101349.UUe8ZXGN-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/

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202304101349.UUe8ZXGN-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);                          \
                             ^
   <scratch space>:64: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);                          \
                             ^
   <scratch space>:49: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);                          \
                             ^
   <scratch space>:7: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);                          \
                             ^
   <scratch space>:64: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);                          \
                             ^
   <scratch space>:83: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);                          \
                             ^
   <scratch space>:64: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);                          \
                             ^
   <scratch space>:32: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);                          \
                             ^
   <scratch space>:83: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);                          \
                             ^
   <scratch space>:108: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);                          \
                             ^
   <scratch space>:47: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);                          \
                             ^
   <scratch space>:32:1: note: expanded from here
   __traceiter_gb_message_submit
   ^
   6 errors 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 <viresh.kumar@linaro.org>
:::::: CC: Greg Kroah-Hartman <gregkh@google.com>

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [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'?
@ 2023-04-10  5:30 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-04-10  5:30 UTC (permalink / raw)
  To: Masami Hiramatsu (Google); +Cc: llvm, oe-kbuild-all

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 <lkp@intel.com>
| 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);                          \
                             ^
   <scratch space>: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);                          \
                             ^
   <scratch space>: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);                          \
                             ^
   <scratch space>: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);                          \
                             ^
   <scratch space>: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);                          \
                             ^
   <scratch space>: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);                          \
                             ^
   <scratch space>: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);                          \
                             ^
   <scratch space>: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);                          \
                             ^
   <scratch space>: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);                          \
                             ^
   <scratch space>: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);                          \
                             ^
   <scratch space>: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);                          \
                             ^
   <scratch space>: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);                          \
                             ^
   <scratch space>: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);                          \
                             ^
   <scratch space>: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 <viresh.kumar@linaro.org>
:::::: CC: Greg Kroah-Hartman <gregkh@google.com>

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-10  5:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-10  5:20 [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'? kernel test robot
2023-04-10  5:30 kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).