On Tue, Aug 17, 2010 at 3:06 PM, Dave Jones <davej@xxxxxxxxxx> wrote: > On Tue, Aug 17, 2010 at 02:00:01PM -0500, John Hartgraves wrote: > > I'm trying to rebuild my kernel without debugging, I set the %define > > debugbuildsenabled to 1 and in the kernel.spec file before building > > with rpmbuild but I am still getting CONFIG_LOCKDEP=y in my kernel > > config file in my /boot directory after I install the built kernel. > > How do I fully disable this? > > > > -John Hartgraves > > PROVE_LOCKING is probably turning it back on. > > just do 'make release', and it'll do it all for you. Assuming that you're working from a fedora kernel git scm checkout, if I'm thinking clearly. But the key here is that you actually edit the kernel config files (either by 'make release' or by hand), as simply editing a flag in the kernel spec file isn't enough (maybe that's not what was done, but it sure sounded like it). -- Jarod Wilson jarod@xxxxxxxxxxxx _______________________________________________ kernel mailing list kernel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/kernel