Re: [BUG] Crash with NULL pointer dereference in bond_handle_framein -rt (possibly mainline)

From: Steven Rostedt
Date: Fri Mar 29 2013 - 15:55:22 EST


On Fri, 2013-03-29 at 14:36 -0400, Steven Rostedt wrote:

This one's for you Paul ;-)

That means Eric's solution fits perfectly well here.

< system in single state : everyone sees cat = alive >

insert_into_box(cat);

< system in dual state : new calls see cat == dead, but
current calls see cat == alive >

open_box();

< system is back to single state: everyone sees cat = dead >

funeral(cat);

no problem ;-)

-- Steve



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/