All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Liang Yang <liang.yang@amlogic.com>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	linux-mtd@lists.infradead.org
Cc: kbuild-all@lists.01.org, Liang Yang <liang.yang@amlogic.com>,
	Rob Herring <robh+dt@kernel.org>,
	Richard Weinberger <richard@nod.at>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Neil Armstrong <narmstrong@baylibre.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Kevin Hilman <khilman@baylibre.com>
Subject: Re: [PATCH v2 1/2] mtd: rawnand: meson: discard the common MMC sub clock framework
Date: Mon, 31 Jan 2022 14:29:35 +0800	[thread overview]
Message-ID: <202201311453.kuT35AF3-lkp@intel.com> (raw)
In-Reply-To: <20220128113237.39996-2-liang.yang@amlogic.com>

Hi Liang,

I love your patch! Yet something to improve:

[auto build test ERROR on mtd/nand/next]
[also build test ERROR on mtd/mtd/next mtd/mtd/fixes robh/for-next v5.17-rc2 next-20220128]
[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/Liang-Yang/refine-the-NFC-clock-framework/20220128-193452
base:   https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next
config: ia64-randconfig-r004-20220131 (https://download.01.org/0day-ci/archive/20220131/202201311453.kuT35AF3-lkp@intel.com/config)
compiler: ia64-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/5fedc0981ac3cbace0b28f834843c3e82dc40602
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Liang-Yang/refine-the-NFC-clock-framework/20220128-193452
        git checkout 5fedc0981ac3cbace0b28f834843c3e82dc40602
        # 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=ia64 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 >>):

   ia64-linux-ld: drivers/mtd/nand/raw/meson_nand.o: in function `meson_nfc_probe':
>> meson_nand.c:(.text+0x2660): undefined reference to `clk_divider_ops'
>> ia64-linux-ld: meson_nand.c:(.text+0x2680): undefined reference to `clk_divider_ops'
>> ia64-linux-ld: meson_nand.c:(.text+0x2692): undefined reference to `__clk_get_name'
>> ia64-linux-ld: meson_nand.c:(.text+0x2722): undefined reference to `devm_clk_register'
   `adc3xxx_i2c_remove' referenced in section `.data' of sound/soc/codecs/tlv320adc3xxx.o: defined in discarded section `.exit.text' of sound/soc/codecs/tlv320adc3xxx.o
   ia64-linux-ld: net/core/sock.o: in function `sk_destruct':
   sock.c:(.text+0x32e2): undefined reference to `__sk_defer_free_flush'

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

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v2 1/2] mtd: rawnand: meson: discard the common MMC sub clock framework
Date: Mon, 31 Jan 2022 14:29:35 +0800	[thread overview]
Message-ID: <202201311453.kuT35AF3-lkp@intel.com> (raw)
In-Reply-To: <20220128113237.39996-2-liang.yang@amlogic.com>

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

Hi Liang,

I love your patch! Yet something to improve:

[auto build test ERROR on mtd/nand/next]
[also build test ERROR on mtd/mtd/next mtd/mtd/fixes robh/for-next v5.17-rc2 next-20220128]
[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/Liang-Yang/refine-the-NFC-clock-framework/20220128-193452
base:   https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next
config: ia64-randconfig-r004-20220131 (https://download.01.org/0day-ci/archive/20220131/202201311453.kuT35AF3-lkp(a)intel.com/config)
compiler: ia64-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/5fedc0981ac3cbace0b28f834843c3e82dc40602
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Liang-Yang/refine-the-NFC-clock-framework/20220128-193452
        git checkout 5fedc0981ac3cbace0b28f834843c3e82dc40602
        # 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=ia64 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 >>):

   ia64-linux-ld: drivers/mtd/nand/raw/meson_nand.o: in function `meson_nfc_probe':
>> meson_nand.c:(.text+0x2660): undefined reference to `clk_divider_ops'
>> ia64-linux-ld: meson_nand.c:(.text+0x2680): undefined reference to `clk_divider_ops'
>> ia64-linux-ld: meson_nand.c:(.text+0x2692): undefined reference to `__clk_get_name'
>> ia64-linux-ld: meson_nand.c:(.text+0x2722): undefined reference to `devm_clk_register'
   `adc3xxx_i2c_remove' referenced in section `.data' of sound/soc/codecs/tlv320adc3xxx.o: defined in discarded section `.exit.text' of sound/soc/codecs/tlv320adc3xxx.o
   ia64-linux-ld: net/core/sock.o: in function `sk_destruct':
   sock.c:(.text+0x32e2): undefined reference to `__sk_defer_free_flush'

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

  parent reply	other threads:[~2022-01-31  6:31 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-28 11:32 [PATCH v2 0/2] refine the NFC clock framework Liang Yang
2022-01-28 11:32 ` Liang Yang
2022-01-28 11:32 ` Liang Yang
2022-01-28 11:32 ` Liang Yang
2022-01-28 11:32 ` [PATCH v2 1/2] mtd: rawnand: meson: discard the common MMC sub " Liang Yang
2022-01-28 11:32   ` Liang Yang
2022-01-28 11:32   ` Liang Yang
2022-01-28 11:32   ` Liang Yang
2022-01-28 11:40   ` Miquel Raynal
2022-01-28 11:40     ` Miquel Raynal
2022-01-28 11:40     ` Miquel Raynal
2022-01-28 11:40     ` Miquel Raynal
2022-01-28 12:16     ` Liang Yang
2022-01-28 12:16       ` Liang Yang
2022-01-28 12:16       ` Liang Yang
2022-01-28 12:16       ` Liang Yang
2022-01-31  6:29   ` kernel test robot [this message]
2022-01-31  6:29     ` kernel test robot
2022-01-28 11:32 ` [PATCH v2 2/2] dt-bindings: nand: meson: refine Amlogic NAND controller driver Liang Yang
2022-01-28 11:32   ` Liang Yang
2022-01-28 11:32   ` Liang Yang

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=202201311453.kuT35AF3-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=jbrunet@baylibre.com \
    --cc=kbuild-all@lists.01.org \
    --cc=khilman@baylibre.com \
    --cc=liang.yang@amlogic.com \
    --cc=linux-mtd@lists.infradead.org \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=miquel.raynal@bootlin.com \
    --cc=narmstrong@baylibre.com \
    --cc=richard@nod.at \
    --cc=robh+dt@kernel.org \
    --cc=vigneshr@ti.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 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.