jjb: lttng-modules: refine range for elfcore.o patch
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 29 Aug 2023 14:49:14 +0000 (10:49 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 29 Aug 2023 14:50:04 +0000 (10:50 -0400)
Change-Id: I200aaf9ea444a4ad7c72ab24c3ca7962c4a7eb12
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
scripts/lttng-modules/param-build.sh

index 1d63084c253cd0f98e4ade624046ca5da8ec476e..eee5a57992c264bc3396581df3b5fbe0fc2c3cde 100644 (file)
@@ -424,10 +424,10 @@ index bbb1d225..8deeacbc 100644
 EOF
     fi
 
-    if ( { vergte "${kversion}" "3.15"; } && { verlt "${kversion}" "4.4"; } ) ||
+    if ( { vergte "${kversion}" "3.14"; } && { verlt "${kversion}" "4.4"; } ) ||
        ( { vergte "${kversion}" "4.15"; } && { verlt "${kversion}" "4.17"; } ); then
         # While the original motivation of this patch is for fixing builds using
-        # clang, the same error occurs between linux >= 3.15 and < 4.4, and in
+        # clang, the same error occurs between linux >= 3.14 and < 4.4, and in
         # 4.15, 4.16.
         #
         # This patch only partially applies due to changes in kernel/Makefile,
This page took 0.025015 seconds and 4 git commands to generate.