[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1394751608.git.luto@amacapital.net>
Date: Thu, 13 Mar 2014 16:01:25 -0700
From: Andy Lutomirski <luto@...capital.net>
To: "H. Peter Anvin" <hpa@...ux.intel.com>,
Linus Torvalds <torvalds@...ux-foundation.org>, x86@...nel.org
Cc: Stefani Seibold <stefani@...bold.net>,
Andreas Brief <Andreas.Brief@...de-schwarz.com>,
Martin Runge <Martin.Runge@...de-schwarz.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Dave Jones <davej@...hat.com>,
Andi Kleen <andi@...stfloor.org>,
Andy Lutomirski <luto@...capital.net>
Subject: [PATCH v4 0/2] x86: Remove compat vdso support
This applies to -linus and should replace tip/x86/vdso -- Stefani
will presumably rebase the rest of that branch.
Changes from v3:
- Don't rename the config option
- Switch the default value of CONFIG_COMPAT_VDSO
- Fix numerous typos in comments and docs
Changes from v2: Update a comment that I missed.
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 | 22 +++-
arch/x86/Kconfig | 26 ++--
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 | 232 ++++-------------------------------
arch/x86/vdso/vdso32/vdso32.lds.S | 2 -
9 files changed, 59 insertions(+), 249 deletions(-)
--
1.8.5.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists