All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Gabriele Monaco <gmonaco@redhat.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [RFC PATCH 5/9] sched: Add sched tracepoints for RV task model
Date: Sat, 5 Apr 2025 13:21:00 +0800	[thread overview]
Message-ID: <202504051354.KA5K9Da6-lkp@intel.com> (raw)
In-Reply-To: <20250404084512.98552-16-gmonaco@redhat.com>

Hi Gabriele,

[This is a private test report for your RFC patch.]
kernel test robot noticed the following build errors:

[auto build test ERROR on e48e99b6edf41c69c5528aa7ffb2daf3c59ee105]

url:    https://github.com/intel-lab-lkp/linux/commits/Gabriele-Monaco/tools-rv-Do-not-skip-idle-in-trace/20250404-165047
base:   e48e99b6edf41c69c5528aa7ffb2daf3c59ee105
patch link:    https://lore.kernel.org/r/20250404084512.98552-16-gmonaco%40redhat.com
patch subject: [RFC PATCH 5/9] sched: Add sched tracepoints for RV task model
config: i386-buildonly-randconfig-001-20250405 (https://download.01.org/0day-ci/archive/20250405/202504051354.KA5K9Da6-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/20250405/202504051354.KA5K9Da6-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/202504051354.KA5K9Da6-lkp@intel.com/

All errors (new ones prefixed by >>):

   ld: kernel/rcu/tree.o: in function `rcu_exp_handler':
>> tree.c:(.text+0x3dbf): undefined reference to `__trace_set_need_resched'
   ld: kernel/rcu/tree.o: in function `print_cpu_stall':
   tree.c:(.text+0x5a92): undefined reference to `__trace_set_need_resched'
   ld: kernel/rcu/tree.o: in function `rcu_read_unlock_special':
   tree.c:(.text+0xb906): undefined reference to `__trace_set_need_resched'
   ld: kernel/rcu/tree.o: in function `rcu_core':
   tree.c:(.text+0xcbd9): undefined reference to `__trace_set_need_resched'
   ld: kernel/rcu/tree.o: in function `rcu_sched_clock_irq':
   tree.c:(.text+0xd662): undefined reference to `__trace_set_need_resched'
   ld: kernel/rcu/tree.o:tree.c:(.text+0xd682): more undefined references to `__trace_set_need_resched' follow
   ld: drivers/media/cec/i2c/tda9950.o: in function `tda9950_read_range':
   tda9950.c:(.text+0x90): undefined reference to `i2c_transfer'
   ld: drivers/media/cec/i2c/tda9950.o: in function `tda9950_write_range':
   tda9950.c:(.text+0x114): undefined reference to `i2c_transfer'
   ld: drivers/media/cec/i2c/tda9950.o: in function `tda9950_read':
   tda9950.c:(.text+0x392): undefined reference to `i2c_transfer'
   ld: drivers/media/cec/i2c/tda9950.o: in function `tda9950_driver_init':
   tda9950.c:(.init.text+0xb): undefined reference to `i2c_register_driver'
   ld: drivers/media/cec/i2c/tda9950.o: in function `tda9950_driver_exit':
   tda9950.c:(.exit.text+0x9): undefined reference to `i2c_del_driver'
   ld: kernel/sched/build_policy.o: in function `idle_inject_timer_fn':
>> build_policy.c:(.text+0x33e): undefined reference to `__trace_set_need_resched'

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

  parent reply	other threads:[~2025-04-05  5:21 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-04  8:45 [RFC PATCH 0/9] rv: Add monitors to validate task switch Gabriele Monaco
2025-04-04  8:45 ` [RFC PATCH 1/9] tools/rv: Do not skip idle in trace Gabriele Monaco
2025-04-04  8:45 ` [RFC PATCH 2/9] tools/rv: Stop gracefully also on SIGTERM Gabriele Monaco
2025-04-04  8:45 ` [RFC PATCH 3/9] rv: Add da_handle_start_run_event_ to per-task monitors Gabriele Monaco
2025-04-04  8:45 ` [RFC PATCH 4/9] rv: Remove trailing whitespace from tracepoint string Gabriele Monaco
2025-04-04  8:45 ` [RFC PATCH 5/9] sched: Add sched tracepoints for RV task model Gabriele Monaco
2025-04-05  3:25   ` kernel test robot
2025-04-05  5:21   ` kernel test robot [this message]
2025-04-04  8:45 ` [RFC PATCH 6/9] sched: Treat try_to_block_task with pending signal as wakeup Gabriele Monaco
2025-04-13 15:05   ` Nam Cao
2025-04-14 10:31     ` Gabriele Monaco
2025-04-15 11:04       ` Nam Cao
2025-04-15 11:30         ` Gabriele Monaco
2025-04-16  9:20           ` Nam Cao
2025-04-16 11:42             ` Gabriele Monaco
2025-04-04  8:45 ` [RFC PATCH 7/9] rv: Retry when da monitor detects race conditions Gabriele Monaco
2025-04-11  4:52   ` Nam Cao
2025-04-11  6:09     ` Gabriele Monaco
2025-04-04  8:45 ` [RFC PATCH 8/9] rv: Replace tss monitor with more complete sts Gabriele Monaco
2025-04-04  8:45 ` [RFC PATCH 9/9] rv: Add srs per-task monitor Gabriele Monaco
2025-04-10  8:53   ` Juri Lelli
2025-04-11  6:12     ` Gabriele Monaco

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=202504051354.KA5K9Da6-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=gmonaco@redhat.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.