mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + mm-pagewalk-fix-the-comment-for-test_walk.patch added to -mm tree
@ 2016-08-19 20:02 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-08-19 20:02 UTC (permalink / raw)
  To: james.morse, n-horiguchi, mm-commits


The patch titled
     Subject: mm: pagewalk: fix the comment for test_walk
has been added to the -mm tree.  Its filename is
     mm-pagewalk-fix-the-comment-for-test_walk.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/mm-pagewalk-fix-the-comment-for-test_walk.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/mm-pagewalk-fix-the-comment-for-test_walk.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: James Morse <james.morse@arm.com>
Subject: mm: pagewalk: fix the comment for test_walk

Modify the comment describing struct mm_walk->test_walk()s behaviour to
match the comment on walk_page_test() and the behaviour of
walk_page_vma().

Fixes: fafaa4264eba4 ("pagewalk: improve vma handling")
Link: http://lkml.kernel.org/r/1471622518-21980-1-git-send-email-james.morse@arm.com
Signed-off-by: James Morse <james.morse@arm.com>
Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/mm.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN include/linux/mm.h~mm-pagewalk-fix-the-comment-for-test_walk include/linux/mm.h
--- a/include/linux/mm.h~mm-pagewalk-fix-the-comment-for-test_walk
+++ a/include/linux/mm.h
@@ -1197,10 +1197,10 @@ void unmap_vmas(struct mmu_gather *tlb,
  * @pte_hole: if set, called for each hole at all levels
  * @hugetlb_entry: if set, called for each hugetlb entry
  * @test_walk: caller specific callback function to determine whether
- *             we walk over the current vma or not. A positive returned
+ *             we walk over the current vma or not. Returning 0
  *             value means "do page table walk over the current vma,"
  *             and a negative one means "abort current page table walk
- *             right now." 0 means "skip the current vma."
+ *             right now." 1 means "skip the current vma."
  * @mm:        mm_struct representing the target process of page table walk
  * @vma:       vma currently walked (NULL if walking outside vmas)
  * @private:   private data for callbacks' usage
_

Patches currently in -mm which might be from james.morse@arm.com are

mm-pagewalk-fix-the-comment-for-test_walk.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-19 20:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-19 20:02 + mm-pagewalk-fix-the-comment-for-test_walk.patch added to -mm tree akpm

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).