From: kernel test robot <lkp@intel.com>
To: steven@liquorix.net
Cc: oe-kbuild-all@lists.linux.dev
Subject: [zen:6.4/prjc 290/385] kernel/sched/smp.h:14:20: error: redefinition of 'flush_smp_call_function_queue'
Date: Wed, 28 Jun 2023 22:56:13 +0800 [thread overview]
Message-ID: <202306282214.Xcq9yCEn-lkp@intel.com> (raw)
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
next reply other threads:[~2023-06-28 14:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-28 14:56 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202306282214.Xcq9yCEn-lkp@intel.com \
--to=lkp@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=steven@liquorix.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.