All of lore.kernel.org
 help / color / mirror / Atom feed
* KALLSYMS always enabled in 'make gconfig' on PS3 kernel
@ 2009-01-18  6:08 Simon W Bock
  2009-01-18 23:59 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Simon W Bock @ 2009-01-18  6:08 UTC (permalink / raw)
  To: linux-kernel

Hi All,
this seems to be the most appropriate place to report it...

I try to compile a kernel on and for the PS3 using Geoff Levand's
sources
http://git.kernel.org/?p=linux/kernel/git/geoff/ps3-linux.git;a=summary
and did a 'make ps3_defconfig' before doing 'make gconfig'.
Now I'd care much more for 300k less in kernel size than for full
symbols in the OOPS, so I would like to deselect KALLSYMS and
KALLSYMS_ALL. The latter is even suggested to disable in the help text.
But whatever I do, those two are always selected. Even when I deselect
them using vi, the next time I do a 'make gconfig' on the config-file
they are on again.

Is this done for some special reason? Or can they be turned off?
Thank you,
	Simon


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: KALLSYMS always enabled in 'make gconfig' on PS3 kernel
  2009-01-18  6:08 KALLSYMS always enabled in 'make gconfig' on PS3 kernel Simon W Bock
@ 2009-01-18 23:59 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2009-01-18 23:59 UTC (permalink / raw)
  To: Simon W Bock; +Cc: linux-kernel

Simon W Bock wrote:
> Hi All,
> this seems to be the most appropriate place to report it...

Yes, or linux-kbuild@vger.kernel.org

> I try to compile a kernel on and for the PS3 using Geoff Levand's
> sources
> http://git.kernel.org/?p=linux/kernel/git/geoff/ps3-linux.git;a=summary
> and did a 'make ps3_defconfig' before doing 'make gconfig'.
> Now I'd care much more for 300k less in kernel size than for full
> symbols in the OOPS, so I would like to deselect KALLSYMS and
> KALLSYMS_ALL. The latter is even suggested to disable in the help text.
> But whatever I do, those two are always selected. Even when I deselect
> them using vi, the next time I do a 'make gconfig' on the config-file
> they are on again.

First, this isn't gconfig-specific.  xconfig or menuconfig should
have the same behavior.  At least I see it in xconfig also.

> Is this done for some special reason? Or can they be turned off?

All 3 of the KALLSYMS kconfig symbols are under the kconfig menu
prompt:  "Configure standard kernel features (for small systems)",
which is not enabled in ps3_defconfig AFAICT (unless Geoff's is
modified from that I can see/test in linux-next).  All that you
need to do is enable that config symbol (called CONFIG_EMBEDDED)
and then you can modify the KALLSYMS config symbols.

HTH.
-- 
~Randy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-19  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-18  6:08 KALLSYMS always enabled in 'make gconfig' on PS3 kernel Simon W Bock
2009-01-18 23:59 ` Randy Dunlap

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.