All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: aubrey.li@linux.intel.com
Cc: oe-kbuild-all@lists.linux.dev
Subject: [anolis-intel-cloud:devel-6.6 50/50] kernel/sched/fair.c:9181:6: warning: no previous prototype for 'id_can_stop_tick'
Date: Thu, 18 Dec 2025 12:31:32 +0100	[thread overview]
Message-ID: <202512181204.gLkrUhbU-lkp@intel.com> (raw)

tree:   https://gitee.com/anolis/intel-cloud-kernel.git devel-6.6
head:   5d719013902eb006756873427de3fc5cc5566531
commit: 4093033106109a3d632b6fec20885521c94cdeb0 [50/50] anolis: sched: push expellee tasks to a runnable cpu when expel starts
config: x86_64-allnoconfig-bpf (https://download.01.org/0day-ci/archive/20251218/202512181204.gLkrUhbU-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251218/202512181204.gLkrUhbU-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/202512181204.gLkrUhbU-lkp@intel.com/

All warnings (new ones prefixed by >>):

   kernel/sched/fair.c:4264:6: warning: no previous prototype for 'set_group_prefer_node' [-Wmissing-prototypes]
    4264 | void set_group_prefer_node(struct task_group *tg)
         |      ^~~~~~~~~~~~~~~~~~~~~
>> kernel/sched/fair.c:9181:6: warning: no previous prototype for 'id_can_stop_tick' [-Wmissing-prototypes]
    9181 | bool id_can_stop_tick(struct rq *rq)
         |      ^~~~~~~~~~~~~~~~


vim +/id_can_stop_tick +9181 kernel/sched/fair.c

  9172	
  9173	#if defined(CONFIG_NO_HZ_FULL) && defined(CONFIG_SMP)
  9174	bool id_can_stop_tick(struct rq *rq)
  9175	{
  9176		if (!sched_feat(ID_PUSH_EXPELLEE))
  9177			return true;
  9178		return !sched_idle_rq(rq);
  9179	}
  9180	#else
> 9181	bool id_can_stop_tick(struct rq *rq)
  9182	{
  9183		return true;
  9184	}
  9185	#endif
  9186	

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

                 reply	other threads:[~2025-12-18 11:32 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=202512181204.gLkrUhbU-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=aubrey.li@linux.intel.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.