From: kernel test robot <lkp@intel.com>
To: Gabriele Monaco <gmonaco@redhat.com>,
linux-kernel@vger.kernel.org,
Frederic Weisbecker <frederic@kernel.org>,
Thomas Gleixner <tglx@linutronix.de>,
Waiman Long <longman@redhat.com>
Cc: oe-kbuild-all@lists.linux.dev, Gabriele Monaco <gmonaco@redhat.com>
Subject: Re: [PATCH v3 3/3] timers: Exclude isolated cpus from timer migation
Date: Mon, 5 May 2025 15:19:37 +0800 [thread overview]
Message-ID: <202505051319.949TVTy3-lkp@intel.com> (raw)
In-Reply-To: <20250428125417.102741-8-gmonaco@redhat.com>
Hi Gabriele,
kernel test robot noticed the following build warnings:
[auto build test WARNING on b4432656b36e5cc1d50a1f2dc15357543add530e]
url: https://github.com/intel-lab-lkp/linux/commits/Gabriele-Monaco/timers-Rename-tmigr-online-bit-to-available/20250428-221704
base: b4432656b36e5cc1d50a1f2dc15357543add530e
patch link: https://lore.kernel.org/r/20250428125417.102741-8-gmonaco%40redhat.com
patch subject: [PATCH v3 3/3] timers: Exclude isolated cpus from timer migation
config: x86_64-randconfig-074-20250503 (https://download.01.org/0day-ci/archive/20250505/202505051319.949TVTy3-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250505/202505051319.949TVTy3-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/202505051319.949TVTy3-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> kernel/time/timer.c:2171: warning: Function parameter or struct member 'cpu' not described in 'timer_base_remote_is_idle'
vim +2171 kernel/time/timer.c
2164
2165 /**
2166 * timer_base_remote_is_idle() - Return whether timer base is set idle for cpu
2167 *
2168 * Returns value of local timer base is_idle value for remote cpu.
2169 */
2170 bool timer_base_remote_is_idle(unsigned int cpu)
> 2171 {
2172 return per_cpu(timer_bases[BASE_LOCAL].is_idle, cpu);
2173 }
2174
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2025-05-05 7:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-28 12:54 [PATCH v3 0/3] timers: Exclude isolated cpus from timer migation Gabriele Monaco
2025-04-28 12:54 ` [PATCH v3 1/3] timers: Rename tmigr 'online' bit to 'available' Gabriele Monaco
2025-04-28 12:54 ` [PATCH v3 2/3] timers: Add the available mask in timer migration Gabriele Monaco
2025-04-28 12:54 ` [PATCH v3 3/3] timers: Exclude isolated cpus from timer migation Gabriele Monaco
2025-05-05 7:19 ` kernel test robot [this message]
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=202505051319.949TVTy3-lkp@intel.com \
--to=lkp@intel.com \
--cc=frederic@kernel.org \
--cc=gmonaco@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=longman@redhat.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=tglx@linutronix.de \
/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.