diff for duplicates of <162756762128.301564.14921395970626566365.stgit@devnote2> diff --git a/a/1.txt b/N1/1.txt index 3ce293f..e87b69c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,9 +18,9 @@ index e5947fbb9e7a..67cbdcfcabae 100644 @@ -2909,7 +2909,7 @@ static int validate_unwind_hints(struct objtool_file *file, struct section *sec) } - while (&insn->list != &file->insn_list && (!sec || insn->sec == sec)) { + while (&insn->list != &file->insn_list && (!sec || insn->sec = sec)) { - if (insn->hint && !insn->visited) { + if (insn->hint && !insn->visited && !insn->ignore) { ret = validate_branch(file, insn->func, insn, state); if (ret && backtrace) - BT_FUNC("<=== (hint)", insn); + BT_FUNC("<== (hint)", insn); diff --git a/a/content_digest b/N1/content_digest index 553134c..afcbf4b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0162756755600.301564.4957591913842010341.stgit@devnote2\0" "From\0Masami Hiramatsu <mhiramat@kernel.org>\0" "Subject\0[PATCH -tip v10 07/16] objtool: Ignore unwind hints for ignored functions\0" - "Date\0Thu, 29 Jul 2021 23:07:01 +0900\0" + "Date\0Thu, 29 Jul 2021 14:07:01 +0000\0" "To\0Steven Rostedt <rostedt@goodmis.org>" Josh Poimboeuf <jpoimboe@redhat.com> " Ingo Molnar <mingo@kernel.org>\0" @@ -43,11 +43,11 @@ "@@ -2909,7 +2909,7 @@ static int validate_unwind_hints(struct objtool_file *file, struct section *sec)\n" " \t}\n" " \n" - " \twhile (&insn->list != &file->insn_list && (!sec || insn->sec == sec)) {\n" + " \twhile (&insn->list != &file->insn_list && (!sec || insn->sec = sec)) {\n" "-\t\tif (insn->hint && !insn->visited) {\n" "+\t\tif (insn->hint && !insn->visited && !insn->ignore) {\n" " \t\t\tret = validate_branch(file, insn->func, insn, state);\n" " \t\t\tif (ret && backtrace)\n" - " \t\t\t\tBT_FUNC(\"<=== (hint)\", insn);" + " \t\t\t\tBT_FUNC(\"<== (hint)\", insn);" -96a1e4b69ef28a5fb96977a91151a231185c14b443315c3c16da14c73e0b89bc +60541d3e8a42821ad82e24c3d4d9bca4de9be767f79512ce79ea793d04745de7
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.