linux-um archives
 help / color / mirror / Atom feed
From: Ramkumar Ramachandra <artagnon@gmail.com>
To: LKML <linux-kernel@vger.kernel.org>
Cc: Michal Marek <mmarek@suse.cz>,
	Richard Weinberger <richard@nod.at>,
	Ingo Molnar <mingo@redhat.com>,
	uml-devel <user-mode-linux-devel@lists.sourceforge.net>
Subject: [uml-devel] [PATCH 0/2] More plesant User-Mode Linux build
Date: Fri, 27 Sep 2013 09:44:45 +0530	[thread overview]
Message-ID: <1380255287-5818-1-git-send-email-artagnon@gmail.com> (raw)

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


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel


             reply	other threads:[~2013-09-27  4:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-27  4:14 Ramkumar Ramachandra [this message]
2013-09-27  4:14 ` [uml-devel] [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 ` [uml-devel] [PATCH 2/2] um/vdso: add .gitignore for a couple of targets Ramkumar Ramachandra
2013-09-27  5:41   ` Richard Weinberger

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=1380255287-5818-1-git-send-email-artagnon@gmail.com \
    --to=artagnon@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=mmarek@suse.cz \
    --cc=richard@nod.at \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox