]> Git Repo - linux.git/commit
mm, thp: print useful information when mmap_sem is unlocked in zap_pmd_range
authorDavid Rientjes <[email protected]>
Wed, 20 Jun 2012 19:53:00 +0000 (12:53 -0700)
committerLinus Torvalds <[email protected]>
Wed, 20 Jun 2012 21:39:35 +0000 (14:39 -0700)
commite0897d75f0b22e8c3a7287a48548c5686ef73447
tree7c6e96b8f9e95ba81e322833363398df119102e0
parent436814e61f5c526ed123853a9bf63fb2ff4ff94b
mm, thp: print useful information when mmap_sem is unlocked in zap_pmd_range

Andrea asked for addr, end, vma->vm_start, and vma->vm_end to be emitted
when !rwsem_is_locked(&tlb->mm->mmap_sem).  Otherwise, debugging the
underlying issue is more difficult.

Suggested-by: Andrea Arcangeli <[email protected]>
Signed-off-by: David Rientjes <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/memory.c
This page took 0.048174 seconds and 4 git commands to generate.