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, 6 Oct 2010 13:53:19 -0700 (PDT)
From:	"Randy Dunlap" <rdunlap@...otime.net>
To:	"Elvis Dowson" <elvis.dowson@....com>
Cc:	"Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>
Subject: Re: Kernel config option missing: 'Compile the kernel with frame 
     pointers'


On Wed, October 6, 2010 12:16 pm, Elvis Dowson wrote:
> Hi,
> When I run menuconfig on the linux-2.6.32 kernel, I can't seem to find the
> "Compile the kernel with frame pointers" option. The generated .config
> file also doesn't have a CONFIG_FRAME_POINTER variable.

Hi,

It sounds like you don't have DEBUG_KERNEL symbol set.
You can't see the FRAME_POINTER kconfig symbol unless
DEBUG_KERNEL is set/enabled and you are on a qualifying
architecture:

config FRAME_POINTER
        bool "Compile the kernel with frame pointers"
        depends on DEBUG_KERNEL && \
                (CRIS || M68K || M68KNOMMU || FRV || UML || \
                 AVR32 || SUPERH || BLACKFIN || MN10300) || \
                ARCH_WANT_FRAME_POINTERS
        default y if (DEBUG_INFO && UML) || ARCH_WANT_FRAME_POINTERS


The prompt for DEBUG_KERNEL is "Kernel debugging".
It is in the "Kernel hacking" menu.

-- 
~Randy

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