linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] HWPOISON for hugepage backed KVM guest
@ 2011-01-21  6:28 Naoya Horiguchi
  2011-01-21  6:28 ` [PATCH 1/7] hugetlb: check swap entry in follow_hugetlb_page() Naoya Horiguchi
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Naoya Horiguchi @ 2011-01-21  6:28 UTC (permalink / raw)
  To: Andi Kleen
  Cc: Andrew Morton, Wu Fengguang, Mel Gorman, Christoph Lameter,
	Huang Ying, Fernando Luis Vazquez Cao, tony.luck, LKML, linux-mm

Hi,

I wrote "HWPOISON for hugepage" patchset last year, but it didn't
cover the hugepages used by KVM guest because follow_hugetlb_pages()
called in a guest page fault code path didn't know about swap entry
formatted pmd entry.
This patchset fixes it and makes both soft and hard offline available
on hugepage backed KVM guest.

I appreciate all of your comments and reviews.

Thanks,
Naoya Horiguchi

Summary:

  [PATCH 1/7] hugetlb: check swap entry in follow_hugetlb_page()
  [PATCH 2/7] check hugepage swap entry in get_user_pages_fast()
  [PATCH 3/7] remove putback_lru_pages() in hugepage migration context
  [PATCH 4/7] hugetlb, migration: add migration_hugepage_entry_wait()
  [PATCH 5/7] hugetlb: fix race condition between hugepage soft offline and page fault
  [PATCH 6/7] HWPOISON: pass order to set/clear_page_hwpoison_huge_page()
  [PATCH 7/7] HWPOISON, hugetlb: fix hard offline for hugepage backed KVM guest

  arch/x86/mm/gup.c       |    9 +++++++++
  include/linux/swapops.h |   20 ++++++++++++++++++++
  mm/hugetlb.c            |   39 +++++++++++++++++++++++++++++----------
  mm/memory-failure.c     |   24 +++++++++++++-----------
  mm/migrate.c            |   33 +++++++++++++++++++++++++++++++++
  5 files changed, 104 insertions(+), 21 deletions(-)

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom policy in Canada: sign http://dissolvethecrtc.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-01-21 10:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-21  6:28 [PATCH 0/7] HWPOISON for hugepage backed KVM guest Naoya Horiguchi
2011-01-21  6:28 ` [PATCH 1/7] hugetlb: check swap entry in follow_hugetlb_page() Naoya Horiguchi
2011-01-21  6:28 ` [PATCH 2/7] check hugepage swap entry in get_user_pages_fast() Naoya Horiguchi
2011-01-21  6:28 ` [PATCH 3/7] remove putback_lru_pages() in hugepage migration context Naoya Horiguchi
2011-01-21  6:40   ` Minchan Kim
2011-01-21 10:00     ` Naoya Horiguchi
2011-01-21  6:28 ` [PATCH 4/7] hugetlb, migration: add migration_hugepage_entry_wait() Naoya Horiguchi
2011-01-21  6:28 ` [PATCH 5/7] hugetlb: fix race condition between hugepage soft offline and page fault Naoya Horiguchi
2011-01-21  6:28 ` [PATCH 6/7] HWPOISON: pass order to set/clear_page_hwpoison_huge_page() Naoya Horiguchi
2011-01-21  6:29 ` [PATCH 7/7] HWPOISON, hugetlb: fix hard offline for hugepage backed KVM guest Naoya Horiguchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox