linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Zong Li <zong.li@sifive.com>,
	paul.walmsley@sifive.com, palmer@dabbelt.com, sboyd@kernel.org,
	schwab@linux-m68k.org, pragnesh.patel@openfive.com,
	aou@eecs.berkeley.edu, mturquette@baylibre.com,
	yash.shah@sifive.com, linux-kernel@vger.kernel.org,
	linux-clk@vger.kernel.org
Cc: kbuild-all@lists.01.org
Subject: Re: [PATCH v6 1/5] clk: sifive: Extract prci core to common base
Date: Wed, 9 Dec 2020 19:05:11 +0800	[thread overview]
Message-ID: <202012091802.s7jbD7pT-lkp@intel.com> (raw)
In-Reply-To: <20201208071432.55583-2-zong.li@sifive.com>

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

Hi Zong,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on clk/clk-next]
[also build test ERROR on robh/for-next linux/master linus/master v5.10-rc7 next-20201208]
[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/Zong-Li/clk-add-driver-for-the-SiFive-FU740/20201208-151711
base:   https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-next
config: riscv-randconfig-r006-20201208 (attached as .config)
compiler: riscv32-linux-gcc (GCC) 9.3.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/5bfdddc125b80d4541a5a925918efec9b6fe0282
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Zong-Li/clk-add-driver-for-the-SiFive-FU740/20201208-151711
        git checkout 5bfdddc125b80d4541a5a925918efec9b6fe0282
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=riscv 

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 >>):

   riscv32-linux-ld: drivers/clk/sifive/sifive-prci.o: in function `.L36':
   sifive-prci.c:(.text+0x67c): undefined reference to `wrpll_calc_output_rate'
   riscv32-linux-ld: drivers/clk/sifive/sifive-prci.o: in function `sifive_prci_wrpll_round_rate':
   sifive-prci.c:(.text+0x728): undefined reference to `wrpll_configure_for_rate'
   riscv32-linux-ld: sifive-prci.c:(.text+0x754): undefined reference to `wrpll_calc_output_rate'
>> riscv32-linux-ld: sifive-prci.c:(.text+0x7f4): undefined reference to `wrpll_configure_for_rate'
   riscv32-linux-ld: drivers/clk/sifive/sifive-prci.o: in function `.L48':
>> sifive-prci.c:(.text+0x8e4): undefined reference to `wrpll_calc_max_lock_us'
   riscv32-linux-ld: drivers/clk/sifive/sifive-prci.o:(.srodata+0x8): undefined reference to `__prci_init_clocks_fu540'

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

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 22568 bytes --]

  parent reply	other threads:[~2020-12-09 11:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-08  7:14 [PATCH v6 0/5] clk: add driver for the SiFive FU740 Zong Li
2020-12-08  7:14 ` [PATCH v6 1/5] clk: sifive: Extract prci core to common base Zong Li
2020-12-08 12:27   ` kernel test robot
2020-12-08 17:07   ` kernel test robot
2020-12-09  1:35     ` Zong Li
2020-12-09 11:05   ` kernel test robot [this message]
2020-12-08  7:14 ` [PATCH v6 2/5] clk: sifive: Use common name for prci configuration Zong Li
2020-12-08  7:14 ` [PATCH v6 3/5] clk: sifive: Add a driver for the SiFive FU740 PRCI IP block Zong Li
2020-12-08  7:14 ` [PATCH v6 4/5] clk: sifive: Fix the wrong bit field shift Zong Li
2020-12-08  7:14 ` [PATCH v6 5/5] clk: sifive: Add clock enable and disable ops Zong Li

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=202012091802.s7jbD7pT-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=aou@eecs.berkeley.edu \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=pragnesh.patel@openfive.com \
    --cc=sboyd@kernel.org \
    --cc=schwab@linux-m68k.org \
    --cc=yash.shah@sifive.com \
    --cc=zong.li@sifive.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).