CVE-2017-5967 Disable CONFIG_TIMER_STATS (rhbz 1422138 1422140)

This commit is contained in:
Justin M. Forbes 2017-02-14 09:54:09 -06:00
parent 587708b82a
commit aeecde9304
2 changed files with 4 additions and 1 deletions

View File

@ -5537,7 +5537,7 @@ CONFIG_NO_HZ=y
# CONFIG_SCHED_STACK_END_CHECK is not set
# CONFIG_DEBUG_TIMEKEEPING is not set
CONFIG_TIMER_STATS=y
# CONFIG_TIMER_STATS is not set
CONFIG_HIGH_RES_TIMERS=y
CONFIG_PERF_EVENTS=y

View File

@ -2181,6 +2181,9 @@ fi
#
#
%changelog
* Tue Feb 14 2017 Justin M. Forbes <jforbes@fedoraproject.org>
- CVE-2017-5967 Disable CONFIG_TIMER_STATS (rhbz 1422138 1422140)
* Mon Feb 13 2017 Justin M. Forbes <jforbes@fedoraproject.org>
- CVE-2017-5970 keep skb->dst around in presence of IP options (rhbz 1421638)