All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [RFC Patch v2 3/3] add npcm7xx debug counters as sysfs attributes
Date: Sat, 04 Dec 2021 05:15:07 +0800	[thread overview]
Message-ID: <202112040522.ItSpbl40-lkp@intel.com> (raw)
In-Reply-To: <20211203023728.3699610-4-suichen@google.com>

[-- Attachment #1: Type: text/plain, Size: 2766 bytes --]

Hi Sui,

[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on wsa/i2c/for-next]
[also build test ERROR on linux/master linus/master v5.16-rc3 next-20211203]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Sui-Chen/I2C-statistics-as-sysfs-attributes/20211203-103913
base:   https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next
config: arc-buildonly-randconfig-r005-20211203 (https://download.01.org/0day-ci/archive/20211204/202112040522.ItSpbl40-lkp(a)intel.com/config)
compiler: arceb-elf-gcc (GCC) 11.2.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/0day-ci/linux/commit/a4ab6f0c06f5a80876ca7f818e77e2df31f1b8da
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Sui-Chen/I2C-statistics-as-sysfs-attributes/20211203-103913
        git checkout a4ab6f0c06f5a80876ca7f818e77e2df31f1b8da
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=arc SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   arceb-elf-ld: drivers/i2c/i2c-core-base.o: in function `i2c_register_adapter':
   i2c-core-base.c:(.text+0x24de): undefined reference to `i2c_adapter_create_stats_folder'
   arceb-elf-ld: i2c-core-base.c:(.text+0x24de): undefined reference to `i2c_adapter_create_stats_folder'
   arceb-elf-ld: drivers/i2c/busses/i2c-npcm7xx.o: in function `npcm_i2c_init_debugfs':
>> i2c-npcm7xx.c:(.text+0x29a): undefined reference to `i2c_adapter_stats_register_counter'
>> arceb-elf-ld: i2c-npcm7xx.c:(.text+0x29a): undefined reference to `i2c_adapter_stats_register_counter'
   arceb-elf-ld: i2c-npcm7xx.c:(.text+0x2a8): undefined reference to `i2c_adapter_stats_register_counter'
   arceb-elf-ld: i2c-npcm7xx.c:(.text+0x2a8): undefined reference to `i2c_adapter_stats_register_counter'
   arceb-elf-ld: i2c-npcm7xx.c:(.text+0x2b6): undefined reference to `i2c_adapter_stats_register_counter'
   arceb-elf-ld: drivers/i2c/busses/i2c-npcm7xx.o:i2c-npcm7xx.c:(.text+0x2b6): more undefined references to `i2c_adapter_stats_register_counter' follow

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

  reply	other threads:[~2021-12-03 21:15 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-03  2:37 [RFC Patch v2 0/3] I2C statistics as sysfs attributes Sui Chen
2021-12-03  2:37 ` Sui Chen
2021-12-03  2:37 ` [RFC Patch v2 1/3] i2c debug counters " Sui Chen
2021-12-03  2:37   ` Sui Chen
2021-12-03  2:50   ` Joe Perches
2021-12-03  2:50     ` Joe Perches
2021-12-03  5:35     ` Sui Chen
2021-12-03  5:35       ` Sui Chen
2021-12-03  5:54   ` Joe Perches
2021-12-03  5:54     ` Joe Perches
2021-12-03 12:36   ` kernel test robot
2021-12-03 14:18   ` kernel test robot
2021-12-03  2:37 ` [RFC Patch v2 2/3] i2c: npcm7xx: add tx_complete counter Sui Chen
2021-12-03  2:37   ` Sui Chen
2021-12-03  2:37 ` [RFC Patch v2 3/3] add npcm7xx debug counters as sysfs attributes Sui Chen
2021-12-03  2:37   ` Sui Chen
2021-12-03 21:15   ` kernel test robot [this message]
2021-12-03 16:37 ` [RFC Patch v2 0/3] I2C statistics " Wolfram Sang
2021-12-03 16:37   ` Wolfram Sang
2021-12-07 16:00   ` Sui Chen
2022-01-03  9:44     ` Wolfram Sang
2022-01-03  9:44       ` Wolfram Sang
2021-12-05  0:40 [RFC Patch v2 1/3] i2c debug counters " kernel test robot
2021-12-06 14:03 ` Dan Carpenter

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=202112040522.ItSpbl40-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /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.