All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/mpx: remove MPX leftovers
@ 2020-04-02 17:25 Jimmy Assarsson
  2020-04-22 18:56 ` Dave Hansen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jimmy Assarsson @ 2020-04-02 17:25 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jimmy Assarsson, Dave Hansen, x86

Remove leftovers from x86/mpx.

Fixes: 45fc24e89b7c ("x86/mpx: remove MPX from arch/x86")
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: x86@kernel.org
Signed-off-by: Jimmy Assarsson <jimmyassarsson@gmail.com>
---
 fs/proc/task_mmu.c | 3 ---
 include/linux/mm.h | 7 -------
 2 files changed, 10 deletions(-)

diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c
index 3ba9ae83bff5..53dce43fdd9a 100644
--- a/fs/proc/task_mmu.c
+++ b/fs/proc/task_mmu.c
@@ -652,9 +652,6 @@ static void show_smap_vma_flags(struct seq_file *m, struct vm_area_struct *vma)
 		[ilog2(VM_GROWSDOWN)]	= "gd",
 		[ilog2(VM_PFNMAP)]	= "pf",
 		[ilog2(VM_DENYWRITE)]	= "dw",
-#ifdef CONFIG_X86_INTEL_MPX
-		[ilog2(VM_MPX)]		= "mp",
-#endif
 		[ilog2(VM_LOCKED)]	= "lo",
 		[ilog2(VM_IO)]		= "io",
 		[ilog2(VM_SEQ_READ)]	= "sr",
diff --git a/include/linux/mm.h b/include/linux/mm.h
index c54fb96cb1e6..70717ae2be7f 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -328,13 +328,6 @@ extern unsigned int kobjsize(const void *objp);
 # define VM_MAPPED_COPY	VM_ARCH_1	/* T if mapped copy of data (nommu mmap) */
 #endif
 
-#if defined(CONFIG_X86_INTEL_MPX)
-/* MPX specific bounds table or bounds directory */
-# define VM_MPX		VM_HIGH_ARCH_4
-#else
-# define VM_MPX		VM_NONE
-#endif
-
 #ifndef VM_GROWSUP
 # define VM_GROWSUP	VM_NONE
 #endif
-- 
2.26.0


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

* Re: [PATCH] x86/mpx: remove MPX leftovers
  2020-04-02 17:25 [PATCH] x86/mpx: remove MPX leftovers Jimmy Assarsson
@ 2020-04-22 18:56 ` Dave Hansen
  2020-04-22 18:56 ` Dave Hansen
  2020-04-22 19:13 ` [tip: x86/cleanups] mm: Remove " tip-bot2 for Jimmy Assarsson
  2 siblings, 0 replies; 4+ messages in thread
From: Dave Hansen @ 2020-04-22 18:56 UTC (permalink / raw)
  To: Jimmy Assarsson, linux-kernel; +Cc: Dave Hansen, x86

On 4/2/20 10:25 AM, Jimmy Assarsson wrote:
> Remove leftovers from x86/mpx.

Thanks for finding these!



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

* Re: [PATCH] x86/mpx: remove MPX leftovers
  2020-04-02 17:25 [PATCH] x86/mpx: remove MPX leftovers Jimmy Assarsson
  2020-04-22 18:56 ` Dave Hansen
@ 2020-04-22 18:56 ` Dave Hansen
  2020-04-22 19:13 ` [tip: x86/cleanups] mm: Remove " tip-bot2 for Jimmy Assarsson
  2 siblings, 0 replies; 4+ messages in thread
From: Dave Hansen @ 2020-04-22 18:56 UTC (permalink / raw)
  To: Jimmy Assarsson, linux-kernel; +Cc: Dave Hansen, x86

Bah, fat fingers.  Forgot:

Acked-by: Dave Hansen <dave.hansen@linux.intel.com>

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

* [tip: x86/cleanups] mm: Remove MPX leftovers
  2020-04-02 17:25 [PATCH] x86/mpx: remove MPX leftovers Jimmy Assarsson
  2020-04-22 18:56 ` Dave Hansen
  2020-04-22 18:56 ` Dave Hansen
@ 2020-04-22 19:13 ` tip-bot2 for Jimmy Assarsson
  2 siblings, 0 replies; 4+ messages in thread
From: tip-bot2 for Jimmy Assarsson @ 2020-04-22 19:13 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Jimmy Assarsson, Borislav Petkov, Dave Hansen, x86, LKML

The following commit has been merged into the x86/cleanups branch of tip:

Commit-ID:     66648766ef38d8d6c48ded2f59cf98420aec2cdb
Gitweb:        https://git.kernel.org/tip/66648766ef38d8d6c48ded2f59cf98420aec2cdb
Author:        Jimmy Assarsson <jimmyassarsson@gmail.com>
AuthorDate:    Thu, 02 Apr 2020 19:25:07 +02:00
Committer:     Borislav Petkov <bp@suse.de>
CommitterDate: Wed, 22 Apr 2020 21:02:35 +02:00

mm: Remove MPX leftovers

Remove MPX leftovers in generic code.

Fixes: 45fc24e89b7c ("x86/mpx: remove MPX from arch/x86")
Signed-off-by: Jimmy Assarsson <jimmyassarsson@gmail.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lkml.kernel.org/r/20200402172507.2786-1-jimmyassarsson@gmail.com
---
 fs/proc/task_mmu.c | 3 ---
 include/linux/mm.h | 7 -------
 2 files changed, 10 deletions(-)

diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c
index 8d382d4..e12ad2e 100644
--- a/fs/proc/task_mmu.c
+++ b/fs/proc/task_mmu.c
@@ -622,9 +622,6 @@ static void show_smap_vma_flags(struct seq_file *m, struct vm_area_struct *vma)
 		[ilog2(VM_GROWSDOWN)]	= "gd",
 		[ilog2(VM_PFNMAP)]	= "pf",
 		[ilog2(VM_DENYWRITE)]	= "dw",
-#ifdef CONFIG_X86_INTEL_MPX
-		[ilog2(VM_MPX)]		= "mp",
-#endif
 		[ilog2(VM_LOCKED)]	= "lo",
 		[ilog2(VM_IO)]		= "io",
 		[ilog2(VM_SEQ_READ)]	= "sr",
diff --git a/include/linux/mm.h b/include/linux/mm.h
index 5a32342..e1882ee 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -329,13 +329,6 @@ extern unsigned int kobjsize(const void *objp);
 # define VM_MAPPED_COPY	VM_ARCH_1	/* T if mapped copy of data (nommu mmap) */
 #endif
 
-#if defined(CONFIG_X86_INTEL_MPX)
-/* MPX specific bounds table or bounds directory */
-# define VM_MPX		VM_HIGH_ARCH_4
-#else
-# define VM_MPX		VM_NONE
-#endif
-
 #ifndef VM_GROWSUP
 # define VM_GROWSUP	VM_NONE
 #endif

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

end of thread, other threads:[~2020-04-22 19:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-02 17:25 [PATCH] x86/mpx: remove MPX leftovers Jimmy Assarsson
2020-04-22 18:56 ` Dave Hansen
2020-04-22 18:56 ` Dave Hansen
2020-04-22 19:13 ` [tip: x86/cleanups] mm: Remove " tip-bot2 for Jimmy Assarsson

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.