All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] fix pagewalk minor issues
@ 2011-05-25  7:07 ` KOSAKI Motohiro
  0 siblings, 0 replies; 10+ 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




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

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

Thread overview: 10+ 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: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
2011-05-25  7:08   ` 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:09   ` KOSAKI Motohiro
2011-05-25  7:10 ` [PATCH 3/4] pagewalk: add locking-rule commnets KOSAKI Motohiro
2011-05-25  7:10   ` KOSAKI Motohiro
2011-05-25  7:11 ` [PATCH 4/4] pagewalk: fix code comment for THP KOSAKI Motohiro
2011-05-25  7:11   ` KOSAKI Motohiro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.