All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-nvme:nvme-5.18 4/5] ERROR: modpost: "nvmet_wq" [drivers/nvme/target/nvmet-fc.ko] undefined!
@ 2022-03-23 16:20 kernel test robot
  2022-03-23 16:33   ` Sagi Grimberg
  0 siblings, 1 reply; 5+ messages in thread
From: kernel test robot @ 2022-03-23 16:20 UTC (permalink / raw)
  To: Sagi Grimberg
  Cc: kbuild-all, linux-nvme, Christoph Hellwig, Chaitanya Kulkarni

tree:   git://git.infradead.org/nvme.git nvme-5.18
head:   84db0c76f3bda283a82c0e883c8f3171048a30bf
commit: ade7dda8539580e02c9004f124783f320924709b [4/5] nvmet: use a private workqueue instead of the system workqueue
config: i386-randconfig-a003 (https://download.01.org/0day-ci/archive/20220324/202203240012.gJehzedI-lkp@intel.com/config)
compiler: gcc-9 (Ubuntu 9.4.0-1ubuntu1~20.04) 9.4.0
reproduce (this is a W=1 build):
        git remote add linux-nvme git://git.infradead.org/nvme.git
        git fetch --no-tags linux-nvme nvme-5.18
        git checkout ade7dda8539580e02c9004f124783f320924709b
        # save the config file 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 >>, old ones prefixed by <<):

>> ERROR: modpost: "nvmet_wq" [drivers/nvme/target/nvmet-fc.ko] undefined!
>> ERROR: modpost: "nvmet_wq" [drivers/nvme/target/nvme-loop.ko] undefined!

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-nvme:nvme-5.18 4/5] ERROR: modpost: "nvmet_wq" [drivers/nvme/target/nvmet-fc.ko] undefined!
  2022-03-23 16:20 [linux-nvme:nvme-5.18 4/5] ERROR: modpost: "nvmet_wq" [drivers/nvme/target/nvmet-fc.ko] undefined! kernel test robot
@ 2022-03-23 16:33   ` Sagi Grimberg
  0 siblings, 0 replies; 5+ messages in thread
From: Sagi Grimberg @ 2022-03-23 16:33 UTC (permalink / raw)
  To: kernel test robot
  Cc: kbuild-all, linux-nvme, Christoph Hellwig, Chaitanya Kulkarni


