On Sat, 2011-05-14 at 11:00 +0200, Johannes Berg wrote: > From: Johannes Berg <johannes.berg@xxxxxxxxx> > > The locking in mesh_{mpath,mpp}_table_grow not only > has an rcu_read_unlock() missing, it's also racy > (though really only technically since it's invoked > from a single function only) since it obtains the > new size of the table without any locking, so two > invocations of the function could attempt the same > resize. Actually, it _can_ happen, if you have multiple mesh interfaces. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html