Fix: bump stable kernel version ranges for clock work-around
[lttng-modules.git] / wrapper / trace-clock.h
index 05472dc1cebcb341970e2f659ca64f1cefc058fa..9d80c45f6c7604f5f87d155775bc2aa8b7d79495 100644 (file)
  * CONFIG_DEBUG_TIMEKEEPING") introduces a buggy ktime_get_mono_fast_ns().
  * This is fixed by patch "timekeeping: Fix __ktime_get_fast_ns() regression".
  */
-#if (LTTNG_KERNEL_RANGE(4,8,0, 4,8,1) \
-       || LTTNG_KERNEL_RANGE(4,7,4, 4,7,7) \
-       || LTTNG_KERNEL_RANGE(4,4,20, 4,4,24) \
-       || LTTNG_KERNEL_RANGE(4,1,32, 4,1,34))
+#if (LTTNG_KERNEL_RANGE(4,8,0, 4,8,2) \
+       || LTTNG_KERNEL_RANGE(4,7,4, 4,7,8) \
+       || LTTNG_KERNEL_RANGE(4,4,20, 4,4,25) \
+       || LTTNG_KERNEL_RANGE(4,1,32, 4,1,35))
 #define LTTNG_CLOCK_NMI_SAFE_BROKEN
 #endif
 
This page took 0.023893 seconds and 4 git commands to generate.