Apparently IP_ROUTE_MULTIPATH_CACHED isn't entirely safe to use and will oops the kernel "sooner or later". The Kconfig comment says EXPERIMENTAL but it's not.
Let's go further and mark it BROKEN for now (leaving the comment as-is though). If nobody steps up to resurrect this code we can discuss removing it entirely. Signed-off-by: Chris Wedgwood <[EMAIL PROTECTED]> diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 011cca7..3a08b9e 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -124,7 +124,7 @@ config IP_ROUTE_MULTIPATH config IP_ROUTE_MULTIPATH_CACHED bool "IP: equal cost multipath with caching support (EXPERIMENTAL)" - depends on IP_ROUTE_MULTIPATH + depends on IP_ROUTE_MULTIPATH && BROKEN help Normally, equal cost multipath routing is not supported by the routing cache. If you say Y here, alternative routes are cached - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html