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 PATCH net-next] bridge: Implement MLD Querier wake-up calls / Android bug workaround
Date: Mon, 17 Aug 2020 06:03:28 +0800	[thread overview]
Message-ID: <202008170558.JanysEEI%lkp@intel.com> (raw)
In-Reply-To: <20200816202424.3526-1-linus.luessing@c0d3.blue>

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

Hi "Linus,

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

url:    https://github.com/0day-ci/linux/commits/Linus-L-ssing/bridge-Implement-MLD-Querier-wake-up-calls-Android-bug-workaround/20200817-043402
base:   https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git bfdd5aaa54b0a44d9df550fe4c9db7e1470a11b8
config: x86_64-randconfig-s022-20200817 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce:
        # apt-get install sparse
        # sparse version: v0.6.2-180-g49f7e13a-dirty
        # save the attached .config to linux build tree
        make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=x86_64 

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

>> net/bridge/br_multicast.c:2287:5: warning: no previous prototype for 'br_multicast_set_wakeupcall' [-Wmissing-prototypes]
    2287 | int br_multicast_set_wakeupcall(struct net_bridge_port *p, unsigned long val)
         |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~

# https://github.com/0day-ci/linux/commit/fdde3c8b901df4c7d62fcd4cdd9a66114758889a
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Linus-L-ssing/bridge-Implement-MLD-Querier-wake-up-calls-Android-bug-workaround/20200817-043402
git checkout fdde3c8b901df4c7d62fcd4cdd9a66114758889a
vim +/br_multicast_set_wakeupcall +2287 net/bridge/br_multicast.c

  2286	
> 2287	int br_multicast_set_wakeupcall(struct net_bridge_port *p, unsigned long val)
  2288	{
  2289		if (val > U8_MAX)
  2290			return -EINVAL;
  2291	
  2292		p->wakeupcall_num_rings = val;
  2293		return 0;
  2294	}
  2295	

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

  parent reply	other threads:[~2020-08-16 22:03 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-16 20:24 [Bridge] [RFC PATCH net-next] bridge: Implement MLD Querier wake-up calls / Android bug workaround Linus Lüssing
2020-08-16 20:24 ` Linus Lüssing
2020-08-16 22:01 ` kernel test robot
2020-08-16 22:03 ` kernel test robot [this message]
2020-08-16 22:08 ` [Bridge] " Stephen Hemminger
2020-08-16 22:08   ` Stephen Hemminger
2020-08-16 22:10   ` David Miller
2020-08-16 22:10     ` David Miller
2020-08-23 15:42   ` Linus Lüssing
2020-08-23 15:42     ` Linus Lüssing
2020-08-23 17:19     ` Stephen Hemminger
2020-08-23 17:19       ` Stephen Hemminger
2020-08-23 19:49     ` Felix Fietkau
2020-08-17  4:10 ` David Miller
2020-08-17  4:10   ` David Miller
2020-08-17  8:39 ` [Bridge] " Bjørn Mork
2020-08-17  8:39   ` Bjørn Mork
2020-08-17 13:17   ` [Bridge] [gluon] " Sven Eckelmann
2020-08-17 13:17     ` Sven Eckelmann
2020-08-17 13:35     ` [Bridge] " Bjørn Mork
2020-08-17 13:35       ` Bjørn Mork
2020-08-17 14:24     ` [Bridge] " Daniel Golle
2020-08-17 14:24       ` Daniel Golle
2020-08-18  0:35 ` [bridge] fdde3c8b90: WARNING:at_net/core/rtnetlink.c:#rtnl_link_register kernel test robot
2020-08-18  0:35   ` 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=202008170558.JanysEEI%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.