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: [PATCH v14 07/11] iio: test: add basic tests for the iio-rescale driver
Date: Tue, 08 Feb 2022 20:15:38 +0800	[thread overview]
Message-ID: <202202082016.wBxcpmny-lkp@intel.com> (raw)
In-Reply-To: <20220208020441.3081162-8-liambeguin@gmail.com>

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

Hi Liam,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on cd717ac6f69db4953ca701c6220c7cb58e17f35a]

url:    https://github.com/0day-ci/linux/commits/Liam-Beguin/iio-afe-add-temperature-rescaling-support/20220208-101140
base:   cd717ac6f69db4953ca701c6220c7cb58e17f35a
config: openrisc-randconfig-r002-20220207 (https://download.01.org/0day-ci/archive/20220208/202202082016.wBxcpmny-lkp(a)intel.com/config)
compiler: or1k-linux-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/b7b6f41554ff71f2594df2467771faf2882307ff
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Liam-Beguin/iio-afe-add-temperature-rescaling-support/20220208-101140
        git checkout b7b6f41554ff71f2594df2467771faf2882307ff
        # 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=openrisc 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 >>):

   or1k-linux-ld: drivers/iio/test/iio-test-rescale.o: in function `iio_rescale_test_scale':
>> iio-test-rescale.c:(.text+0x124): undefined reference to `kunit_kmalloc_array'
   iio-test-rescale.c:(.text+0x124): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `kunit_kmalloc_array'
>> or1k-linux-ld: iio-test-rescale.c:(.text+0x1b4): undefined reference to `kunit_binary_assert_format'
   or1k-linux-ld: iio-test-rescale.c:(.text+0x1c8): undefined reference to `kunit_binary_assert_format'
>> or1k-linux-ld: iio-test-rescale.c:(.text+0x218): undefined reference to `kunit_do_assertion'
   iio-test-rescale.c:(.text+0x218): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `kunit_do_assertion'
   or1k-linux-ld: iio-test-rescale.c:(.text+0x42c): undefined reference to `kunit_do_assertion'
   iio-test-rescale.c:(.text+0x42c): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `kunit_do_assertion'
   or1k-linux-ld: iio-test-rescale.c:(.text+0x4a4): undefined reference to `kunit_do_assertion'
   iio-test-rescale.c:(.text+0x4a4): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `kunit_do_assertion'
   or1k-linux-ld: drivers/iio/test/iio-test-rescale.o: in function `iio_rescale_test_offset':
   iio-test-rescale.c:(.text+0x5d8): undefined reference to `kunit_kmalloc_array'
   iio-test-rescale.c:(.text+0x5d8): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `kunit_kmalloc_array'
   or1k-linux-ld: iio-test-rescale.c:(.text+0x650): undefined reference to `kunit_binary_assert_format'
   or1k-linux-ld: iio-test-rescale.c:(.text+0x654): undefined reference to `kunit_binary_assert_format'
   or1k-linux-ld: iio-test-rescale.c:(.text+0x6d4): undefined reference to `kunit_do_assertion'
   iio-test-rescale.c:(.text+0x6d4): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `kunit_do_assertion'
>> or1k-linux-ld: iio-test-rescale.c:(.text+0x6f0): undefined reference to `kunit_binary_str_assert_format'
   or1k-linux-ld: iio-test-rescale.c:(.text+0x6f4): undefined reference to `kunit_binary_str_assert_format'
   or1k-linux-ld: iio-test-rescale.c:(.text+0x758): undefined reference to `kunit_do_assertion'
   iio-test-rescale.c:(.text+0x758): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `kunit_do_assertion'
   or1k-linux-ld: net/core/sock.o: in function `sk_destruct':
   sock.c:(.text+0x6700): undefined reference to `__sk_defer_free_flush'
   sock.c:(.text+0x6700): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `__sk_defer_free_flush'

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

  reply	other threads:[~2022-02-08 12:15 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-08  2:04 [PATCH v14 00/11] iio: afe: add temperature rescaling support Liam Beguin
2022-02-08  2:04 ` [PATCH v14 01/11] iio: afe: rescale: expose scale processing function Liam Beguin
2022-02-08  2:04 ` [PATCH v14 02/11] iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support Liam Beguin
2022-02-10 16:42   ` Peter Rosin
2022-02-10 17:36     ` Liam Beguin
2022-02-11 14:20       ` Peter Rosin
2022-02-08  2:04 ` [PATCH v14 03/11] iio: afe: rescale: add offset support Liam Beguin
2022-02-08 13:42   ` Andy Shevchenko
2022-02-09 16:35     ` Liam Beguin
2022-02-10 16:47   ` Peter Rosin
2022-02-08  2:04 ` [PATCH v14 04/11] iio: afe: rescale: fix accuracy for small fractional scales Liam Beguin
2022-02-08  2:04 ` [PATCH v14 05/11] iio: afe: rescale: reduce risk of integer overflow Liam Beguin
2022-02-08  2:04 ` [PATCH v14 06/11] iio: afe: rescale: make use of units.h Liam Beguin
2022-02-10 17:41   ` Peter Rosin
2022-02-08  2:04 ` [PATCH v14 07/11] iio: test: add basic tests for the iio-rescale driver Liam Beguin
2022-02-08 12:15   ` kernel test robot [this message]
2022-02-08  2:04 ` [PATCH v14 08/11] iio: afe: rescale: add RTD temperature sensor support Liam Beguin
2022-02-08  2:04 ` [PATCH v14 09/11] iio: afe: rescale: add temperature transducers Liam Beguin
2022-02-08 13:46   ` Andy Shevchenko
2022-02-09 16:38     ` Liam Beguin
2022-02-08  2:04 ` [PATCH v14 10/11] dt-bindings: iio: afe: add bindings for temperature-sense-rtd Liam Beguin
2022-02-08  2:04 ` [PATCH v14 11/11] dt-bindings: iio: afe: add bindings for temperature transducers Liam Beguin

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=202202082016.wBxcpmny-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.