Re: RTNL assert

2000-10-28 Thread David S. Miller
There is even one more Andrew :-) Here is the full patch: --- ./net/ipv4/ip_gre.c.~1~ Thu Aug 24 18:48:54 2000 +++ ./net/ipv4/ip_gre.c Sat Oct 28 09:59:43 2000 @@ -1266,7 +1266,9 @@ #ifdef MODULE register_netdev(_fb_tunnel_dev); #else + rtnl_lock();

Re: RTNL assert

2000-10-28 Thread Stephen E. Clark
Andrew Morton wrote: > > "Stephen E. Clark" wrote: > > > > When I configure in Tunneling I get the following error message. Is this > > normal? This with 2.4test9pre5 > > > > GRE over IPv4 tunneling driver > > RTNL: assertion failed at devinet.c(775):inetdev_event > > The rtnetlink lock needs

Re: RTNL assert

2000-10-28 Thread Andrew Morton
"Stephen E. Clark" wrote: > > When I configure in Tunneling I get the following error message. Is this > normal? This with 2.4test9pre5 > > GRE over IPv4 tunneling driver > RTNL: assertion failed at devinet.c(775):inetdev_event The rtnetlink lock needs to be taken around register_netdevice().

Re: RTNL assert

2000-10-28 Thread Andrew Morton
"Stephen E. Clark" wrote: When I configure in Tunneling I get the following error message. Is this normal? This with 2.4test9pre5 GRE over IPv4 tunneling driver RTNL: assertion failed at devinet.c(775):inetdev_event The rtnetlink lock needs to be taken around register_netdevice(). There

Re: RTNL assert

2000-10-28 Thread David S. Miller
There is even one more Andrew :-) Here is the full patch: --- ./net/ipv4/ip_gre.c.~1~ Thu Aug 24 18:48:54 2000 +++ ./net/ipv4/ip_gre.c Sat Oct 28 09:59:43 2000 @@ -1266,7 +1266,9 @@ #ifdef MODULE register_netdev(ipgre_fb_tunnel_dev); #else + rtnl_lock();

RTNL assert

2000-10-27 Thread Stephen E. Clark
When I configure in Tunneling I get the following error message. Is this normal? This with 2.4test9pre5 GRE over IPv4 tunneling driver RTNL: assertion failed at devinet.c(775):inetdev_event - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

RTNL assert

2000-10-27 Thread Stephen E. Clark
When I configure in Tunneling I get the following error message. Is this normal? GRE over IPv4 tunneling driver RTNL: assertion failed at devinet.c(775):inetdev_event - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please

RTNL assert

2000-10-27 Thread Stephen E. Clark
When I configure in Tunneling I get the following error message. Is this normal? GRE over IPv4 tunneling driver RTNL: assertion failed at devinet.c(775):inetdev_event - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please

RTNL assert

2000-10-27 Thread Stephen E. Clark
When I configure in Tunneling I get the following error message. Is this normal? This with 2.4test9pre5 GRE over IPv4 tunneling driver RTNL: assertion failed at devinet.c(775):inetdev_event - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to