> > Also I investigated it now, but we don't have RCU support for rbtrees. > > So it would need some kind of locking for the reader, which is a show > > stopper. > > Nah, we can trivially do that with a seqlock. Not read side locking > required in the normal case.
I'm not convinced. It wouldn't surprise me if it was possible to generate endless cycles with rcu freed memory on some rebalancing operation. If you think I'm wrong please show working code. Also please explain clearly for the module maintainers and me what the problem with my original simple trivially show to be correct solution is. Thanks, -Andi -- [email protected] -- Speaking for myself only. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

