All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: "R. Parameswaran" <parameswaran.r7@gmail.com>
Cc: kbuild-all@01.org, netdev@vger.kernel.org, kleptog@svana.org,
	jchapman@katalix.com, davem@redhat.com, nprachan@brocade.com,
	rshearma@brocade.com, stephen@networkplumber.org,
	sdietric@brocade.com, ciwillia@brocade.com, lboccass@brocade.com,
	dfawcus@brocade.com, bhong@brocade.com, jblunck@brocade.com,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v4 1/2] New kernel function to get IP overhead on a socket.
Date: Fri, 24 Mar 2017 09:04:30 +0800	[thread overview]
Message-ID: <201703240830.8nytuazf%fengguang.wu@intel.com> (raw)
In-Reply-To: <alpine.DEB.2.11.1703221554000.9002@vera100.eng.brocade.com>

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

Hi Parameswaran,

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

url:    https://github.com/0day-ci/linux/commits/R-Parameswaran/New-kernel-function-to-get-IP-overhead-on-a-socket/20170324-065003
config: x86_64-randconfig-s1-03240701 (attached as .config)
compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All warnings (new ones prefixed by >>):

   net/socket.c: In function 'kernel_sock_ip_overhead':
>> net/socket.c:3359: warning: unused variable 'optv6'
>> net/socket.c:3357: warning: unused variable 'np'

vim +/optv6 +3359 net/socket.c

  3351	 * this is an IPv4 or IPv6 socket and the length from IP options turned
  3352	 * on at the socket.
  3353	 */
  3354	u32 kernel_sock_ip_overhead(struct sock *sk)
  3355	{
  3356		struct inet_sock *inet;
> 3357		struct ipv6_pinfo *np;
  3358		struct ip_options_rcu *opt;
> 3359		struct ipv6_txoptions *optv6 = NULL;
  3360		u32 overhead = 0;
  3361		bool owned_by_user;
  3362	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 24283 bytes --]

  parent reply	other threads:[~2017-03-24  1:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-22 22:59 [PATCH net-next v4 1/2] New kernel function to get IP overhead on a socket R. Parameswaran
2017-03-22 23:03 ` Tom Herbert
2017-03-23 22:05 ` David Miller
2017-03-24  1:51   ` R. Parameswaran
2017-03-24 13:13     ` James Chapman
2017-04-03 20:28       ` R. Parameswaran
2017-04-03 20:30         ` David Miller
2017-04-04  2:12           ` R. Parameswaran
2017-04-04  2:19             ` David Miller
2017-03-24  1:04 ` kbuild test robot [this message]
2017-03-23  1:21 R. Parameswaran

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=201703240830.8nytuazf%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=bhong@brocade.com \
    --cc=ciwillia@brocade.com \
    --cc=davem@redhat.com \
    --cc=dfawcus@brocade.com \
    --cc=jblunck@brocade.com \
    --cc=jchapman@katalix.com \
    --cc=kbuild-all@01.org \
    --cc=kleptog@svana.org \
    --cc=lboccass@brocade.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nprachan@brocade.com \
    --cc=parameswaran.r7@gmail.com \
    --cc=rshearma@brocade.com \
    --cc=sdietric@brocade.com \
    --cc=stephen@networkplumber.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.