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: [RFC V2 resend net-next 1/3] net: stmmac: add clocks management for gmac driver
Date: Thu, 04 Mar 2021 15:30:44 +0800	[thread overview]
Message-ID: <202103041555.U0irOMbV-lkp@intel.com> (raw)
In-Reply-To: <20210301102529.18573-2-qiangqing.zhang@nxp.com>

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

Hi Joakim,

[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on net-next/master]

url:    https://github.com/0day-ci/linux/commits/Joakim-Zhang/net-stmmac-implement-clocks-management/20210301-183050
base:   https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git d310ec03a34e92a77302edb804f7d68ee4f01ba0
config: arc-allyesconfig (attached as .config)
compiler: arceb-elf-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/46bacdf74d1103deee7ba0b84d470cfd30c57409
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Joakim-Zhang/net-stmmac-implement-clocks-management/20210301-183050
        git checkout 46bacdf74d1103deee7ba0b84d470cfd30c57409
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arc 

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

   In file included from include/linux/device.h:25,
                    from include/linux/platform_device.h:13,
                    from drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c:11:
>> drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c:769:21: error: 'stmmac_runtime_suspend' undeclared here (not in a function); did you mean 'stmmac_suspend'?
     769 |  SET_RUNTIME_PM_OPS(stmmac_runtime_suspend, stmmac_runtime_resume, NULL)
         |                     ^~~~~~~~~~~~~~~~~~~~~~
   include/linux/pm.h:342:21: note: in definition of macro 'SET_RUNTIME_PM_OPS'
     342 |  .runtime_suspend = suspend_fn, \
         |                     ^~~~~~~~~~
>> drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c:769:45: error: 'stmmac_runtime_resume' undeclared here (not in a function)
     769 |  SET_RUNTIME_PM_OPS(stmmac_runtime_suspend, stmmac_runtime_resume, NULL)
         |                                             ^~~~~~~~~~~~~~~~~~~~~
   include/linux/pm.h:343:20: note: in definition of macro 'SET_RUNTIME_PM_OPS'
     343 |  .runtime_resume = resume_fn, \
         |                    ^~~~~~~~~


vim +769 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c

   766	
   767	const struct dev_pm_ops stmmac_pltfr_pm_ops = {
   768		SET_SYSTEM_SLEEP_PM_OPS(stmmac_pltfr_suspend, stmmac_pltfr_resume)
 > 769		SET_RUNTIME_PM_OPS(stmmac_runtime_suspend, stmmac_runtime_resume, NULL)
   770	};
   771	EXPORT_SYMBOL_GPL(stmmac_pltfr_pm_ops);
   772	

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

  parent reply	other threads:[~2021-03-04  7:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-01 10:25 [RFC V2 resend net-next 0/3] net: stmmac: implement clocks management Joakim Zhang
2021-03-01 10:25 ` [RFC V2 resend net-next 1/3] net: stmmac: add clocks management for gmac driver Joakim Zhang
2021-03-03  1:23   ` Andrew Lunn
2021-03-03  4:13     ` Joakim Zhang
2021-03-04  7:30   ` kernel test robot [this message]
2021-03-01 10:25 ` [RFC V2 resend net-next 2/3] net: stmmac: add platform level clocks management Joakim Zhang
2021-03-03  1:25   ` Andrew Lunn
2021-03-01 10:25 ` [RFC V2 resend net-next 3/3] net: stmmac: dwmac-imx: add platform level clocks management for i.MX Joakim Zhang
2021-03-03  1:27   ` Andrew Lunn

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=202103041555.U0irOMbV-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.