[Bug 1420366] Re: goldfish kernel panic after setsockopt(…IP_ADD_MEMBERSHIP…)

2015-02-11 Thread Florian W.
I think the goldfish kernel is not maintained in the android source package, but in this separate linux-goldfish package, so it's time to move this bug again. ** Package changed: android (Ubuntu) = linux-goldfish (Ubuntu) ** Summary changed: - goldfish kernel panic after

[Bug 1420366] Re: goldfish kernel panic after setsockopt(…IP_ADD_MEMBERSHIP…)

2015-02-11 Thread Florian W.
I have some more details about the kernel panic. In net/ipv4/igmp.c, line 320, ip_route_output_ports() is called with socket (aka sk) = NULL. In include/net/route.h, line 150, that NULL socket pointer is passed on to sock_i_uid(), so sock_i_uid(NULL) is called. That sock_i_uid() call is not in