diff options
author | Al Viro <viro@ZenIV.linux.org.uk> | 2012-12-16 00:25:57 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-12-20 10:40:24 (GMT) |
commit | 7bf9b7bef881aac820bf1f2e9951a17b09bd7e04 (patch) | |
tree | 6c74611883e16e5cd6548f9dd3278a9f2fadb1e3 /block/deadline-iosched.c | |
parent | dad5451a322bb682704f3ab13a558508a83e0b93 (diff) | |
download | linux-fsl-qoriq-7bf9b7bef881aac820bf1f2e9951a17b09bd7e04.tar.xz |
ARM: missing ->mmap_sem around find_vma() in swp_emulate.c
find_vma() is *not* safe when somebody else is removing vmas. Not just
the return value might get bogus just as you are getting it (this instance
doesn't try to dereference the resulting vma), the search itself can get
buggered in rather spectacular ways. IOW, ->mmap_sem really, really is
not optional here.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: <stable@vger.kernel.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'block/deadline-iosched.c')
0 files changed, 0 insertions, 0 deletions