All of lore.kernel.org
 help / color / mirror / Atom feed
* [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 1/2] x86: Dynamically relocate the compat vdso Andy Lutomirski
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ 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] 9+ messages in thread

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 1/2] x86: Dynamically relocate the compat vdso Andy Lutomirski
2014-03-11 22:15 ` [PATCH v2 2/2] x86_32: Remove user bit from identity map PDE Andy Lutomirski
2014-03-12  5:02 ` [PATCH v2 0/2] x86: Relocate the compat vdso per process H. Peter Anvin
2014-03-12  6:09   ` Andy Lutomirski
2014-03-12  6:14     ` H. Peter Anvin
2014-03-12 16:20       ` Andy Lutomirski
2014-03-12 17:32         ` H. Peter Anvin
2014-03-12 17:55           ` 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.