Convert the existing uses of random_ether_addr to
the new eth_random_addr.
Signed-off-by: Joe Perches
---
drivers/net/ethernet/atheros/atl1c/atl1c_hw.c |2 +-
drivers/net/ethernet/atheros/atlx/atl1.c |2 +-
drivers/net/ethernet/atheros/atlx/atl2.c |2 +-
drivers
net-next commit ad7eee98be ("etherdevice: introduce eth_broadcast_addr")
added a new style API. Rename random_ether_addr to eth_random_addr to
create some API symmetry.
Joe Perches (8):
etherdevice: Rename random_ether_addr to eth_random_addr
ethernet: Use eth_random_addr
net: usb: Use eth_
>-Original Message-
>From: Joe Jin [mailto:joe@oracle.com]
>Sent: Thursday, July 12, 2012 4:46 PM
>To: Dave, Tushar N
>Cc: e1000-de...@lists.sf.net; net...@vger.kernel.org; linux-
>ker...@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
Thanks for sending full dmesg
e1000-devel
2012-7-13 11:48:59
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include
On Thu, Jul 12, 2012 at 11:21:46AM -0700, Alexander Duyck wrote:
> .
> It seems like it might be some sort of memory corruption. In order to
> get into that state the DD bit has to be set for the descriptor and the
> skb would have to be NULL.
>
> What part is it you are running this on? Is
On 07/11/2012 06:18 PM, akepner wrote:
> Using the 3.7.21 version of the ixgbe driver we can reliably
> produce a crash with this signature:
>
> BUG: unable to handle kernel NULL pointer dereference at 006c
> IP: [] ixgbe_poll+0x9df/0x1710 [ixgbe]
> PGD 814c7b067 PUD 8074dd067 PMD 0
>-Original Message-
>From: Joe Jin [mailto:joe@oracle.com]
>Sent: Thursday, July 12, 2012 12:11 AM
>To: Dave, Tushar N
>Cc: e1000-de...@lists.sf.net; net...@vger.kernel.org; linux-
>ker...@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>On 07/12/12 14:41, Dave, Tus