All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Hannes Reinecke <hare@suse.de>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org
Subject: [hare-scsi-devel:auth.v3 8/10] configfs.c:(.text+0x1da0): multiple definition of `nvmet_dhchap_dhgroup_name'; drivers/nvme/target/core.o:core.c:(.text+0x1960): first defined here
Date: Tue, 13 Jul 2021 20:50:50 +0800	[thread overview]
Message-ID: <202107132048.qO9iooY3-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/hare/scsi-devel.git auth.v3
head:   d97ec39ab2f0d7ac25633899e058eb3c1617b370
commit: 9b5b24cce3711c7bd8174880b26431cd12695ba6 [8/10] nvmet: Implement basic In-Band Authentication
config: i386-randconfig-m021-20210713 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        # https://git.kernel.org/pub/scm/linux/kernel/git/hare/scsi-devel.git/commit/?id=9b5b24cce3711c7bd8174880b26431cd12695ba6
        git remote add hare-scsi-devel https://git.kernel.org/pub/scm/linux/kernel/git/hare/scsi-devel.git
        git fetch --no-tags hare-scsi-devel auth.v3
        git checkout 9b5b24cce3711c7bd8174880b26431cd12695ba6
        # save the attached .config to linux build tree
        mkdir build_dir
        make W=1 O=build_dir ARCH=i386 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 >>):

   ld: drivers/nvme/target/configfs.o: in function `nvmet_dhchap_dhgroup_name':
