diff options
author | Hugh Dickins <hughd@google.com> | 2011-05-28 13:17:04 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-28 16:09:26 -0700 |
commit | 5dbe0af47f8a8f968bac2991c3ec974c6e3eaabc (patch) | |
tree | e936955d61fc2a69e36b2e9276f5ad7585134255 /kernel/auditfilter.c | |
parent | 826267cf1e6c6899eda1325a19f1b1d15c558b20 (diff) | |
download | blackbird-op-linux-5dbe0af47f8a8f968bac2991c3ec974c6e3eaabc.tar.gz blackbird-op-linux-5dbe0af47f8a8f968bac2991c3ec974c6e3eaabc.zip |
mm: fix kernel BUG at mm/rmap.c:1017!
I've hit the "address >= vma->vm_end" check in do_page_add_anon_rmap()
just once. The stack showed khugepaged allocation trying to compact
pages: the call to page_add_anon_rmap() coming from remove_migration_pte().
That path holds anon_vma lock, but does not hold mmap_sem: it can
therefore race with a split_vma(), and in commit 5f70b962ccc2 "mmap:
avoid unnecessary anon_vma lock" we just took away the anon_vma lock
protection when adjusting vma->vm_end.
I don't think that particular BUG_ON ever caught anything interesting,
so better replace it by a comment, than reinstate the anon_vma locking.
Signed-off-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/auditfilter.c')
0 files changed, 0 insertions, 0 deletions