From 2aecb9b1cbb63f6c524ad9195d8fd06299ef9296 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 27 Sep 2013 14:10:40 -0400 Subject: [PATCH] Blacklist kernels 3.10.13 and 3.11.2 It looks like my guessing on kernel version at which Greg will pull this fix was wrong. It will probably appear in the next round of stable releases. The fix that needs to reach stable-3.10 and stable-3.11 before we can remove those from the backlist: commit 7bd36014460f793c19e7d6c94dab67b0afcfcb7f Author: John Stultz Date: Wed Sep 11 16:50:56 2013 -0700 timekeeping: Fix HRTICK related deadlock from ntp lock changes Signed-off-by: Mathieu Desnoyers CC: Greg Kroah-Hartman CC: John Stultz --- wrapper/trace-clock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper/trace-clock.h b/wrapper/trace-clock.h index d31141dc..9c0c8067 100644 --- a/wrapper/trace-clock.h +++ b/wrapper/trace-clock.h @@ -36,7 +36,7 @@ #include "../lttng-kernel-version.h" #include "random.h" -#if LTTNG_KERNEL_RANGE(3,10,0, 3,10,13) || LTTNG_KERNEL_RANGE(3,11,0, 3,11,2) +#if LTTNG_KERNEL_RANGE(3,10,0, 3,10,14) || LTTNG_KERNEL_RANGE(3,11,0, 3,11,3) #error "Linux kernels 3.10 and 3.11 introduce a deadlock in the timekeeping subsystem. Fixed by commit 7bd36014460f793c19e7d6c94dab67b0afcfcb7f \"timekeeping: Fix HRTICK related deadlock from ntp lock changes\" in Linux." #endif -- 2.34.1