From: kernel test robot <lkp@intel.com>
To: cros-kernel-buildreports@googlegroups.com
Cc: oe-kbuild-all@lists.linux.dev
Subject: [android-common:android-mainline 15/15] kernel/sched/core.c:4976:6: warning: no previous declaration for '__balance_callbacks'
Date: Thu, 31 Aug 2023 13:18:09 +0800 [thread overview]
Message-ID: <202308311332.pjrxmlxb-lkp@intel.com> (raw)
tree: https://android.googlesource.com/kernel/common android-mainline
head: 587d5d6afd93c277408eeee695917e92a67e07b1
commit: 51ba045c81b3d00225cfe6866e5fd18a1faddf30 [15/15] ANDROID: GKI: vendor code needs __balance_callbacks access
config: x86_64-randconfig-r032-20230831 (https://download.01.org/0day-ci/archive/20230831/202308311332.pjrxmlxb-lkp@intel.com/config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230831/202308311332.pjrxmlxb-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/202308311332.pjrxmlxb-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> kernel/sched/core.c:4976:6: warning: no previous declaration for '__balance_callbacks' [-Wmissing-declarations]
void __balance_callbacks(struct rq *rq)
^~~~~~~~~~~~~~~~~~~
vim +/__balance_callbacks +4976 kernel/sched/core.c
4975
> 4976 void __balance_callbacks(struct rq *rq)
4977 {
4978 do_balance_callbacks(rq, __splice_balance_callbacks(rq, false));
4979 }
4980 EXPORT_SYMBOL_GPL(__balance_callbacks);
4981
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2023-08-31 5:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202308311332.pjrxmlxb-lkp@intel.com \
--to=lkp@intel.com \
--cc=cros-kernel-buildreports@googlegroups.com \
--cc=oe-kbuild-all@lists.linux.dev \
/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.