On Tue, 23 Mar 2010, Anton Starikov wrote: > > On Mar 23, 2010, at 6:45 PM, Linus Torvalds wrote: > > > > > > > On Tue, 23 Mar 2010, Ingo Molnar wrote: > >> > >> It shows a very brutal amount of page fault invoked mmap_sem spinning > >> overhead. > > > > Isn't this already fixed? It's the same old "x86-64 rwsemaphores are using > > the shit-for-brains generic version" thing, and it's fixed by > > > > 1838ef1 x86-64, rwsem: 64-bit xadd rwsem implementation > > 5d0b723 x86: clean up rwsem type system > > 59c33fa x86-32: clean up rwsem inline asm statements > > > > NOTE! None of those are in 2.6.33 - they were merged afterwards. But they > > are in 2.6.34-rc1 (and obviously current -git). So Anton would have to > > compile his own kernel to test his load. > > > Applied mentioned patches. Things didn't improve too much. Yeah, I missed at least one commit, namely bafaecd x86-64: support native xadd rwsem implementation which is the one that actually makes x86-64 able to use the xadd version. Linus -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>