summaryrefslogtreecommitdiffstats
path: root/mm/workingset.c
diff options
context:
space:
mode:
authorJohannes Weiner2016-12-13 01:43:35 +0100
committerLinus Torvalds2016-12-13 03:55:08 +0100
commit59749e6ce53735d8b696763742225f126e94603f (patch)
treef3278be9522e56ca1d7ce9abfa08ee4896c3e727 /mm/workingset.c
parentmm: khugepaged: close use-after-free race during shmem collapsing (diff)
downloadkernel-qcow2-linux-59749e6ce53735d8b696763742225f126e94603f.tar.gz
kernel-qcow2-linux-59749e6ce53735d8b696763742225f126e94603f.tar.xz
kernel-qcow2-linux-59749e6ce53735d8b696763742225f126e94603f.zip
mm: khugepaged: fix radix tree node leak in shmem collapse error path
The radix tree counts valid entries in each tree node. Entries stored in the tree cannot be removed by simpling storing NULL in the slot or the internal counters will be off and the node never gets freed again. When collapsing a shmem page fails, restore the holes that were filled with radix_tree_insert() with a proper radix tree deletion. Fixes: f3f0e1d2150b ("khugepaged: add support of collapse for tmpfs/shmem pages") Link: http://lkml.kernel.org/r/20161117191138.22769-3-hannes@cmpxchg.org Signed-off-by: Johannes Weiner <hannes@cmpxchg.org> Reported-by: Jan Kara <jack@suse.cz> Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Reviewed-by: Jan Kara <jack@suse.cz> Cc: Hugh Dickins <hughd@google.com> Cc: Matthew Wilcox <mawilcox@linuxonhyperv.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/workingset.c')
0 files changed, 0 insertions, 0 deletions