Re: [BUG] Crash with NULL pointer dereference in bond_handle_frame in -rt (possibly mainline)
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2013-03-29 19:55:18
Also in:
lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2013-03-29 19:55:18
Also in:
lkml
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