diff for duplicates of <20180319190136.7441-13-acme@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 090b6d4..ed1b3bc 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -From: Masami Hiramatsu <mhiramat at kernel.org> +From: Masami Hiramatsu <mhiramat@kernel.org> Current 'perf probe' converts the type of array-elements incorrectly. It always converts the types as a pointer of array. This passes the "array" diff --git a/a/content_digest b/N1/content_digest index 24b3fb4..de2e393 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,10 @@ "ref\020180319190136.7441-1-acme@kernel.org\0" - "From\0acme at kernel.org (Arnaldo Carvalho de Melo)\0" + "From\0acme@kernel.org (Arnaldo Carvalho de Melo)\0" "Subject\0[PATCH 12/14] perf probe: Use right type to access array elements\0" "Date\0Mon, 19 Mar 2018 16:01:34 -0300\0" "\00:1\0" "b\0" - "From: Masami Hiramatsu <mhiramat at kernel.org>\n" + "From: Masami Hiramatsu <mhiramat@kernel.org>\n" "\n" "Current 'perf probe' converts the type of array-elements incorrectly. It\n" "always converts the types as a pointer of array. This passes the \"array\"\n" @@ -108,4 +108,4 @@ "the body of a message to majordomo at vger.kernel.org\n" More majordomo info at http://vger.kernel.org/majordomo-info.html -5867724e4dd94db6fd58acbf8eb821ab38d36c79c525e8f34e167b7f1c7ac74e +2f4a519ae5132d85e8f5305007b98f6f3746db546697fe6942413ea3d4218813
diff --git a/a/1.txt b/N2/1.txt index 090b6d4..7b42818 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,4 +1,4 @@ -From: Masami Hiramatsu <mhiramat at kernel.org> +From: Masami Hiramatsu <mhiramat@kernel.org> Current 'perf probe' converts the type of array-elements incorrectly. It always converts the types as a pointer of array. This passes the "array" @@ -38,18 +38,18 @@ With this, ==== So, "int" correctly converted to "s32" -Signed-off-by: Masami Hiramatsu <mhiramat at kernel.org> -Tested-by: Arnaldo Carvalho de Melo <acme at redhat.com> -Cc: Namhyung Kim <namhyung at kernel.org> -Cc: Ravi Bangoria <ravi.bangoria at linux.vnet.ibm.com> -Cc: Shuah Khan <shuah at kernel.org> -Cc: Steven Rostedt <rostedt at goodmis.org> -Cc: Tom Zanussi <tom.zanussi at linux.intel.com> -Cc: linux-kselftest at vger.kernel.org -Cc: linux-trace-users at vger.kernel.org +Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> +Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> +Cc: Namhyung Kim <namhyung@kernel.org> +Cc: Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com> +Cc: Shuah Khan <shuah@kernel.org> +Cc: Steven Rostedt <rostedt@goodmis.org> +Cc: Tom Zanussi <tom.zanussi@linux.intel.com> +Cc: linux-kselftest@vger.kernel.org +Cc: linux-trace-users@vger.kernel.org Fixes: b2a3c12b7442 ("perf probe: Support tracing an entry of array") -Link: http://lkml.kernel.org/r/152129114502.31874.2474068470011496356.stgit at devbox -Signed-off-by: Arnaldo Carvalho de Melo <acme at redhat.com> +Link: http://lkml.kernel.org/r/152129114502.31874.2474068470011496356.stgit@devbox +Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> --- tools/perf/util/probe-finder.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) @@ -96,8 +96,3 @@ index a5731de0e5eb..c37fbef1711d 100644 /* Check the pointer and dereference */ -- 2.14.3 - --- -To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in -the body of a message to majordomo at vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index 24b3fb4..fe3ca72 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,10 +1,22 @@ "ref\020180319190136.7441-1-acme@kernel.org\0" - "From\0acme at kernel.org (Arnaldo Carvalho de Melo)\0" + "From\0Arnaldo Carvalho de Melo <acme@kernel.org>\0" "Subject\0[PATCH 12/14] perf probe: Use right type to access array elements\0" "Date\0Mon, 19 Mar 2018 16:01:34 -0300\0" + "To\0Ingo Molnar <mingo@kernel.org>\0" + "Cc\0linux-kernel@vger.kernel.org" + linux-perf-users@vger.kernel.org + Masami Hiramatsu <mhiramat@kernel.org> + Namhyung Kim <namhyung@kernel.org> + Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com> + Shuah Khan <shuah@kernel.org> + Steven Rostedt <rostedt@goodmis.org> + Tom Zanussi <tom.zanussi@linux.intel.com> + linux-kselftest@vger.kernel.org + linux-trace-users@vger.kernel.org + " Arnaldo Carvalho de Melo <acme@redhat.com>\0" "\00:1\0" "b\0" - "From: Masami Hiramatsu <mhiramat at kernel.org>\n" + "From: Masami Hiramatsu <mhiramat@kernel.org>\n" "\n" "Current 'perf probe' converts the type of array-elements incorrectly. It\n" "always converts the types as a pointer of array. This passes the \"array\"\n" @@ -44,18 +56,18 @@ " ====\n" "So, \"int\" correctly converted to \"s32\"\n" "\n" - "Signed-off-by: Masami Hiramatsu <mhiramat at kernel.org>\n" - "Tested-by: Arnaldo Carvalho de Melo <acme at redhat.com>\n" - "Cc: Namhyung Kim <namhyung at kernel.org>\n" - "Cc: Ravi Bangoria <ravi.bangoria at linux.vnet.ibm.com>\n" - "Cc: Shuah Khan <shuah at kernel.org>\n" - "Cc: Steven Rostedt <rostedt at goodmis.org>\n" - "Cc: Tom Zanussi <tom.zanussi at linux.intel.com>\n" - "Cc: linux-kselftest at vger.kernel.org\n" - "Cc: linux-trace-users at vger.kernel.org\n" + "Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>\n" + "Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>\n" + "Cc: Namhyung Kim <namhyung@kernel.org>\n" + "Cc: Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com>\n" + "Cc: Shuah Khan <shuah@kernel.org>\n" + "Cc: Steven Rostedt <rostedt@goodmis.org>\n" + "Cc: Tom Zanussi <tom.zanussi@linux.intel.com>\n" + "Cc: linux-kselftest@vger.kernel.org\n" + "Cc: linux-trace-users@vger.kernel.org\n" "Fixes: b2a3c12b7442 (\"perf probe: Support tracing an entry of array\")\n" - "Link: http://lkml.kernel.org/r/152129114502.31874.2474068470011496356.stgit at devbox\n" - "Signed-off-by: Arnaldo Carvalho de Melo <acme at redhat.com>\n" + "Link: http://lkml.kernel.org/r/152129114502.31874.2474068470011496356.stgit@devbox\n" + "Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>\n" "---\n" " tools/perf/util/probe-finder.c | 13 +++++--------\n" " 1 file changed, 5 insertions(+), 8 deletions(-)\n" @@ -101,11 +113,6 @@ " \t} else if (tag == DW_TAG_pointer_type) {\n" " \t\t/* Check the pointer and dereference */\n" "-- \n" - "2.14.3\n" - "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-kselftest\" in\n" - "the body of a message to majordomo at vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + 2.14.3 -5867724e4dd94db6fd58acbf8eb821ab38d36c79c525e8f34e167b7f1c7ac74e +a188e1d17647279d80adfc29ea1bbdffaee6f3af0a5bb5ee40a1c49a5acebbff
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.