]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - tools/objtool/check.c
x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNK
[thirdparty/linux.git] / tools / objtool / check.c
index 84067f018f7ec5fd7f62b383ac020053eb4f5f59..8440b7bb343cc769d6cd45f64a5ab02f893afb11 100644 (file)
@@ -3980,7 +3980,7 @@ static int validate_retpoline(struct objtool_file *file)
 
                if (insn->type == INSN_RETURN) {
                        if (opts.rethunk) {
-                               WARN_INSN(insn, "'naked' return found in RETHUNK build");
+                               WARN_INSN(insn, "'naked' return found in MITIGATION_RETHUNK build");
                        } else
                                continue;
                } else {