]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ctf: Prohibit a bunch of debug info options we don't support.
authorNick Alcock <nick.alcock@oracle.com>
Fri, 12 Dec 2014 18:45:37 +0000 (18:45 +0000)
committerNick Alcock <nick.alcock@oracle.com>
Tue, 21 Jul 2015 14:29:51 +0000 (15:29 +0100)
commit53e95b790f86a3efc8c50440687ef9329f364a90
tree61b642dc6ed49898b45b823ae9ef9110a5844481
parentda8922d33b98f5f968299562334613d3ac2d3538
ctf: Prohibit a bunch of debug info options we don't support.

CONFIG_DEBUG_INFO_DWARF4 and CONFIG_DEBUG_INFO_SPLIT will require significant
changes to dwarf2ctf, but will eventually be supported.

CONFIG_DEBUG_INFO_REDUCED fundamentally breaks the type deduplicator and will
never be supported.

Unfortunately this forces us to change the DEBUG_INFO select to a depends,
so you have to remember to turn CONFIG_DEBUG_INFO on or half of dtrace won't
work.

Orabug: 20456825

Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
Acked-by: Kris Van Hees <kris.van.hees@oracle.com>
kernel/ctf/Kconfig
kernel/dtrace/Kconfig