diff options
author | Konstantin Khlebnikov <[email protected]> | 2012-01-20 14:34:24 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2012-01-23 08:38:49 -0800 |
commit | 9f9f1acd713d69fae2af286fbeedc6c8963411c6 (patch) | |
tree | cfa1485d01cb36c720f1e2b96b21748acc10ec06 /net/lapb/lapb_timer.c | |
parent | 245132643e1cfcd145bbc86a716c1818371fcb93 (diff) |
mm: fix rss count leakage during migration
Memory migration fills a pte with a migration entry and it doesn't
update the rss counters. Then it replaces the migration entry with the
new page (or the old one if migration failed). But between these two
passes this pte can be unmaped, or a task can fork a child and it will
get a copy of this migration entry. Nobody accounts for this in the rss
counters.
This patch properly adjust rss counters for migration entries in
zap_pte_range() and copy_one_pte(). Thus we avoid extra atomic
operations on the migration fast-path.
Signed-off-by: Konstantin Khlebnikov <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions