dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Angelo Dureghello <angelo@sysam.it>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: kbuild test robot <lkp@intel.com>,
	kbuild-all@01.org, vinod.koul@linaro.org,
	dmaengine@vger.kernel.org,
	Linux/m68k <linux-m68k@vger.kernel.org>
Subject: [v4,1/2] dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior intended)
Date: Fri, 22 Jun 2018 11:20:24 +0200	[thread overview]
Message-ID: <20180622092024.GA4384@jerusalem> (raw)

Hi Geert,

On Thu, Jun 21, 2018 at 08:31:31PM +0200, Geert Uytterhoeven wrote:
> On Thu, Jun 21, 2018 at 7:36 PM kbuild test robot <lkp@intel.com> wrote:
> > Thank you for the patch! Yet something to improve:
> >
> > [auto build test ERROR on linus/master]
> > [also build test ERROR on v4.18-rc1 next-20180621]
> > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
> >
> > url:    https://github.com/0day-ci/linux/commits/Angelo-Dureghello/dmaengine-fsl-edma-extract-common-fsl-edma-code-no-changes-in-behavior-intended/20180620-035341
> > config: x86_64-randconfig-s3-06211901 (attached as .config)
> > compiler: gcc-7 (Debian 7.3.0-16) 7.3.0
> > reproduce:
> >         # save the attached .config to linux build tree
> >         make ARCH=x86_64
> >
> > All errors (new ones prefixed by >>):
> >
> >    WARNING: modpost: missing MODULE_LICENSE() in drivers/dma/fsl-edma-common.o
> >    see include/linux/module.h for more information
> > >> ERROR: "fsl_edma_issue_pending" [drivers/dma/fsl-edma.ko] undefined!
> > >> ERROR: "fsl_edma_terminate_all" [drivers/dma/fsl-edma.ko] undefined!
> > >> ERROR: "fsl_edma_resume" [drivers/dma/fsl-edma.ko] undefined!
> > >> ERROR: "fsl_edma_pause" [drivers/dma/fsl-edma.ko] undefined!
> > >> ERROR: "fsl_edma_slave_config" [drivers/dma/fsl-edma.ko] undefined!
> > >> ERROR: "fsl_edma_prep_dma_cyclic" [drivers/dma/fsl-edma.ko] undefined!
> > >> ERROR: "fsl_edma_prep_slave_sg" [drivers/dma/fsl-edma.ko] undefined!
> > >> ERROR: "fsl_edma_tx_status" [drivers/dma/fsl-edma.ko] undefined!
> > >> ERROR: "fsl_edma_free_chan_resources" [drivers/dma/fsl-edma.ko] undefined!
> > >> ERROR: "fsl_edma_alloc_chan_resources" [drivers/dma/fsl-edma.ko] undefined!
> > >> ERROR: "fsl_edma_free_desc" [drivers/dma/fsl-edma.ko] undefined!
> > >> ERROR: "fsl_edma_setup_regs" [drivers/dma/fsl-edma.ko] undefined!
> > >> ERROR: "fsl_edma_xfer_desc" [drivers/dma/fsl-edma.ko] undefined!
> > >> ERROR: "edma_writeb" [drivers/dma/fsl-edma.ko] undefined!
> > >> ERROR: "edma_readl" [drivers/dma/fsl-edma.ko] undefined!
> > >> ERROR: "to_fsl_edma_chan" [drivers/dma/fsl-edma.ko] undefined!
> > >> ERROR: "fsl_edma_cleanup_vchan" [drivers/dma/fsl-edma.ko] undefined!
> > >> ERROR: "edma_writel" [drivers/dma/fsl-edma.ko] undefined!
> > >> ERROR: "edma_writew" [drivers/dma/fsl-edma.ko] undefined!
> > >> ERROR: "fsl_edma_disable_request" [drivers/dma/fsl-edma.ko] undefined!
> 
> EXPORT_SYMBOL_GPL() missing for all exported symbols, breaking the modular
> case?

Yes, seems so. Thanks for following.
Fixing it.

> 
> Gr{oetje,eeting}s,
> 
>                         Geert
> 

Regards,
Angelo

> -- 
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
>                                 -- Linus Torvalds
> --
> To unsubscribe from this list: send the line "unsubscribe dmaengine" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
---
To unsubscribe from this list: send the line "unsubscribe dmaengine" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2018-06-22  9:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-22  9:20 Angelo Dureghello [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-06-21 18:31 [v4,1/2] dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior intended) Geert Uytterhoeven
2018-06-21 17:35 kbuild test robot
2018-06-19 19:41 Angelo Dureghello

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=20180622092024.GA4384@jerusalem \
    --to=angelo@sysam.it \
    --cc=dmaengine@vger.kernel.org \
    --cc=geert@linux-m68k.org \
    --cc=kbuild-all@01.org \
    --cc=linux-m68k@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=vinod.koul@linaro.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).