All of lore.kernel.org
 help / color / mirror / Atom feed
From: "H. Peter Anvin" <hpa@zytor.com>
To: Andy Lutomirski <luto@amacapital.net>,
	"H. Peter Anvin" <hpa@linux.intel.com>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	x86@kernel.org
Cc: Stefani Seibold <stefani@seibold.net>,
	Andreas Brief <Andreas.Brief@rohde-schwarz.com>,
	Martin Runge <Martin.Runge@rohde-schwarz.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Dave Jones <davej@redhat.com>, Andi Kleen <andi@firstfloor.org>
Subject: Re: [PATCH v2 0/2] x86: Relocate the compat vdso per process
Date: Tue, 11 Mar 2014 22:02:33 -0700	[thread overview]
Message-ID: <531FEA69.7050107@zytor.com> (raw)
In-Reply-To: <cover.1394575968.git.luto@amacapital.net>

On 03/11/2014 03:15 PM, Andy Lutomirski wrote:
> 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(-)
>

Why per process?  *If* we have compat vdso turned on, can't we just put 
it in one place system-wide?

	-hpa


  parent reply	other threads:[~2014-03-12  5:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` H. Peter Anvin [this message]
2014-03-12  6:09   ` [PATCH v2 0/2] x86: Relocate the compat vdso per process 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=531FEA69.7050107@zytor.com \
    --to=hpa@zytor.com \
    --cc=Andreas.Brief@rohde-schwarz.com \
    --cc=Martin.Runge@rohde-schwarz.com \
    --cc=andi@firstfloor.org \
    --cc=davej@redhat.com \
    --cc=hpa@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@amacapital.net \
    --cc=stefani@seibold.net \
    --cc=torvalds@linux-foundation.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.