http://bugzilla.novell.com/show_bug.cgi?id=590886
http://bugzilla.novell.com/show_bug.cgi?id=590886#c1
Jeff Mahoney jeffm@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeffm@novell.com
--- Comment #1 from Jeff Mahoney jeffm@novell.com 2010-03-30 20:40:15 UTC --- Thanks for the report. This is caused by netlink_dump_start getting passed a NULL struct sock.
The one passed from xfrm_user_rcv_msg is xfrm_nl, which is a global symbol and is supposed to be initialized in xfrm_user_init. I'm not sure why it's getting cleared again.