All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Jeff Layton <jlayton@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH v3 3/9] fs: add percpu counters to count fine vs. coarse timestamps
Date: Mon, 8 Jul 2024 04:53:18 +0800	[thread overview]
Message-ID: <202407080405.chnDpH48-lkp@intel.com> (raw)
In-Reply-To: <20240705-mgtime-v3-3-85b2daa9b335@kernel.org>

Hi Jeff,

kernel test robot noticed the following build errors:

[auto build test ERROR on cc8223373449ecbd4c18932820714235db6006c4]

url:    https://github.com/intel-lab-lkp/linux/commits/Jeff-Layton/fs-add-infrastructure-for-multigrain-timestamps/20240706-052441
base:   cc8223373449ecbd4c18932820714235db6006c4
patch link:    https://lore.kernel.org/r/20240705-mgtime-v3-3-85b2daa9b335%40kernel.org
patch subject: [PATCH v3 3/9] fs: add percpu counters to count fine vs. coarse timestamps
config: sh-sh7757lcr_defconfig (https://download.01.org/0day-ci/archive/20240708/202407080405.chnDpH48-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240708/202407080405.chnDpH48-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/202407080405.chnDpH48-lkp@intel.com/

All errors (new ones prefixed by >>):

   sh4-linux-ld: fs/inode.o: in function `percpu_counter_add':
>> include/linux/percpu_counter.h:195:(.text+0x14b4): undefined reference to `__cmpxchg_called_with_bad_pointer'


vim +195 include/linux/percpu_counter.h

80188b0d77d742 Dave Chinner   2015-05-29  186  
^1da177e4c3f41 Linus Torvalds 2005-04-16  187  static inline void
20e89767096392 Peter Zijlstra 2007-10-16  188  percpu_counter_add(struct percpu_counter *fbc, s64 amount)
^1da177e4c3f41 Linus Torvalds 2005-04-16  189  {
88ad32a799ddc9 Manfred Spraul 2022-12-16  190  	unsigned long flags;
88ad32a799ddc9 Manfred Spraul 2022-12-16  191  
88ad32a799ddc9 Manfred Spraul 2022-12-16  192  	local_irq_save(flags);
^1da177e4c3f41 Linus Torvalds 2005-04-16  193  	fbc->count += amount;
88ad32a799ddc9 Manfred Spraul 2022-12-16  194  	local_irq_restore(flags);
^1da177e4c3f41 Linus Torvalds 2005-04-16 @195  }
^1da177e4c3f41 Linus Torvalds 2005-04-16  196  

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

  reply	other threads:[~2024-07-07 20:54 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-05 17:02 [PATCH v3 0/9] fs: multigrain timestamp redux Jeff Layton
2024-07-05 17:02 ` [PATCH v3 1/9] fs: add infrastructure for multigrain timestamps Jeff Layton
2024-07-08 12:30   ` Jeff Layton
2024-07-08 15:24     ` Jeff Layton
2024-07-08 15:32   ` Uros Bizjak
2024-07-05 17:02 ` [PATCH v3 2/9] fs: tracepoints around multigrain timestamp events Jeff Layton
2024-07-05 18:07   ` Steven Rostedt
2024-07-05 18:16     ` Jeff Layton
2024-07-05 17:02 ` [PATCH v3 3/9] fs: add percpu counters to count fine vs. coarse timestamps Jeff Layton
2024-07-07 20:53   ` kernel test robot [this message]
2024-07-05 17:02 ` [PATCH v3 4/9] fs: have setattr_copy handle multigrain timestamps appropriately Jeff Layton
2024-07-05 17:02 ` [PATCH v3 5/9] Documentation: add a new file documenting multigrain timestamps Jeff Layton
2024-07-05 20:59   ` Randy Dunlap
2024-07-05 17:02 ` [PATCH v3 6/9] xfs: switch to " Jeff Layton
2024-07-05 17:02 ` [PATCH v3 7/9] ext4: " Jeff Layton
2024-07-05 17:02 ` [PATCH v3 8/9] btrfs: convert " Jeff Layton
2024-07-05 17:02 ` [PATCH v3 9/9] tmpfs: add support for " Jeff Layton

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=202407080405.chnDpH48-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=jlayton@kernel.org \
    --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.