All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Manfred Spraul <manfred@colorfullife.com>
Subject: Re: out-of-line x86 "put_user()" implementation
Date: Mon, 7 Feb 2005 12:44:15 +0100	[thread overview]
Message-ID: <20050207114415.GA22948@elte.hu> (raw)
In-Reply-To: <Pine.LNX.4.58.0502062212450.2165@ppc970.osdl.org>


* Linus Torvalds <torvalds@osdl.org> wrote:

> I no longer use x86 as my main machine, so this patch is totally
> untested.  I've compiled it to see that things look somewhat sane, but
> that doesn't mean much. If I forgot some register or screwed something
> else up, this will result in a totally nonworking kernel, but I
> thought that maybe somebody else would be interested in looking at
> whether this (a) works, (b) migth even shrink the kernel and (c) might
> make us able to DTRT wrt the page table following crud (old i386 cores
> may be hard to find these days, so maybe people don't care).

boots fine and shrinks the image size quite noticeably:

  [Nr] Name     Type        Addr     Off    Size
  [ 1] .text    PROGBITS    c0100000 001000 2771a9   [vmlinux-orig]
  [ 1] .text    PROGBITS    c0100000 001000 2742dd   [vmlinux-patched]

that's 11980 bytes off a 2585001 bytes .text, a 0.5% size reduction.
This patch we want ...

	Ingo

  reply	other threads:[~2005-02-07 11:44 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-07  6:23 out-of-line x86 "put_user()" implementation Linus Torvalds
2005-02-07 11:44 ` Ingo Molnar [this message]
2005-02-08  1:20   ` Linus Torvalds
2005-02-08 17:43     ` Pavel Machek
2005-02-08 19:35     ` Valdis.Kletnieks
2005-02-09  1:25     ` Richard Henderson
2005-02-09  2:08       ` Linus Torvalds
2005-02-09  2:24         ` Andrew Morton
2005-02-09  2:32           ` Linus Torvalds
2005-02-09  1:27     ` Richard Henderson
2005-02-09  2:16       ` Linus Torvalds
2005-02-09  2:27         ` Linus Torvalds
2005-02-09  2:33           ` Richard Henderson
2005-02-11 22:15             ` H. Peter Anvin
2005-02-09  2:36         ` Richard Henderson
2005-03-12 14:55 ` Coywolf Qi Hunt
  -- strict thread matches above, loose matches on Subject: below --
2005-02-12  1:55 Chuck Ebbert
2005-02-12  2:03 ` Linus Torvalds

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=20050207114415.GA22948@elte.hu \
    --to=mingo@elte.hu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manfred@colorfullife.com \
    --cc=torvalds@osdl.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.