All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <162756762128.301564.14921395970626566365.stgit@devnote2>

diff --git a/a/1.txt b/N1/1.txt
index ad3646a..20e5430 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);
\ No newline at end of file
+ 				BT_FUNC("<== (hint)", insn);
\ No newline at end of file
diff --git a/a/content_digest b/N1/content_digest
index ca460c9..3d46bc0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -8,7 +8,7 @@
   "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>",
@@ -60,12 +60,12 @@
   "\@\@ -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.