> tree:   git://git.infradead.org/nvme.git nvme-5.18
> head:   84db0c76f3bda283a82c0e883c8f3171048a30bf
> commit: ade7dda8539580e02c9004f124783f320924709b [4/5] nvmet: use a private workqueue instead of the system workqueue
> config: i386-randconfig-a003 (https://download.01.org/0day-ci/archive/20220324/202203240012.gJehzedI-lkp@intel.com/config)
> compiler: gcc-9 (Ubuntu 9.4.0-1ubuntu1~20.04) 9.4.0
> reproduce (this is a W=1 build):
>          git remote add linux-nvme git://git.infradead.org/nvme.git
>          git fetch --no-tags linux-nvme nvme-5.18
>          git checkout ade7dda8539580e02c9004f124783f320924709b
>          # save the config file 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 >>, old ones prefixed by <<):
> 
>>> ERROR: modpost: "nvmet_wq" [drivers/nvme/target/nvmet-fc.ko] undefined!
>>> ERROR: modpost: "nvmet_wq" [drivers/nvme/target/nvme-loop.ko] undefined!

Damn... patch slipped:
--
diff --git a/drivers/nvme/target/core.c b/drivers/nvme/target/core.c
index 18444eaf35ab..dbd528061857 100644
--- a/drivers/nvme/target/core.c
+++ b/drivers/nvme/target/core.c
@@ -18,6 +18,7 @@
  struct workqueue_struct *buffered_io_wq;
  struct workqueue_struct *zbd_wq;
  struct workqueue_struct *nvmet_wq;
+EXPORT_SYMBOL_GPL(nvmet_wq);
  static const struct nvmet_fabrics_ops *nvmet_transports[NVMF_TRTYPE_MAX];
  static DEFINE_IDA(cntlid_ida);
--

Christoph, can you fold it in or should I?


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [linux-nvme:nvme-5.18 4/5] ERROR: modpost: "nvmet_wq" [drivers/nvme/target/nvmet-fc.ko] undefined!
@ 2022-03-23 16:33   ` Sagi Grimberg
  0 siblings, 0 replies; 5+ messages in thread
From: Sagi Grimberg @ 2022-03-23 16:33 UTC (permalink / raw)
  To: kbuild-all

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


> tree:   git://git.infradead.org/nvme.git nvme-5.18
> head:   84db0c76f3bda283a82c0e883c8f3171048a30bf
> commit: ade7dda8539580e02c9004f124783f320924709b [4/5] nvmet: use a private workqueue instead of the system workqueue
> config: i386-randconfig-a003 (https://download.01.org/0day-ci/archive/20220324/202203240012.gJehzedI-lkp(a)intel.com/config)
> compiler: gcc-9 (Ubuntu 9.4.0-1ubuntu1~20.04) 9.4.0
> reproduce (this is a W=1 build):
>          git remote add linux-nvme git://git.infradead.org/nvme.git
>          git fetch --no-tags linux-nvme nvme-5.18
>          git checkout ade7dda8539580e02c9004f124783f320924709b
>          # save the config file 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 >>, old ones prefixed by <<):
> 
>>> ERROR: modpost: "nvmet_wq" [drivers/nvme/target/nvmet-fc.ko] undefined!
>>> ERROR: modpost: "nvmet_wq" [drivers/nvme/target/nvme-loop.ko] undefined!

Damn... patch slipped:
--
diff --git a/drivers/nvme/target/core.c b/drivers/nvme/target/core.c
index 18444eaf35ab..dbd528061857 100644
--- a/drivers/nvme/target/core.c
+++ b/drivers/nvme/target/core.c
@@ -18,6 +18,7 @@
  struct workqueue_struct *buffered_io_wq;
  struct workqueue_struct *zbd_wq;
  struct workqueue_struct *nvmet_wq;
+EXPORT_SYMBOL_GPL(nvmet_wq);
  static const struct nvmet_fabrics_ops *nvmet_transports[NVMF_TRTYPE_MAX];
  static DEFINE_IDA(cntlid_ida);
--

Christoph, can you fold it in or should I?

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [linux-nvme:nvme-5.18 4/5] ERROR: modpost: "nvmet_wq" [drivers/nvme/target/nvmet-fc.ko] undefined!
  2022-03-23 16:33   ` Sagi Grimberg
@ 2022-03-23 16:33     ` Christoph Hellwig
  -1 siblings, 0 replies; 5+ messages in thread
From: Christoph Hellwig @ 2022-03-23 16:33 UTC (permalink / raw)
  To: Sagi Grimberg
  Cc: kernel test robot, kbuild-all, linux-nvme, Christoph Hellwig,
	Chaitanya Kulkarni

On Wed, Mar 23, 2022 at 06:33:13PM +0200, Sagi Grimberg wrote:
> --- a/drivers/nvme/target/core.c
> +++ b/drivers/nvme/target/core.c
> @@ -18,6 +18,7 @@
>  struct workqueue_struct *buffered_io_wq;
>  struct workqueue_struct *zbd_wq;
>  struct workqueue_struct *nvmet_wq;
> +EXPORT_SYMBOL_GPL(nvmet_wq);
>  static const struct nvmet_fabrics_ops *nvmet_transports[NVMF_TRTYPE_MAX];
>  static DEFINE_IDA(cntlid_ida);
> --
>
> Christoph, can you fold it in or should I?

I'll fold it in.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-nvme:nvme-5.18 4/5] ERROR: modpost: "nvmet_wq" [drivers/nvme/target/nvmet-fc.ko] undefined!
@ 2022-03-23 16:33     ` Christoph Hellwig
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Hellwig @ 2022-03-23 16:33 UTC (permalink / raw)
  To: kbuild-all

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

On Wed, Mar 23, 2022 at 06:33:13PM +0200, Sagi Grimberg wrote:
> --- a/drivers/nvme/target/core.c
> +++ b/drivers/nvme/target/core.c
> @@ -18,6 +18,7 @@
>  struct workqueue_struct *buffered_io_wq;
>  struct workqueue_struct *zbd_wq;
>  struct workqueue_struct *nvmet_wq;
> +EXPORT_SYMBOL_GPL(nvmet_wq);
>  static const struct nvmet_fabrics_ops *nvmet_transports[NVMF_TRTYPE_MAX];
>  static DEFINE_IDA(cntlid_ida);
> --
>
> Christoph, can you fold it in or should I?

I'll fold it in.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-03-23 16:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-23 16:20 [linux-nvme:nvme-5.18 4/5] ERROR: modpost: "nvmet_wq" [drivers/nvme/target/nvmet-fc.ko] undefined! kernel test robot
2022-03-23 16:33 ` Sagi Grimberg
2022-03-23 16:33   ` Sagi Grimberg
2022-03-23 16:33   ` Christoph Hellwig
2022-03-23 16:33     ` Christoph Hellwig

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.