linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] fix pagewalk minor issues
@ 2011-05-25  7:07 KOSAKI Motohiro
  2011-05-25  7:08 ` [PATCH 1/4] pagewalk: Fix walk_page_range() don't check find_vma() result properly KOSAKI Motohiro
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: KOSAKI Motohiro @ 2011-05-25  7:07 UTC (permalink / raw)
  To: linux-mm, linux-kernel, aarcange, akpm, n-horiguchi,
	kamezawa.hiroyu
  Cc: kosaki.motohiro

While reviewing Stephen's numa_maps improvement, I've found recent pagewalk changes
made some minor issues.

This series fix them. I think only [1/4] need to backport to -stable.


KOSAKI Motohiro (4):
  pagewalk: Fix walk_page_range() don't check find_vma() result
    properly
  pagewalk: don't look up vma if walk->hugetlb_entry is unused
  pagewalk: add locking-rule commnets
  pagewalk: fix code comment for THP

 include/linux/mm.h |    1 +
 mm/pagewalk.c      |   49 ++++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 43 insertions(+), 7 deletions(-)

-- 
1.7.3.1



--
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 internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2011-05-25  7:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-25  7:07 [PATCH 0/4] fix pagewalk minor issues KOSAKI Motohiro
2011-05-25  7:08 ` [PATCH 1/4] pagewalk: Fix walk_page_range() don't check find_vma() result properly KOSAKI Motohiro
2011-05-25  7:09 ` [PATCH 2/4] pagewalk: don't look up vma if walk->hugetlb_entry is unused KOSAKI Motohiro
2011-05-25  7:10 ` [PATCH 3/4] pagewalk: add locking-rule commnets KOSAKI Motohiro
2011-05-25  7:11 ` [PATCH 4/4] pagewalk: fix code comment for THP KOSAKI Motohiro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).