* [zen:6.4/prjc 290/385] kernel/sched/smp.h:14:20: error: redefinition of 'flush_smp_call_function_queue'
@ 2023-06-28 3:46 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-06-28 3:46 UTC (permalink / raw)
To: steven; +Cc: oe-kbuild-all
tree: https://github.com/zen-kernel/zen-kernel 6.4/prjc
head: d6148915d97f4535395579f728454c4f68f0774b
commit: b93fdc02497d5dcf7405a2290c0acf7f7af011d9 [290/385] sched/alt: [Sync] 16bf5a5e1ec5 smp: Rename flush_smp_call_function_from_idle()
config: x86_64-buildonly-randconfig-r001-20230627 (https://download.01.org/0day-ci/archive/20230628/202306281148.io6YdEpy-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce: (https://download.01.org/0day-ci/archive/20230628/202306281148.io6YdEpy-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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202306281148.io6YdEpy-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from kernel/sched/build_policy.c:35:
>> kernel/sched/smp.h:14:20: error: redefinition of 'flush_smp_call_function_queue'
14 | static inline void flush_smp_call_function_queue(void) { }
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from kernel/sched/sched.h:9,
from kernel/sched/build_policy.c:34:
kernel/sched/alt_sched.h:296:20: note: previous definition of 'flush_smp_call_function_queue' with type 'void(void)'
296 | static inline void flush_smp_call_function_queue(void) { }
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vim +/flush_smp_call_function_queue +14 kernel/sched/smp.h
d664e399128bd7 Thomas Gleixner 2022-04-13 10
d664e399128bd7 Thomas Gleixner 2022-04-13 11 #ifdef CONFIG_SMP
16bf5a5e1ec564 Thomas Gleixner 2022-04-13 12 extern void flush_smp_call_function_queue(void);
d664e399128bd7 Thomas Gleixner 2022-04-13 13 #else
16bf5a5e1ec564 Thomas Gleixner 2022-04-13 @14 static inline void flush_smp_call_function_queue(void) { }
:::::: The code at line 14 was first introduced by commit
:::::: 16bf5a5e1ec56474ed2a19d72f272ed09a5d3ea1 smp: Rename flush_smp_call_function_from_idle()
:::::: TO: Thomas Gleixner <tglx@linutronix.de>
:::::: CC: Thomas Gleixner <tglx@linutronix.de>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
* [zen:6.4/prjc 290/385] kernel/sched/smp.h:14:20: error: redefinition of 'flush_smp_call_function_queue'
@ 2023-06-28 14:56 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-06-28 14:56 UTC (permalink / raw)
To: steven; +Cc: oe-kbuild-all
tree: https://github.com/zen-kernel/zen-kernel 6.4/prjc
head: d6148915d97f4535395579f728454c4f68f0774b
commit: b93fdc02497d5dcf7405a2290c0acf7f7af011d9 [290/385] sched/alt: [Sync] 16bf5a5e1ec5 smp: Rename flush_smp_call_function_from_idle()
config: x86_64-randconfig-x014-20230628 (https://download.01.org/0day-ci/archive/20230628/202306282214.Xcq9yCEn-lkp@intel.com/config)
compiler: clang version 15.0.7 (https://github.com/llvm/llvm-project.git 8dfdcc7b7bf66834a761bd8de445840ef68e4d1a)
reproduce: (https://download.01.org/0day-ci/archive/20230628/202306282214.Xcq9yCEn-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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202306282214.Xcq9yCEn-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from kernel/sched/build_policy.c:35:
>> kernel/sched/smp.h:14:20: error: redefinition of 'flush_smp_call_function_queue'
static inline void flush_smp_call_function_queue(void) { }
^
kernel/sched/alt_sched.h:296:20: note: previous definition is here
static inline void flush_smp_call_function_queue(void) { }
^
1 error generated.
vim +/flush_smp_call_function_queue +14 kernel/sched/smp.h
d664e399128bd7 Thomas Gleixner 2022-04-13 10
d664e399128bd7 Thomas Gleixner 2022-04-13 11 #ifdef CONFIG_SMP
16bf5a5e1ec564 Thomas Gleixner 2022-04-13 12 extern void flush_smp_call_function_queue(void);
d664e399128bd7 Thomas Gleixner 2022-04-13 13 #else
16bf5a5e1ec564 Thomas Gleixner 2022-04-13 @14 static inline void flush_smp_call_function_queue(void) { }
:::::: The code at line 14 was first introduced by commit
:::::: 16bf5a5e1ec56474ed2a19d72f272ed09a5d3ea1 smp: Rename flush_smp_call_function_from_idle()
:::::: TO: Thomas Gleixner <tglx@linutronix.de>
:::::: CC: Thomas Gleixner <tglx@linutronix.de>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-06-28 14:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-28 3:46 [zen:6.4/prjc 290/385] kernel/sched/smp.h:14:20: error: redefinition of 'flush_smp_call_function_queue' kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2023-06-28 14:56 kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.