netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Cong Wang <xiyou.wangcong@gmail.com>
To: Julian Anastasov <ja@ssi.bg>
Cc: sedat.dilek@gmail.com, Borislav Petkov <bp@alien8.de>,
	Linux Kernel Network Developers <netdev@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>,
	David Miller <davem@davemloft.net>
Subject: Re: [3.8-rc1] Networking problems after pulling-in net.git#master
Date: Sun, 23 Dec 2012 22:28:01 +0800	[thread overview]
Message-ID: <CAM_iQpX0Zp78VuH1Pr7h4u3pPib-DDSHPiwSphjZ+WWG5j2w3Q@mail.gmail.com> (raw)
In-Reply-To: <alpine.LFD.2.00.1212231601330.1555@ja.ssi.bg>

On Sun, Dec 23, 2012 at 10:10 PM, Julian Anastasov <ja@ssi.bg> wrote:
>> -               memset(dst_ha, 0, dev->addr_len);
>> +               memcpy(dst_ha, dev->broadcast, MAX_ADDR_LEN);
>
>         Use dev->addr_len instead of MAX_ADDR_LEN or
> better provide NULL ptr to arp_send as before the
> "ipv4: arp: fix a lockdep splat in arp_solicit" change,
> for example by keeping dst_ha as pointer and using another
> name for the temp array that is now dst_ha[MAX_ADDR_LEN].
>

OK, I will use a new temp variable.

Thanks.

  reply	other threads:[~2012-12-23 14:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-23  3:14 [3.8-rc1] Networking problems after pulling-in net.git#master Sedat Dilek
2012-12-23 11:42 ` Borislav Petkov
2012-12-23 12:26   ` Sedat Dilek
2012-12-23 12:40     ` Sedat Dilek
2012-12-23 13:19       ` Sedat Dilek
2012-12-23 13:44         ` Cong Wang
2012-12-23 14:10           ` Julian Anastasov
2012-12-23 14:28             ` Cong Wang [this message]
2012-12-23 14:14           ` Sedat Dilek
2012-12-23 14:25             ` Cong Wang
2012-12-23 14:36               ` Sedat Dilek

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=CAM_iQpX0Zp78VuH1Pr7h4u3pPib-DDSHPiwSphjZ+WWG5j2w3Q@mail.gmail.com \
    --to=xiyou.wangcong@gmail.com \
    --cc=bp@alien8.de \
    --cc=davem@davemloft.net \
    --cc=ja@ssi.bg \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=sedat.dilek@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).