From e1cd911657854b529911ddde874d5d82e2945116 Mon Sep 17 00:00:00 2001 From: Justin M. Forbes Date: Feb 14 2017 15:54:04 +0000 Subject: CVE-2017-5967 Disable CONFIG_TIMER_STATS (rhbz 1422138 1422140) --- diff --git a/config-generic b/config-generic index c2859f4..1ed50d4 100644 --- a/config-generic +++ b/config-generic @@ -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 diff --git a/kernel.spec b/kernel.spec index f13a0c2..010626e 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2199,6 +2199,9 @@ fi # # %changelog +* Tue Feb 14 2017 Justin M. Forbes +- CVE-2017-5967 Disable CONFIG_TIMER_STATS (rhbz 1422138 1422140) + * Mon Feb 13 2017 Justin M. Forbes - CVE-2017-5970 keep skb->dst around in presence of IP options (rhbz 1421638)