From: kbuild test robot <lkp@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [PATCH v2 net-next 2/7] ipeh: Move generic EH functions to exthdrs_common.c
Date: Sat, 17 Aug 2019 23:04:10 +0800 [thread overview]
Message-ID: <201908172247.miJmqlR0%lkp@intel.com> (raw)
In-Reply-To: <1565992424-22379-3-git-send-email-tom@herbertland.com>
Hi Tom,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on net-next/master]
url: https://github.com/0day-ci/linux/commits/Tom-Herbert/ipv6-Extension-header-infrastructure/20190817-163136
config: x86_64-randconfig-s2-08171511 (attached as .config)
compiler: gcc-5 (Ubuntu 5.5.0-12ubuntu1) 5.5.0 20171010
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
In file included from <command-line>:0:0:
>> include/net/ipeh.h:27:15: warning: 'struct ipv6_opt_hdr' declared inside parameter list
struct ipv6_opt_hdr *newopt);
^
>> include/net/ipeh.h:27:15: warning: its scope is only this definition or declaration, which is probably not what you want
vim +27 include/net/ipeh.h
21
22 struct ipv6_txoptions *ipeh_dup_options(struct sock *sk,
23 struct ipv6_txoptions *opt);
24 struct ipv6_txoptions *ipeh_renew_options(struct sock *sk,
25 struct ipv6_txoptions *opt,
26 int newtype,
> 27 struct ipv6_opt_hdr *newopt);
28 struct ipv6_txoptions *ipeh_fixup_options(struct ipv6_txoptions *opt_space,
29 struct ipv6_txoptions *opt);
30
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 28388 bytes
Desc: not available
URL: <http://lists.osuosl.org/pipermail/intel-wired-lan/attachments/20190817/a01ae685/attachment-0001.bin>
next prev parent reply other threads:[~2019-08-17 15:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-16 21:53 [Intel-wired-lan] [PATCH v2 net-next 0/7] ipv6: Extension header infrastructure Tom Herbert
2019-08-16 21:53 ` [Intel-wired-lan] [PATCH v2 net-next 1/7] ipeh: Create exthdrs_options.c and ipeh.h Tom Herbert
2019-08-16 21:53 ` [Intel-wired-lan] [PATCH v2 net-next 2/7] ipeh: Move generic EH functions to exthdrs_common.c Tom Herbert
2019-08-17 15:04 ` kbuild test robot [this message]
2019-08-16 21:53 ` [Intel-wired-lan] [PATCH v2 net-next 3/7] ipeh: Generic TLV parser Tom Herbert
2019-08-16 21:53 ` [Intel-wired-lan] [PATCH v2 net-next 4/7] ip6tlvs: Registration of TLV handlers and parameters Tom Herbert
2019-08-16 21:53 ` [Intel-wired-lan] [PATCH v2 net-next 5/7] ip6tlvs: Add TX parameters Tom Herbert
2019-08-16 21:53 ` [Intel-wired-lan] [PATCH v2 net-next 6/7] ip6tlvs: Add netlink interface Tom Herbert
2019-08-16 21:53 ` [Intel-wired-lan] [PATCH v2 net-next 7/7] ip6tlvs: Validation of TX Destination and Hop-by-Hop options Tom Herbert
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=201908172247.miJmqlR0%lkp@intel.com \
--to=lkp@intel.com \
--cc=intel-wired-lan@osuosl.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.