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 10:59:26 +0800	[thread overview]
Message-ID: <202105111046.qXtet0ND-lkp@intel.com> (raw)
In-Reply-To: <20210510213634.600866-1-linus.walleij@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 3192 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-20210510]
[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: sh-allmodconfig (attached as .config)
compiler: sh4-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=sh 

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 >>, old ones prefixed by <<):

>> ERROR: modpost: "npe_names" [drivers/crypto/ixp4xx_crypto.ko] undefined!
>> ERROR: modpost: "npe_running" [drivers/crypto/ixp4xx_crypto.ko] undefined!
>> ERROR: modpost: "npe_send_message" [drivers/crypto/ixp4xx_crypto.ko] undefined!
>> ERROR: modpost: "qmgr_stat_full" [drivers/crypto/ixp4xx_crypto.ko] undefined!
>> ERROR: modpost: "qmgr_put_entry" [drivers/crypto/ixp4xx_crypto.ko] undefined!
>> ERROR: modpost: "npe_release" [drivers/crypto/ixp4xx_crypto.ko] undefined!
>> ERROR: modpost: "qmgr_release_queue" [drivers/crypto/ixp4xx_crypto.ko] undefined!
>> ERROR: modpost: "qmgr_disable_irq" [drivers/crypto/ixp4xx_crypto.ko] undefined!
>> ERROR: modpost: "npe_request" [drivers/crypto/ixp4xx_crypto.ko] undefined!
>> ERROR: modpost: "npe_recv_message" [drivers/crypto/ixp4xx_crypto.ko] undefined!
>> ERROR: modpost: "qmgr_stat_overflow" [drivers/crypto/ixp4xx_crypto.ko] undefined!
>> ERROR: modpost: "npe_load_firmware" [drivers/crypto/ixp4xx_crypto.ko] undefined!
ERROR: modpost: "__delay" [drivers/net/mdio/mdio-cavium.ko] undefined!
ERROR: modpost: "__udivdi3" [fs/btrfs/btrfs.ko] undefined!
ERROR: modpost: "__umoddi3" [fs/btrfs/btrfs.ko] undefined!

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for SND_ATMEL_SOC_PDC
   Depends on SOUND && !UML && SND && SND_SOC && SND_ATMEL_SOC && HAS_DMA
   Selected by
   - SND_ATMEL_SOC_SSC && SOUND && !UML && SND && SND_SOC && SND_ATMEL_SOC
   - SND_ATMEL_SOC_SSC_PDC && SOUND && !UML && SND && SND_SOC && SND_ATMEL_SOC && ATMEL_SSC

---
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: 54170 bytes --]

  parent reply	other threads:[~2021-05-11  2:59 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 ` kernel test robot [this message]
2021-05-11  7:57 ` [PATCH 1/3] crypto: ixp4xx: convert to platform driver Corentin Labbe
2021-05-11  7:57   ` Corentin Labbe
2021-05-11 11:16 ` kernel test robot

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=202105111046.qXtet0ND-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.