Disable oprofile driver as userspace oprofile only uses perf (rhbz 1326944)

This commit is contained in:
Josh Boyer 2016-04-14 14:29:48 -04:00
parent 016754b013
commit 12ae10f97a
2 changed files with 4 additions and 2 deletions

View File

@ -4838,8 +4838,7 @@ CONFIG_NLS_ASCII=y
# Profiling support
#
CONFIG_PROFILING=y
CONFIG_OPROFILE=m
CONFIG_OPROFILE_EVENT_MULTIPLEX=y
# CONFIG_OPROFILE is not set
#
# Kernel hacking

View File

@ -2139,6 +2139,9 @@ fi
#
#
%changelog
* Thu Apr 14 2016 Josh Boyer <jwboyer@fedoraproject.org>
- Disable oprofile driver as userspace oprofile only uses perf (rhbz 1326944)
* Thu Apr 14 2016 Josh Boyer <jwboyer@fedoraproject.org> - 4.6.0-0.rc3.git1.1
- Linux v4.6-rc3-57-g90de6800c240
- Reenable debugging options.