All of lore.kernel.org
 help / color / mirror / Atom feed
* + mmthp-fix-spellos-in-describing-__have_arch_flush_pmd_tlb_range.patch added to -mm tree
@ 2016-02-10 21:35 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-02-10 21:35 UTC (permalink / raw)
  To: Vineet.Gupta1, aarcange, aneesh.kumar, kirill.shutemov, vgupta,
	mm-commits


The patch titled
     Subject: mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGE
has been added to the -mm tree.  Its filename is
     mmthp-fix-spellos-in-describing-__have_arch_flush_pmd_tlb_range.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/mmthp-fix-spellos-in-describing-__have_arch_flush_pmd_tlb_range.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/mmthp-fix-spellos-in-describing-__have_arch_flush_pmd_tlb_range.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: Vineet Gupta <Vineet.Gupta1@synopsys.com>
Subject: mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGE

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/pgtable-generic.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN mm/pgtable-generic.c~mmthp-fix-spellos-in-describing-__have_arch_flush_pmd_tlb_range mm/pgtable-generic.c
--- a/mm/pgtable-generic.c~mmthp-fix-spellos-in-describing-__have_arch_flush_pmd_tlb_range
+++ a/mm/pgtable-generic.c
@@ -90,9 +90,9 @@ pte_t ptep_clear_flush(struct vm_area_st
  * ARCHes with special requirements for evicting THP backing TLB entries can
  * implement this. Otherwise also, it can help optimize normal TLB flush in
  * THP regime. stock flush_tlb_range() typically has optimization to nuke the
- * entire TLB TLB if flush span is greater than a threshhold, which will
+ * entire TLB if flush span is greater than a threshhold, which will
  * likely be true for a single huge page. Thus a single thp flush will
- * invalidate the entire TLB which is not desitable.
+ * invalidate the entire TLB which is not desirable.
  * e.g. see arch/arc: flush_pmd_tlb_range
  */
 #define flush_pmd_tlb_range(vma, addr, end)	flush_tlb_range(vma, addr, end)
_

Patches currently in -mm which might be from Vineet.Gupta1@synopsys.com are

mmthp-khugepaged-call-pte-flush-at-the-time-of-collapse.patch
mmthp-fix-spellos-in-describing-__have_arch_flush_pmd_tlb_range.patch


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

only message in thread, other threads:[~2016-02-10 21:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-10 21:35 + mmthp-fix-spellos-in-describing-__have_arch_flush_pmd_tlb_range.patch added to -mm tree akpm

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.