lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 18 Jul 2007 20:44:40 +0200
From:	Andi Kleen <andi@...stfloor.org>
To:	Adrian Bunk <bunk@...sta.de>
Cc:	"H. Peter Anvin" <hpa@...or.com>, Andi Kleen <andi@...stfloor.org>,
	Jonathan Campbell <jon@...dgrounds.com>,
	linux-kernel@...r.kernel.org, torvalds@...nsmeta.com
Subject: Re: Patches for REALLY TINY 386 kernels

On Wed, Jul 18, 2007 at 08:33:59PM +0200, Adrian Bunk wrote:
> On Wed, Jul 18, 2007 at 08:55:50AM -0700, H. Peter Anvin wrote:
> > Andi Kleen wrote:
> > > 
> > >> Already with these patches I can compile a zImage kernel that is 450kb
> > >> large (890kb decompressed)
> > > 
> > > The important part is not how big the vmlinux is, but how much
> > > memory is actually used after boot. 
> > > 
> > > I expect concentrating some of the dynamic data structures would
> > > be more fruitful in fact.
> > > 
> > 
> > Well, how big the vmlinux file is matters if it doesn't fit in memory
> > with enough time to get to the phase where it is dumping the init
> > sections.  *If that is not the issue*, then axing stuff like CPUID is a
> > major lose in terms of code maintainability for zero gain.
> 
> If this is an issue, then changing i386 back to discarding __exit code 

I don't think there is very much __exit code around in general.
e.g. a fairly fat x86-64 kernel here has a little over 5K.

> and data at linktime instead of runtime might make a bigger difference.

The problem is we would need separate exception tables for this then
or teach binutils about not warning. Hardly worth it for 5K.

In general it's more useful to focus on the real memory pigs 
(and measure first who they are) if you want to save memory. 
See also http://www.halobates.de/memorywaste.pdf

-Andi
-
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