[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090111214837.GA21090@bombadil.infradead.org>
Date: Sun, 11 Jan 2009 16:48:37 -0500
From: Kyle McMartin <kyle@...radead.org>
To: Theodore Tso <tytso@....edu>, Dave Jones <davej@...hat.com>,
Jan Beulich <jbeulich@...ell.com>,
Sam Ravnborg <sam@...nborg.org>, linux-kernel@...r.kernel.org,
ccache@...ts.samba.org
Subject: Re: [REGRESSION] Recent change to kernel spikes out ccache/distcc
On Thu, Jan 08, 2009 at 04:31:58PM -0500, Theodore Tso wrote:
> On Thu, Jan 08, 2009 at 02:17:03PM -0500, Dave Jones wrote:
> >
> > Fedora rawhide users noticed this same problem this morning too,
> > when I pushed out a build that eats up a gig of diskspace thanks
> > to the number of modules we have, that are all afflicted by this problem.
> >
> > I'll have to revert ad7a953c for our builds to continue tracking mainline
> > without monopolising the diskspace in the Fedora build system.
>
> Note: you'll probably also have revert 9bb48247 (allow stripping of
> generated symbols under CONFIG_KALLSYMS_ALL) since I believe it
> depends on ad7a953c.
>
This doesn't appear to be the culprit. Or at least, doesn't fix the
problem.
make INSTALL_MOD_PATH=mods/ modules_install
with a distro kernel config (ie: Fedora's[1]) still results in
1.8GB of modules (willy checked that it wasn't a Fedora toolchain
bug by reproducing on a Debian system.)
As near as I can ascertain, this is limited to x86_64, at least on
Fedora:
kyle@...alhost ~/misc $ for i in *.rpm; do echo $i; rpm
-qip $i | grep Size; done
kernel-2.6.29-0.25.rc0.git14.fc11.ppc64.rpm
Size : 124858478 License:
kernel-2.6.29-0.25.rc0.git14.fc11.ppc.rpm
Size : 66313693 License:
kernel-2.6.29-0.25.rc0.git14.fc11.x86_64.rpm
Size : 1041480317 License:
kernel-PAE-2.6.29-0.25.rc0.git14.fc11.i686.rpm
Size : 56252360 License:
x86_64 is an order of magnitude bigger than the rest, which have
identical debug options enabled.
regards, Kyle
--
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