public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] More plesant User-Mode Linux build
@ 2013-09-27  4:14 Ramkumar Ramachandra
  2013-09-27  4:14 ` [PATCH 1/2] arch/um: make it work with defconfig and x86_64 Ramkumar Ramachandra
  2013-09-27  4:14 ` [PATCH 2/2] um/vdso: add .gitignore for a couple of targets Ramkumar Ramachandra
  0 siblings, 2 replies; 5+ messages in thread
From: Ramkumar Ramachandra @ 2013-09-27  4:14 UTC (permalink / raw)
  To: LKML; +Cc: Richard Weinberger, Ingo Molnar, Michal Marek, uml-devel

Hi,

The first patch does the meat of the work of getting rid of the
bloated i386-specific defconfig and replacing it with two tiny ones,
and updating the Makefile/ Kconfig. SUBARCH is now auto-detected
correctly, and can be overridden on the command-line. I've tested both
the x86_64 kernel with an x86_64 userland, as well as the i386 kernel
with an i386 userland.

The second patch is just a related "while we're there".

Thanks.

Ramkumar Ramachandra (2):
  arch/um: make it work with defconfig and x86_64
  um/vdso: add .gitignore for a couple of targets

 arch/um/Kconfig.common           |   5 -
 arch/um/Makefile                 |  11 +
 arch/um/configs/i386_defconfig   |  76 ++++
 arch/um/configs/x86_64_defconfig |  75 ++++
 arch/um/defconfig                | 899 ---------------------------------------
 arch/x86/um/Kconfig              |   5 +
 arch/x86/um/vdso/.gitignore      |   2 +
 7 files changed, 169 insertions(+), 904 deletions(-)
 create mode 100644 arch/um/configs/i386_defconfig
 create mode 100644 arch/um/configs/x86_64_defconfig
 delete mode 100644 arch/um/defconfig
 create mode 100644 arch/x86/um/vdso/.gitignore

-- 
1.8.4.299.gb3e7d24.dirty


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

end of thread, other threads:[~2013-09-27  5:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-27  4:14 [PATCH 0/2] More plesant User-Mode Linux build Ramkumar Ramachandra
2013-09-27  4:14 ` [PATCH 1/2] arch/um: make it work with defconfig and x86_64 Ramkumar Ramachandra
2013-09-27  5:41   ` Richard Weinberger
2013-09-27  4:14 ` [PATCH 2/2] um/vdso: add .gitignore for a couple of targets Ramkumar Ramachandra
2013-09-27  5:41   ` Richard Weinberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox