All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Loic Poulain <loic.poulain@linaro.org>,
	gregkh@linuxfoundation.org, kuba@kernel.org, davem@davemloft.net
Cc: kbuild-all@lists.01.org, linux-arm-msm@vger.kernel.org,
	aleksander@aleksander.es, linux-kernel@vger.kernel.org,
	netdev@vger.kernel.org, bjorn.andersson@linaro.org,
	manivannan.sadhasivam@linaro.org,
	Loic Poulain <loic.poulain@linaro.org>
Subject: Re: [PATCH net-next v8 2/2] net: Add Qcom WWAN control driver
Date: Sat, 3 Apr 2021 00:29:21 +0800	[thread overview]
Message-ID: <202104030046.bYDrI3AB-lkp@intel.com> (raw)
In-Reply-To: <1617372397-13988-2-git-send-email-loic.poulain@linaro.org>

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

Hi Loic,

I love your patch! Perhaps something to improve:

[auto build test WARNING on net-next/master]

url:    https://github.com/0day-ci/linux/commits/Loic-Poulain/net-Add-a-WWAN-subsystem/20210402-220002
base:   https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git bd78980be1a68d14524c51c4b4170782fada622b
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/16d753f4f524ce1aa95f45057244b1d28b50adc9
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Loic-Poulain/net-Add-a-WWAN-subsystem/20210402-220002
        git checkout 16d753f4f524ce1aa95f45057244b1d28b50adc9
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=sh 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> drivers/net/wwan/mhi_wwan_ctrl.c:46:6: warning: no previous prototype for '__mhi_skb_destructor' [-Wmissing-prototypes]
      46 | void __mhi_skb_destructor(struct sk_buff *skb)
         |      ^~~~~~~~~~~~~~~~~~~~

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


vim +/__mhi_skb_destructor +46 drivers/net/wwan/mhi_wwan_ctrl.c

    45	
  > 46	void __mhi_skb_destructor(struct sk_buff *skb)
    47	{
    48		struct mhi_wwan_dev *mhiwwan = skb_shinfo(skb)->destructor_arg;
    49	
    50		/* RX buffer has been consumed, increase the allowed budget */
    51		atomic_inc(&mhiwwan->rx_budget);
    52	
    53		if (mhi_wwan_ctrl_refill_needed(mhiwwan))
    54			schedule_work(&mhiwwan->rx_refill);
    55	}
    56	

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

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH net-next v8 2/2] net: Add Qcom WWAN control driver
Date: Sat, 03 Apr 2021 00:29:21 +0800	[thread overview]
Message-ID: <202104030046.bYDrI3AB-lkp@intel.com> (raw)
In-Reply-To: <1617372397-13988-2-git-send-email-loic.poulain@linaro.org>

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

Hi Loic,

I love your patch! Perhaps something to improve:

[auto build test WARNING on net-next/master]

url:    https://github.com/0day-ci/linux/commits/Loic-Poulain/net-Add-a-WWAN-subsystem/20210402-220002
base:   https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git bd78980be1a68d14524c51c4b4170782fada622b
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/16d753f4f524ce1aa95f45057244b1d28b50adc9
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Loic-Poulain/net-Add-a-WWAN-subsystem/20210402-220002
        git checkout 16d753f4f524ce1aa95f45057244b1d28b50adc9
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=sh 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> drivers/net/wwan/mhi_wwan_ctrl.c:46:6: warning: no previous prototype for '__mhi_skb_destructor' [-Wmissing-prototypes]
      46 | void __mhi_skb_destructor(struct sk_buff *skb)
         |      ^~~~~~~~~~~~~~~~~~~~

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


vim +/__mhi_skb_destructor +46 drivers/net/wwan/mhi_wwan_ctrl.c

    45	
  > 46	void __mhi_skb_destructor(struct sk_buff *skb)
    47	{
    48		struct mhi_wwan_dev *mhiwwan = skb_shinfo(skb)->destructor_arg;
    49	
    50		/* RX buffer has been consumed, increase the allowed budget */
    51		atomic_inc(&mhiwwan->rx_budget);
    52	
    53		if (mhi_wwan_ctrl_refill_needed(mhiwwan))
    54			schedule_work(&mhiwwan->rx_refill);
    55	}
    56	

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

  parent reply	other threads:[~2021-04-02 16:29 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-02 14:06 [PATCH net-next v8 1/2] net: Add a WWAN subsystem Loic Poulain
2021-04-02 14:02 ` Greg KH
2021-04-02 14:06 ` [PATCH net-next v8 2/2] net: Add Qcom WWAN control driver Loic Poulain
2021-04-02 14:05   ` Greg KH
2021-04-02 15:41     ` Loic Poulain
2021-04-02 15:43       ` Greg KH
2021-04-02 18:18         ` Loic Poulain
2021-04-02 16:29   ` kernel test robot [this message]
2021-04-02 16:29     ` kernel test robot
2021-04-02 18:03 ` [PATCH net-next v8 1/2] net: Add a WWAN subsystem kernel test robot
2021-04-02 18:03   ` kernel test robot
2021-04-02 18:03 ` [PATCH] net: fix err_cast.cocci warnings kernel test robot
2021-04-02 18:03   ` kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-04-02 20:42 [PATCH net-next v8 2/2] net: Add Qcom WWAN control driver 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=202104030046.bYDrI3AB-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=aleksander@aleksander.es \
    --cc=bjorn.andersson@linaro.org \
    --cc=davem@davemloft.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=kbuild-all@lists.01.org \
    --cc=kuba@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=loic.poulain@linaro.org \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=netdev@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.