All of lore.kernel.org
 help / color / mirror / Atom feed
* + mm-fix-typo-in-vm_mpx-definition.patch added to -mm tree
@ 2017-09-27 22:29 akpm
       [not found] ` <CAP045AqpDGOFptFqhK5XoJcr62pR4GD4syEnWzCkC_9PWPF1vQ@mail.gmail.com>
  0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2017-09-27 22:29 UTC (permalink / raw)
  To: kirill.shutemov, dave.hansen, me, riel, mm-commits


The patch titled
     Subject: include/linux/mm.h: fix typo in VM_MPX definition
has been added to the -mm tree.  Its filename is
     mm-fix-typo-in-vm_mpx-definition.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/mm-fix-typo-in-vm_mpx-definition.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/mm-fix-typo-in-vm_mpx-definition.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: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Subject: include/linux/mm.h: fix typo in VM_MPX definition

There's a typo in recent change of VM_MPX definition.  We want it to be
VM_HIGH_ARCH_4, not VM_HIGH_ARCH_BIT_4.

Fixes: df3735c5b40f ("x86,mpx: make mpx depend on x86-64 to free up VMA flag")
Link: http://lkml.kernel.org/r/20170918140253.36856-1-kirill.shutemov@linux.intel.com
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Reviewed-by: Rik van Riel <riel@redhat.com>
Cc: Dave Hansen <dave.hansen@intel.com>
Cc: Kyle Huey <me@kylehuey.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/mm.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN include/linux/mm.h~mm-fix-typo-in-vm_mpx-definition include/linux/mm.h
--- a/include/linux/mm.h~mm-fix-typo-in-vm_mpx-definition
+++ a/include/linux/mm.h
@@ -240,7 +240,7 @@ extern unsigned int kobjsize(const void
 
 #if defined(CONFIG_X86_INTEL_MPX)
 /* MPX specific bounds table or bounds directory */
-# define VM_MPX		VM_HIGH_ARCH_BIT_4
+# define VM_MPX		VM_HIGH_ARCH_4
 #else
 # define VM_MPX		VM_NONE
 #endif
_

Patches currently in -mm which might be from kirill.shutemov@linux.intel.com are

mm-fix-typo-in-vm_mpx-definition.patch


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

* Re: + mm-fix-typo-in-vm_mpx-definition.patch added to -mm tree
       [not found] ` <CAP045AqpDGOFptFqhK5XoJcr62pR4GD4syEnWzCkC_9PWPF1vQ@mail.gmail.com>
@ 2017-10-03 21:32   ` Andrew Morton
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Morton @ 2017-10-03 21:32 UTC (permalink / raw)
  To: Kyle Huey; +Cc: Kirill A. Shutemov, Dave Hansen, Rik van Riel, mm-commits

On Tue, 3 Oct 2017 08:20:57 -0700 Kyle Huey <me@kylehuey.com> wrote:

> This is great and all, but please send this to Linux for 4.14 too.

Shall do, thanks.

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

end of thread, other threads:[~2017-10-03 21:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-27 22:29 + mm-fix-typo-in-vm_mpx-definition.patch added to -mm tree akpm
     [not found] ` <CAP045AqpDGOFptFqhK5XoJcr62pR4GD4syEnWzCkC_9PWPF1vQ@mail.gmail.com>
2017-10-03 21:32   ` Andrew Morton

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.