>> configfs.c:(.text+0x1da0): multiple definition of `nvmet_dhchap_dhgroup_name'; drivers/nvme/target/core.o:core.c:(.text+0x1960): first defined here
   ld: drivers/nvme/target/admin-cmd.o: in function `nvmet_dhchap_dhgroup_name':
   admin-cmd.c:(.text+0x1490): multiple definition of `nvmet_dhchap_dhgroup_name'; drivers/nvme/target/core.o:core.c:(.text+0x1960): first defined here
   ld: drivers/nvme/target/fabrics-cmd.o: in function `nvmet_dhchap_dhgroup_name':
   fabrics-cmd.c:(.text+0x480): multiple definition of `nvmet_dhchap_dhgroup_name'; drivers/nvme/target/core.o:core.c:(.text+0x1960): first defined here
   ld: drivers/nvme/target/discovery.o: in function `nvmet_dhchap_dhgroup_name':
   discovery.c:(.text+0xa90): multiple definition of `nvmet_dhchap_dhgroup_name'; drivers/nvme/target/core.o:core.c:(.text+0x1960): first defined here
   ld: drivers/nvme/target/io-cmd-file.o: in function `nvmet_dhchap_dhgroup_name':
   io-cmd-file.c:(.text+0x950): multiple definition of `nvmet_dhchap_dhgroup_name'; drivers/nvme/target/core.o:core.c:(.text+0x1960): first defined here
   ld: drivers/nvme/target/io-cmd-bdev.o: in function `nvmet_dhchap_dhgroup_name':
   io-cmd-bdev.c:(.text+0x860): multiple definition of `nvmet_dhchap_dhgroup_name'; drivers/nvme/target/core.o:core.c:(.text+0x1960): first defined here
   ld: drivers/nvme/target/zns.o: in function `nvmet_dhchap_dhgroup_name':
   zns.c:(.text+0xe60): multiple definition of `nvmet_dhchap_dhgroup_name'; drivers/nvme/target/core.o:core.c:(.text+0x1960): first defined here
   ld: drivers/nvme/target/trace.o: in function `nvmet_dhchap_dhgroup_name':
   trace.c:(.text+0x0): multiple definition of `nvmet_dhchap_dhgroup_name'; drivers/nvme/target/core.o:core.c:(.text+0x1960): first defined here

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

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [hare-scsi-devel:auth.v3 8/10] configfs.c:(.text+0x1da0): multiple definition of `nvmet_dhchap_dhgroup_name'; drivers/nvme/target/core.o:core.c:(.text+0x1960): first defined here
Date: Tue, 13 Jul 2021 20:50:50 +0800	[thread overview]
Message-ID: <202107132048.qO9iooY3-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/hare/scsi-devel.git auth.v3
head:   d97ec39ab2f0d7ac25633899e058eb3c1617b370
commit: 9b5b24cce3711c7bd8174880b26431cd12695ba6 [8/10] nvmet: Implement basic In-Band Authentication
config: i386-randconfig-m021-20210713 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        # https://git.kernel.org/pub/scm/linux/kernel/git/hare/scsi-devel.git/commit/?id=9b5b24cce3711c7bd8174880b26431cd12695ba6
        git remote add hare-scsi-devel https://git.kernel.org/pub/scm/linux/kernel/git/hare/scsi-devel.git
        git fetch --no-tags hare-scsi-devel auth.v3
        git checkout 9b5b24cce3711c7bd8174880b26431cd12695ba6
        # save the attached .config to linux build tree
        mkdir build_dir
        make W=1 O=build_dir ARCH=i386 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 >>):

   ld: drivers/nvme/target/configfs.o: in function `nvmet_dhchap_dhgroup_name':
>> configfs.c:(.text+0x1da0): multiple definition of `nvmet_dhchap_dhgroup_name'; drivers/nvme/target/core.o:core.c:(.text+0x1960): first defined here
   ld: drivers/nvme/target/admin-cmd.o: in function `nvmet_dhchap_dhgroup_name':
   admin-cmd.c:(.text+0x1490): multiple definition of `nvmet_dhchap_dhgroup_name'; drivers/nvme/target/core.o:core.c:(.text+0x1960): first defined here
   ld: drivers/nvme/target/fabrics-cmd.o: in function `nvmet_dhchap_dhgroup_name':
   fabrics-cmd.c:(.text+0x480): multiple definition of `nvmet_dhchap_dhgroup_name'; drivers/nvme/target/core.o:core.c:(.text+0x1960): first defined here
   ld: drivers/nvme/target/discovery.o: in function `nvmet_dhchap_dhgroup_name':
   discovery.c:(.text+0xa90): multiple definition of `nvmet_dhchap_dhgroup_name'; drivers/nvme/target/core.o:core.c:(.text+0x1960): first defined here
   ld: drivers/nvme/target/io-cmd-file.o: in function `nvmet_dhchap_dhgroup_name':
   io-cmd-file.c:(.text+0x950): multiple definition of `nvmet_dhchap_dhgroup_name'; drivers/nvme/target/core.o:core.c:(.text+0x1960): first defined here
   ld: drivers/nvme/target/io-cmd-bdev.o: in function `nvmet_dhchap_dhgroup_name':
   io-cmd-bdev.c:(.text+0x860): multiple definition of `nvmet_dhchap_dhgroup_name'; drivers/nvme/target/core.o:core.c:(.text+0x1960): first defined here
   ld: drivers/nvme/target/zns.o: in function `nvmet_dhchap_dhgroup_name':
   zns.c:(.text+0xe60): multiple definition of `nvmet_dhchap_dhgroup_name'; drivers/nvme/target/core.o:core.c:(.text+0x1960): first defined here
   ld: drivers/nvme/target/trace.o: in function `nvmet_dhchap_dhgroup_name':
   trace.c:(.text+0x0): multiple definition of `nvmet_dhchap_dhgroup_name'; drivers/nvme/target/core.o:core.c:(.text+0x1960): first defined here

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

             reply	other threads:[~2021-07-13 12:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-13 12:50 kernel test robot [this message]
2021-07-13 12:50 ` [hare-scsi-devel:auth.v3 8/10] configfs.c:(.text+0x1da0): multiple definition of `nvmet_dhchap_dhgroup_name'; drivers/nvme/target/core.o:core.c:(.text+0x1960): first defined here 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=202107132048.qO9iooY3-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=hare@suse.de \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.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.