]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Mar 2012 20:32:19 +0000 (13:32 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Mar 2012 20:32:19 +0000 (13:32 -0700)
commit3a990a52f9f25f45469e272017a31e7a3fda60ed
tree366f639d9ce1e907b65caa72bc098df6c4b5a240
parent3556485f1595e3964ba539e39ea682acbb835cee
parentf5cc4eef9987d0b517364d01e290d6438e47ee5d
Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull munmap/truncate race fixes from Al Viro:
 "Fixes for racy use of unmap_vmas() on truncate-related codepaths"

* 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  VM: make zap_page_range() callers that act on a single VMA use separate helper
  VM: make unmap_vmas() return void
  VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap()
  VM: make zap_page_range() return void
  VM: can't go through the inner loop in unmap_vmas() more than once...
  VM: unmap_page_range() can return void
mm/memory.c
mm/mmap.c