From: Cong Wang <hidden> Date: 2012-12-23 14:51:03
From: Cong Wang <redacted>
Sedat reported the following commit caused a regression:
commit 9650388b5c56578fdccc79c57a8c82fb92b8e7f1
Author: Eric Dumazet [off-list ref]
Date: Fri Dec 21 07:32:10 2012 +0000
ipv4: arp: fix a lockdep splat in arp_solicit
This is due to the 6th parameter of arp_send() needs to be NULL
for broatcase case, the above commit changed it to all-zero non-NULL
hw addr.
Reported-by: Sedat Dilek <redacted>
Tested-by: Sedat Dilek <redacted>
Cc: Sedat Dilek <redacted>
Cc: Eric Dumazet <edumazet@google.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Cong Wang <redacted>
---
On Sun, Dec 23, 2012 at 3:42 PM, Cong Wang [off-list ref] wrote:
From: Cong Wang <redacted>
Sedat reported the following commit caused a regression:
commit 9650388b5c56578fdccc79c57a8c82fb92b8e7f1
Author: Eric Dumazet [off-list ref]
Date: Fri Dec 21 07:32:10 2012 +0000
ipv4: arp: fix a lockdep splat in arp_solicit
This is due to the 6th parameter of arp_send() needs to be NULL
for broatcase case, the above commit changed it to all-zero non-NULL
hw addr.
s/broatcase/broadcast ?
- Sedat -
quoted hunk
Reported-by: Sedat Dilek <redacted>
Tested-by: Sedat Dilek <redacted>
Cc: Sedat Dilek <redacted>
Cc: Eric Dumazet <edumazet@google.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Cong Wang <redacted>
---
On Sun, Dec 23, 2012 at 3:49 PM, Sedat Dilek [off-list ref] wrote:
On Sun, Dec 23, 2012 at 3:42 PM, Cong Wang [off-list ref] wrote:
quoted
From: Cong Wang <redacted>
Sedat reported the following commit caused a regression:
commit 9650388b5c56578fdccc79c57a8c82fb92b8e7f1
Author: Eric Dumazet [off-list ref]
Date: Fri Dec 21 07:32:10 2012 +0000
ipv4: arp: fix a lockdep splat in arp_solicit
This is due to the 6th parameter of arp_send() needs to be NULL
for broatcase case, the above commit changed it to all-zero non-NULL
hw addr.
s/broatcase/broadcast ?
While at it you might enhance the label with "ipv4"?
ipv4: arp: fix a regression in arp_solicit()
- Sedat -
quoted
Reported-by: Sedat Dilek <redacted>
Tested-by: Sedat Dilek <redacted>
Cc: Sedat Dilek <redacted>
Cc: Eric Dumazet <edumazet@google.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Cong Wang <redacted>
---
While at it you might enhance the label with "ipv4"?
That's excessive.
ARP is ipv4 and ipv4 only, in other protocols it has completely
different names.
OK, I see (shorter subject is always good).
I oriented myself at the original commit from Eric which was labeled the same.
Just had a look at the git-history [1] myself...