Ben Greear <gree...@candelatech.com> writes: > It turns out, the bug I spent yesterday chasing in various 3.9 kernels is > apparently > fixed by the commit in the title (c9c390bb5535380d40614571894ef0c00bc026ff).
Apparently being the operative word. This commit avoids the entire "module insert failed due to sysfs race" path in the common case, it doesn't fix any actual problem. I think the real commit you want is Linus' kobject fix a49b7e82cab0f9b41f483359be83f44fbb6b4979 "kobject: fix kset_find_obj() race with concurrent last kobject_put()". Or is that already in stable? Cheers, Rusty. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/