Re: net.inet6.icmp6.nd6_useloopback - what is it supposed to do?

2012-11-25 Thread Hiroki Sato
Garrett Cooper wrote in : ya> Hi, ya> I've been TAHI testing FreeBSD 7.x sources for the past couple ya> months and over the course of my testing via the TAHI IPv6 conformance ya> test, I changed the knob value from net.inet6.icmp6.nd6_useloopback=1 ya> -> net.inet6.icmp6.nd6_useloopback=0

A small patch for sys/netinet6/in6_src.c

2012-11-25 Thread Vijay Singh
Really trivial change. /u/vijay/bsd/CODE/cur# svn diff sys/netinet6/in6_src.c Index: sys/netinet6/in6_src.c === --- sys/netinet6/in6_src.c (revision 243309) +++ sys/netinet6/in6_src.c (working copy) @@ -597,11 +597,6 @@

Re: LOR in rtsock/ifnet

2012-11-25 Thread Adrian Chadd
DO we know which commit triggered this? Adrian On 21 November 2012 16:31, Rui Paulo wrote: > I just started seeing this on r243286. > > lock order reversal: > 1st 0xfe0001b40400 if_addr_lock (if_addr_lock) @ > /usr/home/rpaulo/freebsd/head/sys/net/rtsock.c:1818 > 2nd 0x80c693f8

Re: LOR in rtsock/ifnet

2012-11-25 Thread Rui Paulo
On 25 Nov 2012, at 23:35, Adrian Chadd wrote: > DO we know which commit triggered this? I haven't bisected. Regards, -- Rui Paulo ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any

Re: LOR in rtsock/ifnet

2012-11-25 Thread Hiroki Sato
Rui Paulo wrote in <63c19ad8-ea8d-49a8-9e98-4235c4745...@freebsd.org>: rp> On 25 Nov 2012, at 23:35, Adrian Chadd wrote: rp> rp> > DO we know which commit triggered this? rp> rp> rp> I haven't bisected. I do not think my commit triggered it because it occurred in rt_msg2(). Andrey, can you