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:	Thu, 7 Jun 2007 23:44:21 -0400
From:	Kyle McMartin <kyle@...onical.com>
To:	Christoph Pleger <Christoph.Pleger@...uni-dortmund.de>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: Size of kernel modules

On Wed, Jun 06, 2007 at 05:05:34PM +0200, Christoph Pleger wrote:
> So, my question is the follwing: Is it an expected feature that the file
> sizes of modules grow so much only because of a different cpu type and a
> different localversion, or is there probably a bug in my build tools?
> 

The kernel is compiled with debug info so that we can strip it later to
build two packages, one with debugging information intact, and one
without it.

If you disable CONFIG_DEBUG_KERNEL, things should go back to normal
sizes for you.

Regards,
	Kyle M.
-
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