diff options
author | 2012-12-12 13:52:28 -0800 | |
---|---|---|
committer | 2012-12-12 17:38:35 -0800 | |
commit | 8c4894c6bc790d0e31e072202939ac6747bbe7ac (patch) | |
tree | 9ebb05f3ccb1e5f810f25916cf61a8913eaca1fe /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mm: protect against concurrent vma expansion (diff) | |
download | linux-dev-8c4894c6bc790d0e31e072202939ac6747bbe7ac.tar.xz linux-dev-8c4894c6bc790d0e31e072202939ac6747bbe7ac.zip |
hwpoison, hugetlbfs: fix "bad pmd" warning in unmapping hwpoisoned hugepage
When a process which used a hwpoisoned hugepage tries to exit() or
munmap(), the kernel can print out "bad pmd" message because page table
walker in free_pgtables() encounters 'hwpoisoned entry' on pmd.
This is because currently we fail to clear the hwpoisoned entry in
__unmap_hugepage_range(), so this patch simply does it.
Signed-off-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Cc: Andi Kleen <andi.kleen@intel.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Wu Fengguang <fengguang.wu@intel.com>
Cc: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions