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

diff --git a/a/1.txt b/N1/1.txt
index 5aab800..39cd471 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -99,7 +99,7 @@ index ec3d97fd8c6b..b6f1dcf4bff3 100644
  	struct kprobe *p = NULL;
  	struct optimized_kprobe *op;
  
- 	/* Don't check i == 0, since that is a breakpoint case. */
+ 	/* Don't check i = 0, since that is a breakpoint case. */
 -	for (i = 1; !p && i < MAX_OPTIMIZED_LENGTH; i++)
 -		p = get_kprobe((void *)(addr - i));
 +	for (i = 1; !p && i < MAX_OPTIMIZED_LENGTH / sizeof(kprobe_opcode_t); i++)
diff --git a/a/content_digest b/N1/content_digest
index 0efed4e..678245d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\0163163030719.489837.2236069935502195491.stgit@devnote2\0"
  "From\0Masami Hiramatsu <mhiramat@kernel.org>\0"
- "Subject\0[PATCH -tip v11 10/27] kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_kprobe()\0"
- "Date\0Tue, 14 Sep 2021 23:40:07 +0900\0"
+ "Subject\0[PATCH -tip v11 10/27] kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi\0"
+ "Date\0Tue, 14 Sep 2021 14:40:07 +0000\0"
  "To\0Steven Rostedt <rostedt@goodmis.org>"
   Josh Poimboeuf <jpoimboe@redhat.com>
  " Ingo Molnar <mingo@kernel.org>\0"
@@ -125,7 +125,7 @@
  " \tstruct kprobe *p = NULL;\n"
  " \tstruct optimized_kprobe *op;\n"
  " \n"
- " \t/* Don't check i == 0, since that is a breakpoint case. */\n"
+ " \t/* Don't check i = 0, since that is a breakpoint case. */\n"
  "-\tfor (i = 1; !p && i < MAX_OPTIMIZED_LENGTH; i++)\n"
  "-\t\tp = get_kprobe((void *)(addr - i));\n"
  "+\tfor (i = 1; !p && i < MAX_OPTIMIZED_LENGTH / sizeof(kprobe_opcode_t); i++)\n"
@@ -152,4 +152,4 @@
  " \t\t\toptimize_kprobe(_p);\n"
  " \t}"
 
-065108caa0bc85c568286ea942b0cc0009ba67d9585888fb9b04eaf5fec50889
+0f499baba4e297579c34ae7be3307a141d2ae116c45ec925c74bbd57c443406c

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.