On Thu, Mar 20, 2014 at 1:20 PM, Davidlohr Bueso <davidl...@hp.com> wrote: > > I reverted commits 99b60ce6 (documentation) and b0c29f79 (the offending > commit), and then I cleanly applied the equivalent ones from v3 of the > series (which was already *tested* and ready for upstream until you > suggested looking into the alternative spinlock approach): > > https://lkml.org/lkml/2013/12/19/624 > https://lkml.org/lkml/2013/12/19/630 > > Assuming the atomics solves the issue, would you be willing to take this > path? Any pending documentation fixes can be added afterwards. The > important thing is that the actual code is well tested.
So my preference would be to do that "tested code" thing, but then edit out the comment changes and boil it down to just the minimal code changes. So that you can see what the patch actually *does*, without it being hidden by the bulk of the patch just being the reverts of the comment fixups. In fact, I hope that if you do that, you end up with the patch I just created by hand, and then we'd have come to the same situation two different ways independently, and I'd be doubly happy for that extra cross-checking of what went on. And I would *not* want to do this as "two reverts and one patch to re-do things like we used to", because that just makes the actual change even harder to see. And that's partly because if we eventually do decide that "hey, if we can do this using the ticket lock as a counter, let's do it that way", then this *small* fixup patch ends up showing the actual real differences between the two approaches. Of course, right now we don't even have confirmation from Srikar that the explicit "waiters" counter even fixes things on powerpc, so.. All the testing that orginal patch had was also on x86, so if it's some subtle memory ordering issue that we haven't figured out now, rather than the ticket lock thing, all this discussion about which way to go turns out to be entirely premature. Linus -- 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/