Re: Crash in ip_rcv while booting related to netconsole

2005-07-05 Thread David S. Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Thu, 30 Jun 2005 12:38:28 +1000 > This patch makes IPv6 rcv registration happen last during initialisation. Also applied, thanks Herbert. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] Mo

Re: Crash in ip_rcv while booting related to netconsole

2005-07-05 Thread David S. Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Thu, 30 Jun 2005 12:37:42 +1000 > Actually you never applied my patch :) That's right. I was hoping someone would fix the Acenic driver, oh well. > Here they are again. This one makes IPv4 ip_rcv registration happen > last in af_inet. Applied, thanks