Teach cyclictest to recognize the major version 4 which we do have now. Featurewise it should behave like the 3.0 series Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> --- src/cyclictest/cyclictest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c index c727d54364b1..38525d42c853 100644 --- a/src/cyclictest/cyclictest.c +++ b/src/cyclictest/cyclictest.c @@ -1554,7 +1554,7 @@ static int check_kernel(void) strcpy(functiontracer, "function"); strcpy(traceroptions, "trace_options"); } - } else if (maj == 3) { + } else if (maj >= 3) { kv = KV_30; strcpy(functiontracer, "function"); strcpy(traceroptions, "trace_options"); -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html