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 1/3] crypto: ixp4xx: convert to platform driver
Date: Tue, 11 May 2021 19:16:31 +0800	[thread overview]
Message-ID: <202105111924.WF0AdtHp-lkp@intel.com> (raw)
In-Reply-To: <20210510213634.600866-1-linus.walleij@linaro.org>

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

Hi Linus,

I love your patch! Yet something to improve:

[auto build test ERROR on cryptodev/master]
[also build test ERROR on crypto/master soc/for-next linus/master v5.13-rc1 next-20210511]
[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/Linus-Walleij/crypto-ixp4xx-convert-to-platform-driver/20210511-053835
base:   https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
config: m68k-allyesconfig (attached as .config)
compiler: m68k-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/34e7de59a25815f4769a4f0879c30d5ea700b1a1
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Linus-Walleij/crypto-ixp4xx-convert-to-platform-driver/20210511-053835
        git checkout 34e7de59a25815f4769a4f0879c30d5ea700b1a1
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross W=1 ARCH=m68k 

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

   m68k-linux-ld: drivers/crypto/ixp4xx_crypto.o: in function `ixp_crypto_probe':
   ixp4xx_crypto.c:(.text+0xc60): undefined reference to `npe_names'
   m68k-linux-ld: ixp4xx_crypto.c:(.text+0xc88): undefined reference to `npe_names'
   m68k-linux-ld: drivers/crypto/ixp4xx_crypto.o: in function `register_chain_var':
>> ixp4xx_crypto.c:(.text+0x3b8): undefined reference to `qmgr_put_entry'
>> m68k-linux-ld: ixp4xx_crypto.c:(.text+0x3c2): undefined reference to `qmgr_stat_overflow'
   m68k-linux-ld: drivers/crypto/ixp4xx_crypto.o: in function `setup_cipher':
   ixp4xx_crypto.c:(.text+0x64c): undefined reference to `qmgr_put_entry'
   m68k-linux-ld: ixp4xx_crypto.c:(.text+0x656): undefined reference to `qmgr_stat_overflow'
   m68k-linux-ld: drivers/crypto/ixp4xx_crypto.o: in function `ixp_crypto_remove':
>> ixp4xx_crypto.c:(.text+0xada): undefined reference to `qmgr_disable_irq'
>> m68k-linux-ld: ixp4xx_crypto.c:(.text+0xaf0): undefined reference to `qmgr_release_queue'
>> m68k-linux-ld: ixp4xx_crypto.c:(.text+0xb1a): undefined reference to `npe_release'
   m68k-linux-ld: drivers/crypto/ixp4xx_crypto.o: in function `ixp_crypto_probe':
   ixp4xx_crypto.c:(.text+0xb84): undefined reference to `npe_request'
   m68k-linux-ld: ixp4xx_crypto.c:(.text+0xb9a): undefined reference to `npe_running'
   m68k-linux-ld: ixp4xx_crypto.c:(.text+0xbae): undefined reference to `npe_names'
   m68k-linux-ld: ixp4xx_crypto.c:(.text+0xbbe): undefined reference to `npe_load_firmware'
   m68k-linux-ld: ixp4xx_crypto.c:(.text+0xbde): undefined reference to `npe_recv_message'
   m68k-linux-ld: ixp4xx_crypto.c:(.text+0xc1e): undefined reference to `npe_send_message'
   m68k-linux-ld: ixp4xx_crypto.c:(.text+0xc3c): undefined reference to `npe_recv_message'
   m68k-linux-ld: ixp4xx_crypto.c:(.text+0xc4a): undefined reference to `npe_names'
   m68k-linux-ld: ixp4xx_crypto.c:(.text+0xca0): undefined reference to `npe_release'
   m68k-linux-ld: ixp4xx_crypto.c:(.text+0xd10): undefined reference to `__qmgr_request_queue'
   m68k-linux-ld: ixp4xx_crypto.c:(.text+0xd44): undefined reference to `qmgr_release_queue'
   m68k-linux-ld: ixp4xx_crypto.c:(.text+0xd62): undefined reference to `qmgr_set_irq'
   m68k-linux-ld: ixp4xx_crypto.c:(.text+0xd7e): undefined reference to `qmgr_enable_irq'
   m68k-linux-ld: ixp4xx_crypto.c:(.text+0xf88): undefined reference to `npe_release'
   m68k-linux-ld: drivers/crypto/ixp4xx_crypto.o: in function `crypto_done_action':
>> ixp4xx_crypto.c:(.text+0x114c): undefined reference to `qmgr_get_entry'
   m68k-linux-ld: drivers/crypto/ixp4xx_crypto.o: in function `ablk_perform':
>> ixp4xx_crypto.c:(.text+0x165a): undefined reference to `qmgr_stat_full'
>> m68k-linux-ld: ixp4xx_crypto.c:(.text+0x178e): undefined reference to `qmgr_put_entry'
   m68k-linux-ld: ixp4xx_crypto.c:(.text+0x1798): undefined reference to `qmgr_stat_overflow'
   m68k-linux-ld: drivers/crypto/ixp4xx_crypto.o: in function `aead_perform.isra.0':
   ixp4xx_crypto.c:(.text+0x18dc): undefined reference to `qmgr_stat_full'
   m68k-linux-ld: ixp4xx_crypto.c:(.text+0x1a86): undefined reference to `qmgr_put_entry'
   m68k-linux-ld: ixp4xx_crypto.c:(.text+0x1a90): undefined reference to `qmgr_stat_overflow'

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

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

      parent reply	other threads:[~2021-05-11 11:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-10 21:36 [PATCH 1/3] crypto: ixp4xx: convert to platform driver Linus Walleij
2021-05-10 21:36 ` Linus Walleij
2021-05-10 21:36 ` [PATCH 2/3] crypto: ixp4xx: Add DT bindings Linus Walleij
2021-05-10 21:36   ` Linus Walleij
2021-05-11 13:40   ` Rob Herring
2021-05-11 13:40     ` Rob Herring
2021-05-11 16:16   ` Rob Herring
2021-05-11 16:16     ` Rob Herring
2021-05-10 21:36 ` [PATCH 3/3] crypto: ixp4xx: Add device tree support Linus Walleij
2021-05-10 21:36   ` Linus Walleij
2021-05-11  2:59 ` [PATCH 1/3] crypto: ixp4xx: convert to platform driver kernel test robot
2021-05-11  7:57 ` Corentin Labbe
2021-05-11  7:57   ` Corentin Labbe
2021-05-11 11:16 ` kernel test robot [this message]

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=202105111924.WF0AdtHp-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.