On Wed, Apr 06, 2016 at 01:39:22PM +0000, Mathieu Desnoyers wrote: > There is still the question of use-after-free however that > remains open. My understanding is that this lock-free list > should be paired with either a type-safe memory allocator, > using RCU, or a garbage collector. Yeah, it looks that way indeed, there no sane way to fix that either, even if you stick all this inside the rseq_start/finish thing you'll get use-after-free, because we'll not restart until rseq_finish fails. -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html