On Mon, Dec 28, 2009 at 11:58:29AM -0500, Robert P. J. Day wrote: > > drivers/infiniband/core/cma.c:2086:#if defined(CONFIG_IPv6) || > defined(CONFIG_IPV6_MODULE) > > notice the difference in case there, "IPv6" versus "IPV6". someone > want to check that out?
Yup, looks like a bug introduced in commit d14714df61681cfecf945a58436edf197327e87f Author: Sean Hefty <[email protected]> Date: Thu Nov 19 16:46:25 2009 -0800 IB/addr: Fix IPv6 routing lookup Include link scope as part of address resolution. Combine local and remote address resolution into a single, simpler code path. Fix error checking in the IPv6 routing lookups. Based on work from: David Wilder <[email protected]> Jason Gunthorpe <[email protected]> Signed-off-by: Sean Hefty <[email protected]> [ Fix up cma_check_linklocal() for !IPV6 case. - Roland ] Signed-off-by: Roland Dreier <[email protected]> Before the change, they were -#if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE) Good catch. Submit a patch and Cc lkml. Thanks, Jon > > rday > -- > > ======================================================================== > Robert P. J. Day Waterloo, Ontario, CANADA > > Linux Consulting, Training and Kernel Pedantry. > > Web page: http://crashcourse.ca > Twitter: http://twitter.com/rpjday > ======================================================================== > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
