]> git.baikalelectronics.ru Git - kernel.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)
commit85cc9e63d9bba71dba91c201ad495bfccc4b9a42
tree366f639d9ce1e907b65caa72bc098df6c4b5a240
parentb3586cc1a444412b343b94520f06045e42bd0127
parent5c4721d18a0631318fa23abdacc8660bf88978ca
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