All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] x86: Remove compat vdso support
@ 2014-03-12 18:29 Andy Lutomirski
  2014-03-12 18:29 ` [PATCH v2 1/2] " Andy Lutomirski
  2014-03-12 18:29 ` [PATCH v2 2/2] x86_32: Remove user bit from identity map PDE Andy Lutomirski
  0 siblings, 2 replies; 6+ messages in thread
From: Andy Lutomirski @ 2014-03-12 18:29 UTC (permalink / raw)
  To: H. Peter Anvin, Linus Torvalds, x86
  Cc: Stefani Seibold, Andreas Brief, Martin Runge,
	Linux Kernel Mailing List, Dave Jones, Andi Kleen,
	Andy Lutomirski

This is in the spirit of throwing patches at the list to see what sticks :)

This is intended as an alternative to my compat vdso relocation patches
(http://thread.gmane.org/gmane.linux.kernel/1665080)

v1 of this patch was thoroughly nakked out of existence.  v2 is similar,
but might survive the nakking.  The critical difference is that this
version defaults to the compatible vdso-less mode instead of the modern
incompatible mode.

Changes from v1:
 - CONFIG_ENABLE_VDSO32_BY_DEFAULT now defaults to n
 - Improved the config text and description
 - Improved the kernel parameter docs

Andy Lutomirski (2):
  x86: Remove compat vdso support
  x86_32: Remove user bit from identity map PDE

 Documentation/kernel-parameters.txt  |  23 +++-
 arch/x86/Kconfig                     |  28 +++--
 arch/x86/include/asm/elf.h           |   4 -
 arch/x86/include/asm/fixmap.h        |   8 --
 arch/x86/include/asm/pgtable_types.h |   7 +-
 arch/x86/include/asm/vdso.h          |   5 +-
 arch/x86/vdso/vdso-layout.lds.S      |   2 +-
 arch/x86/vdso/vdso32-setup.c         | 234 ++++-------------------------------
 arch/x86/vdso/vdso32/vdso32.lds.S    |   2 -
 9 files changed, 62 insertions(+), 251 deletions(-)

-- 
1.8.5.3


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH v2 0/2] x86: Relocate the compat vdso per process
@ 2014-03-11 22:15 Andy Lutomirski
  2014-03-11 22:15 ` [PATCH v2 2/2] x86_32: Remove user bit from identity map PDE Andy Lutomirski
  0 siblings, 1 reply; 6+ messages in thread
From: Andy Lutomirski @ 2014-03-11 22:15 UTC (permalink / raw)
  To: H. Peter Anvin, Linus Torvalds, x86
  Cc: Stefani Seibold, Andreas Brief, Martin Runge,
	Linux Kernel Mailing List, Dave Jones, Andi Kleen,
	Andy Lutomirski

The meat of this patch series is in patch 1.  Patch 2 is split out for
improved bisectability.

Changes from v1: Split into two patches and fixed a comment.

Andy Lutomirski (2):
  x86: Dynamically relocate the compat vdso
  x86_32: Remove user bit from identity map PDE

 Documentation/kernel-parameters.txt  |  18 +++-
 arch/x86/Kconfig                     |  24 +++--
 arch/x86/include/asm/elf.h           |   4 -
 arch/x86/include/asm/fixmap.h        |   8 --
 arch/x86/include/asm/pgtable_types.h |   7 +-
 arch/x86/include/asm/vdso.h          |   5 +-
 arch/x86/vdso/vdso-layout.lds.S      |   2 +-
 arch/x86/vdso/vdso32-setup.c         | 173 ++++++++++++++++-------------------
 arch/x86/vdso/vdso32/vdso32.lds.S    |   2 -
 9 files changed, 111 insertions(+), 132 deletions(-)

-- 
1.8.5.3


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

end of thread, other threads:[~2014-03-12 18:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-12 18:29 [PATCH v2 0/2] x86: Remove compat vdso support Andy Lutomirski
2014-03-12 18:29 ` [PATCH v2 1/2] " Andy Lutomirski
2014-03-12 18:29 ` [PATCH v2 2/2] x86_32: Remove user bit from identity map PDE Andy Lutomirski
2014-03-12 18:39   ` Dave Jones
2014-03-12 18:52     ` Andy Lutomirski
  -- strict thread matches above, loose matches on Subject: below --
2014-03-11 22:15 [PATCH v2 0/2] x86: Relocate the compat vdso per process Andy Lutomirski
2014-03-11 22:15 ` [PATCH v2 2/2] x86_32: Remove user bit from identity map PDE Andy Lutomirski

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.