diff for duplicates of <20050523154228.761736000@csdlinux-2.jf.intel.com> diff --git a/a/1.txt b/N1/1.txt index 6667cd2..00d2cdd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,14 +3,16 @@ This patch adds IA64 architecture specific JProbes support on top of Kprobes signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> signed-off-by: Rusty Lynch <Rusty.lynch@intel.com> -=================================== arch/ia64/kernel/Makefile | 2 - +======================================================================= + arch/ia64/kernel/Makefile | 2 - arch/ia64/kernel/jprobes.S | 61 +++++++++++++++++++++++++++++++++++++++++++++ arch/ia64/kernel/kprobes.c | 28 ++++++++++++++++---- include/asm-ia64/kprobes.h | 5 +++ 4 files changed, 89 insertions(+), 7 deletions(-) Index: linux-2.6.12-rc4/arch/ia64/kernel/kprobes.c -=================================--- linux-2.6.12-rc4.orig/arch/ia64/kernel/kprobes.c 2005-05-23 07:57:06.490151962 -0700 +=================================================================== +--- linux-2.6.12-rc4.orig/arch/ia64/kernel/kprobes.c 2005-05-23 07:57:06.490151962 -0700 +++ linux-2.6.12-rc4/arch/ia64/kernel/kprobes.c 2005-05-23 07:57:38.340737509 -0700 @@ -35,12 +35,15 @@ #include <asm/pgtable.h> @@ -64,7 +66,8 @@ Index: linux-2.6.12-rc4/arch/ia64/kernel/kprobes.c + return 1; } Index: linux-2.6.12-rc4/arch/ia64/kernel/Makefile -=================================--- linux-2.6.12-rc4.orig/arch/ia64/kernel/Makefile 2005-05-23 07:55:50.895426325 -0700 +=================================================================== +--- linux-2.6.12-rc4.orig/arch/ia64/kernel/Makefile 2005-05-23 07:55:50.895426325 -0700 +++ linux-2.6.12-rc4/arch/ia64/kernel/Makefile 2005-05-23 07:57:22.849526761 -0700 @@ -20,7 +20,7 @@ obj-$(CONFIG_PERFMON) += perfmon_default_smpl.o @@ -76,7 +79,8 @@ Index: linux-2.6.12-rc4/arch/ia64/kernel/Makefile # The gate DSO image is built using a special linker script. Index: linux-2.6.12-rc4/arch/ia64/kernel/jprobes.S -=================================--- /dev/null 1970-01-01 00:00:00.000000000 +0000 +=================================================================== +--- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ linux-2.6.12-rc4/arch/ia64/kernel/jprobes.S 2005-05-23 07:57:22.850503324 -0700 @@ -0,0 +1,61 @@ +/* @@ -141,7 +145,8 @@ Index: linux-2.6.12-rc4/arch/ia64/kernel/jprobes.S + br.call.sptk.many b0=jprobe_break +END(jprobe_inst_return) Index: linux-2.6.12-rc4/include/asm-ia64/kprobes.h -=================================--- linux-2.6.12-rc4.orig/include/asm-ia64/kprobes.h 2005-05-23 07:55:50.897379450 -0700 +=================================================================== +--- linux-2.6.12-rc4.orig/include/asm-ia64/kprobes.h 2005-05-23 07:55:50.897379450 -0700 +++ linux-2.6.12-rc4/include/asm-ia64/kprobes.h 2005-05-23 07:57:38.341714071 -0700 @@ -57,6 +57,11 @@ kprobe_opcode_t insn; diff --git a/a/content_digest b/N1/content_digest index 8f509c4..ec58a00 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020050523153906.988390000@csdlinux-2.jf.intel.com\0" "From\0Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>\0" "Subject\0[patch 3/4] Kprobes support for IA64\0" - "Date\0Mon, 23 May 2005 15:39:09 +0000\0" + "Date\0Mon, 23 May 2005 08:39:09 -0700\0" "To\0akpm@osdl.org\0" "Cc\0tony.luck@intel.com" rohit.seth@intel.com @@ -13,20 +13,23 @@ linux-kernel@vger.kernel.org " anil.s.keshavamurthy@intel.com\0" "\00:1\0" + "fn\0kprobes-jprobes-support.patch\0" "b\0" "\n" "This patch adds IA64 architecture specific JProbes support on top of Kprobes\n" "\n" "signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>\n" "signed-off-by: Rusty Lynch <Rusty.lynch@intel.com>\n" - "=================================== arch/ia64/kernel/Makefile | 2 -\n" + "=======================================================================\n" + " arch/ia64/kernel/Makefile | 2 -\n" " arch/ia64/kernel/jprobes.S | 61 +++++++++++++++++++++++++++++++++++++++++++++\n" " arch/ia64/kernel/kprobes.c | 28 ++++++++++++++++----\n" " include/asm-ia64/kprobes.h | 5 +++\n" " 4 files changed, 89 insertions(+), 7 deletions(-)\n" "\n" "Index: linux-2.6.12-rc4/arch/ia64/kernel/kprobes.c\n" - "=================================--- linux-2.6.12-rc4.orig/arch/ia64/kernel/kprobes.c\t2005-05-23 07:57:06.490151962 -0700\n" + "===================================================================\n" + "--- linux-2.6.12-rc4.orig/arch/ia64/kernel/kprobes.c\t2005-05-23 07:57:06.490151962 -0700\n" "+++ linux-2.6.12-rc4/arch/ia64/kernel/kprobes.c\t2005-05-23 07:57:38.340737509 -0700\n" "@@ -35,12 +35,15 @@\n" " #include <asm/pgtable.h>\n" @@ -80,7 +83,8 @@ "+\treturn 1;\n" " }\n" "Index: linux-2.6.12-rc4/arch/ia64/kernel/Makefile\n" - "=================================--- linux-2.6.12-rc4.orig/arch/ia64/kernel/Makefile\t2005-05-23 07:55:50.895426325 -0700\n" + "===================================================================\n" + "--- linux-2.6.12-rc4.orig/arch/ia64/kernel/Makefile\t2005-05-23 07:55:50.895426325 -0700\n" "+++ linux-2.6.12-rc4/arch/ia64/kernel/Makefile\t2005-05-23 07:57:22.849526761 -0700\n" "@@ -20,7 +20,7 @@\n" " obj-$(CONFIG_PERFMON)\t\t+= perfmon_default_smpl.o\n" @@ -92,7 +96,8 @@ " \n" " # The gate DSO image is built using a special linker script.\n" "Index: linux-2.6.12-rc4/arch/ia64/kernel/jprobes.S\n" - "=================================--- /dev/null\t1970-01-01 00:00:00.000000000 +0000\n" + "===================================================================\n" + "--- /dev/null\t1970-01-01 00:00:00.000000000 +0000\n" "+++ linux-2.6.12-rc4/arch/ia64/kernel/jprobes.S\t2005-05-23 07:57:22.850503324 -0700\n" "@@ -0,0 +1,61 @@\n" "+/*\n" @@ -157,7 +162,8 @@ "+\tbr.call.sptk.many b0=jprobe_break\n" "+END(jprobe_inst_return)\n" "Index: linux-2.6.12-rc4/include/asm-ia64/kprobes.h\n" - "=================================--- linux-2.6.12-rc4.orig/include/asm-ia64/kprobes.h\t2005-05-23 07:55:50.897379450 -0700\n" + "===================================================================\n" + "--- linux-2.6.12-rc4.orig/include/asm-ia64/kprobes.h\t2005-05-23 07:55:50.897379450 -0700\n" "+++ linux-2.6.12-rc4/include/asm-ia64/kprobes.h\t2005-05-23 07:57:38.341714071 -0700\n" "@@ -57,6 +57,11 @@\n" " \tkprobe_opcode_t insn;\n" @@ -174,4 +180,4 @@ "\n" -- -3669ff70870faf4b0edc7c89d467e6178a0c9ea93d14fabbeadc0e46409e7cc3 +b6f436461bfb3a886ef7ebeb0eedff25fabdbacea2de55d4f1cd5eafbfe43f9f
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.