https://github.com/torvalds/linux
Revision 701270fa193aadf00bdcf607738f64997275d4c7 authored by Hugh Dickins on 30 November 2018, 22:10:25 UTC, committed by Linus Torvalds on 30 November 2018, 22:56:15 UTC
Huge tmpfs testing showed that although collapse_shmem() recognizes a
concurrently truncated or hole-punched page correctly, its handling of
holes was liable to refill an emptied extent.  Add check to stop that.

Link: http://lkml.kernel.org/r/alpine.LSU.2.11.1811261522040.2275@eggly.anvils
Fixes: f3f0e1d2150b2 ("khugepaged: add support of collapse for tmpfs/shmem pages")
Signed-off-by: Hugh Dickins <hughd@google.com>
Reviewed-by: Matthew Wilcox <willy@infradead.org>
Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Jerome Glisse <jglisse@redhat.com>
Cc: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
Cc: <stable@vger.kernel.org>	[4.8+]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 006d3ff
History
Tip revision: 701270fa193aadf00bdcf607738f64997275d4c7 authored by Hugh Dickins on 30 November 2018, 22:10:25 UTC
mm/khugepaged: collapse_shmem() stop if punched or truncated
Tip revision: 701270f
File Mode Size
array_size.cocci -rw-r--r-- 1.7 KB
badty.cocci -rw-r--r-- 1.7 KB
boolconv.cocci -rw-r--r-- 1.4 KB
boolinit.cocci -rw-r--r-- 2.2 KB
boolreturn.cocci -rw-r--r-- 698 bytes
bugon.cocci -rw-r--r-- 1.4 KB
cond_no_effect.cocci -rw-r--r-- 2.0 KB
cstptr.cocci -rw-r--r-- 827 bytes
doubleinit.cocci -rw-r--r-- 1.4 KB
ifaddr.cocci -rw-r--r-- 659 bytes
ifcol.cocci -rw-r--r-- 1.2 KB
irqf_oneshot.cocci -rw-r--r-- 1.9 KB
noderef.cocci -rw-r--r-- 1.2 KB
of_table.cocci -rw-r--r-- 1.3 KB
orplus.cocci -rw-r--r-- 1.0 KB
returnvar.cocci -rw-r--r-- 1.2 KB
semicolon.cocci -rw-r--r-- 1.0 KB
warn.cocci -rw-r--r-- 1.6 KB

back to top