[hppa] Disable FTRACE due to huge size cost (Closes: #837588)

This commit is contained in:
Ben Hutchings 2016-09-12 20:28:04 +01:00
parent 09db94d1de
commit 1dda9dd218
2 changed files with 7 additions and 0 deletions

1
debian/changelog vendored
View File

@ -122,6 +122,7 @@ linux (4.7.3-1) UNRELEASED; urgency=medium
* mm, oom: prevent premature OOM killer invocation for high order request
(regression in 4.7)
* [arm64] pinctrl: Enable PINCTRL_SINGLE as built-in, needed for HiKey SoCs
* [hppa] Disable FTRACE due to huge size cost (Closes: #837588)
-- Ben Hutchings <ben@decadent.org.uk> Sat, 03 Sep 2016 18:34:31 +0100

View File

@ -570,6 +570,12 @@ CONFIG_ROOT_NFS=y
CONFIG_SGETMASK_SYSCALL=y
CONFIG_SYSFS_SYSCALL=y
##
## file: kernel/trace/Kconfig
##
#. As of 4.7 this has a huge size cost; see #837588
# CONFIG_FTRACE is not set
##
## file: lib/Kconfig.debug
##