diff for duplicates of <20170603172528.113ffe11@vmware.local.home> diff --git a/a/1.txt b/N1/1.txt index 511bdd7..2b9cde6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,11 +15,11 @@ Greg KH <gregkh@linuxfoundation.org> wrote: > In file included from ./include/trace/define_trace.h:95:0, > from ./include/trace/events/fsi.h:127, > from drivers/fsi/fsi-core.c:27: -> ./include/trace/events/fsi.h: In function ‘trace_raw_output_fsi_master_write’: -> ./include/trace/events/fsi.h:58:12: warning: field width specifier ‘*’ expects argument of type ‘int’, but argument 8 has type ‘size_t {aka long unsigned int}’ [-Wformat=] +> ./include/trace/events/fsi.h: In function ?trace_raw_output_fsi_master_write?: +> ./include/trace/events/fsi.h:58:12: warning: field width specifier ?*? expects argument of type ?int?, but argument 8 has type ?size_t {aka long unsigned int}? [-Wformat=] > TP_printk("fsi%d:%02d:%02d %08x[%zd] <= {%*ph}", -From patch 16/23: +>From patch 16/23: +TRACE_EVENT(fsi_master_write, + TP_PROTO(const struct fsi_master *master, int link, int id, @@ -67,16 +67,16 @@ similar issues. -- Steve > ^ -> ./include/trace/trace_events.h:343:22: note: in definition of macro ‘DECLARE_EVENT_CLASS’ +> ./include/trace/trace_events.h:343:22: note: in definition of macro ?DECLARE_EVENT_CLASS? > trace_seq_printf(s, print); \ > ^~~~~ -> ./include/trace/trace_events.h:65:9: note: in expansion of macro ‘PARAMS’ +> ./include/trace/trace_events.h:65:9: note: in expansion of macro ?PARAMS? > PARAMS(print)); \ > ^~~~~~ -> ./include/trace/events/fsi.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ +> ./include/trace/events/fsi.h:37:1: note: in expansion of macro ?TRACE_EVENT? > TRACE_EVENT(fsi_master_write, > ^~~~~~~~~~~ -> ./include/trace/events/fsi.h:58:2: note: in expansion of macro ‘TP_printk’ +> ./include/trace/events/fsi.h:58:2: note: in expansion of macro ?TP_printk? > TP_printk("fsi%d:%02d:%02d %08x[%zd] <= {%*ph}", > ^~~~~~~~~ > In file included from ./include/trace/trace_events.h:377:0, @@ -89,21 +89,21 @@ similar issues. > In file included from ./include/trace/define_trace.h:95:0, > from ./include/trace/events/fsi.h:127, > from drivers/fsi/fsi-core.c:27: -> ./include/trace/events/fsi.h: In function ‘trace_raw_output_fsi_master_rw_resul -> ’: -> ./include/trace/events/fsi.h:95:12: warning: field width specifier ‘*’ expects argument of type ‘int’, but argument 9 has type ‘size_t {aka long unsigned int}’ [-Wformat=] +> ./include/trace/events/fsi.h: In function ?trace_raw_output_fsi_master_rw_resul +> ?: +> ./include/trace/events/fsi.h:95:12: warning: field width specifier ?*? expects argument of type ?int?, but argument 9 has type ?size_t {aka long unsigned int}? [-Wformat=] > TP_printk("fsi%d:%02d:%02d %08x[%zd] %s {%*ph} ret %d", > ^ -> ./include/trace/trace_events.h:343:22: note: in definition of macro ‘DECLARE_EVENT_CLASS’ +> ./include/trace/trace_events.h:343:22: note: in definition of macro ?DECLARE_EVENT_CLASS? > trace_seq_printf(s, print); \ > ^~~~~ -> ./include/trace/trace_events.h:65:9: note: in expansion of macro ‘PARAMS’ +> ./include/trace/trace_events.h:65:9: note: in expansion of macro ?PARAMS? > PARAMS(print)); \ > ^~~~~~ -> ./include/trace/events/fsi.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ +> ./include/trace/events/fsi.h:68:1: note: in expansion of macro ?TRACE_EVENT? > TRACE_EVENT(fsi_master_rw_result, > ^~~~~~~~~~~ -> ./include/trace/events/fsi.h:95:2: note: in expansion of macro ‘TP_printk’ +> ./include/trace/events/fsi.h:95:2: note: in expansion of macro ?TP_printk? > TP_printk("fsi%d:%02d:%02d %08x[%zd] %s {%*ph} ret %d", > ^~~~~~~~~ > In file included from ./include/trace/trace_events.h:377:0, diff --git a/a/content_digest b/N1/content_digest index 92597d1..c32efb8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,24 +1,10 @@ "ref\020170511210101.78409-1-cbostic@linux.vnet.ibm.com\0" "ref\0305bc7b6-30eb-a44d-28da-f90f9a973acf@linux.vnet.ibm.com\0" "ref\020170603100510.GA24053@kroah.com\0" - "From\0Steven Rostedt <rostedt@goodmis.org>\0" - "Subject\0Re: [PATCH v7 00/23] FSI device driver implementation\0" + "From\0rostedt@goodmis.org (Steven Rostedt)\0" + "Subject\0[PATCH v7 00/23] FSI device driver implementation\0" "Date\0Sat, 3 Jun 2017 17:25:28 -0400\0" - "To\0Greg KH <gregkh@linuxfoundation.org>\0" - "Cc\0Christopher Bostic <cbostic@linux.vnet.ibm.com>" - mingo@redhat.com - devicetree@vger.kernel.org - linux-arm-kernel@lists.infradead.org - joel@jms.id.au - andrew@aj.id.au - jk@ozlabs.org - linux-kernel@vger.kernel.org - openbmc@lists.ozlabs.org - robh+dt@kernel.org - mark.rutland@arm.com - linux@armlinux.org.uk - alistair@popple.id.au - " benh@kernel.crashing.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Sat, 3 Jun 2017 19:05:10 +0900\n" @@ -38,11 +24,11 @@ "> In file included from ./include/trace/define_trace.h:95:0,\n" "> from ./include/trace/events/fsi.h:127,\n" "> from drivers/fsi/fsi-core.c:27:\n" - "> ./include/trace/events/fsi.h: In function \342\200\230trace_raw_output_fsi_master_write\342\200\231:\n" - "> ./include/trace/events/fsi.h:58:12: warning: field width specifier \342\200\230*\342\200\231 expects argument of type \342\200\230int\342\200\231, but argument 8 has type \342\200\230size_t {aka long unsigned int}\342\200\231 [-Wformat=]\n" + "> ./include/trace/events/fsi.h: In function ?trace_raw_output_fsi_master_write?:\n" + "> ./include/trace/events/fsi.h:58:12: warning: field width specifier ?*? expects argument of type ?int?, but argument 8 has type ?size_t {aka long unsigned int}? [-Wformat=]\n" "> TP_printk(\"fsi%d:%02d:%02d %08x[%zd] <= {%*ph}\",\n" "\n" - "From patch 16/23:\n" + ">From patch 16/23:\n" "\n" "+TRACE_EVENT(fsi_master_write,\n" "+\tTP_PROTO(const struct fsi_master *master, int link, int id,\n" @@ -90,16 +76,16 @@ "-- Steve\n" "\n" "> ^\n" - "> ./include/trace/trace_events.h:343:22: note: in definition of macro \342\200\230DECLARE_EVENT_CLASS\342\200\231\n" + "> ./include/trace/trace_events.h:343:22: note: in definition of macro ?DECLARE_EVENT_CLASS?\n" "> trace_seq_printf(s, print); \\\n" "> ^~~~~\n" - "> ./include/trace/trace_events.h:65:9: note: in expansion of macro \342\200\230PARAMS\342\200\231\n" + "> ./include/trace/trace_events.h:65:9: note: in expansion of macro ?PARAMS?\n" "> PARAMS(print)); \\\n" "> ^~~~~~\n" - "> ./include/trace/events/fsi.h:37:1: note: in expansion of macro \342\200\230TRACE_EVENT\342\200\231\n" + "> ./include/trace/events/fsi.h:37:1: note: in expansion of macro ?TRACE_EVENT?\n" "> TRACE_EVENT(fsi_master_write,\n" "> ^~~~~~~~~~~\n" - "> ./include/trace/events/fsi.h:58:2: note: in expansion of macro \342\200\230TP_printk\342\200\231\n" + "> ./include/trace/events/fsi.h:58:2: note: in expansion of macro ?TP_printk?\n" "> TP_printk(\"fsi%d:%02d:%02d %08x[%zd] <= {%*ph}\",\n" "> ^~~~~~~~~\n" "> In file included from ./include/trace/trace_events.h:377:0,\n" @@ -112,21 +98,21 @@ "> In file included from ./include/trace/define_trace.h:95:0,\n" "> from ./include/trace/events/fsi.h:127,\n" "> from drivers/fsi/fsi-core.c:27:\n" - "> ./include/trace/events/fsi.h: In function \342\200\230trace_raw_output_fsi_master_rw_resul\n" - "> \342\200\231:\n" - "> ./include/trace/events/fsi.h:95:12: warning: field width specifier \342\200\230*\342\200\231 expects argument of type \342\200\230int\342\200\231, but argument 9 has type \342\200\230size_t {aka long unsigned int}\342\200\231 [-Wformat=]\n" + "> ./include/trace/events/fsi.h: In function ?trace_raw_output_fsi_master_rw_resul\n" + "> ?:\n" + "> ./include/trace/events/fsi.h:95:12: warning: field width specifier ?*? expects argument of type ?int?, but argument 9 has type ?size_t {aka long unsigned int}? [-Wformat=]\n" "> TP_printk(\"fsi%d:%02d:%02d %08x[%zd] %s {%*ph} ret %d\",\n" "> ^\n" - "> ./include/trace/trace_events.h:343:22: note: in definition of macro \342\200\230DECLARE_EVENT_CLASS\342\200\231\n" + "> ./include/trace/trace_events.h:343:22: note: in definition of macro ?DECLARE_EVENT_CLASS?\n" "> trace_seq_printf(s, print); \\\n" "> ^~~~~\n" - "> ./include/trace/trace_events.h:65:9: note: in expansion of macro \342\200\230PARAMS\342\200\231\n" + "> ./include/trace/trace_events.h:65:9: note: in expansion of macro ?PARAMS?\n" "> PARAMS(print)); \\\n" "> ^~~~~~\n" - "> ./include/trace/events/fsi.h:68:1: note: in expansion of macro \342\200\230TRACE_EVENT\342\200\231\n" + "> ./include/trace/events/fsi.h:68:1: note: in expansion of macro ?TRACE_EVENT?\n" "> TRACE_EVENT(fsi_master_rw_result,\n" "> ^~~~~~~~~~~\n" - "> ./include/trace/events/fsi.h:95:2: note: in expansion of macro \342\200\230TP_printk\342\200\231\n" + "> ./include/trace/events/fsi.h:95:2: note: in expansion of macro ?TP_printk?\n" "> TP_printk(\"fsi%d:%02d:%02d %08x[%zd] %s {%*ph} ret %d\",\n" "> ^~~~~~~~~\n" "> In file included from ./include/trace/trace_events.h:377:0,\n" @@ -191,4 +177,4 @@ "> \n" > greg k-h -288bdcc18a945b3092a79b1d5e76b442efaa26fc51d4320cd55b94d81eef8da4 +616397801637c5c98e148da75027216c9135039d4a98f6987c9870617f704ce1
diff --git a/a/1.txt b/N2/1.txt index 511bdd7..ca52c0e 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -19,7 +19,7 @@ Greg KH <gregkh@linuxfoundation.org> wrote: > ./include/trace/events/fsi.h:58:12: warning: field width specifier ‘*’ expects argument of type ‘int’, but argument 8 has type ‘size_t {aka long unsigned int}’ [-Wformat=] > TP_printk("fsi%d:%02d:%02d %08x[%zd] <= {%*ph}", -From patch 16/23: +>From patch 16/23: +TRACE_EVENT(fsi_master_write, + TP_PROTO(const struct fsi_master *master, int link, int id, diff --git a/a/content_digest b/N2/content_digest index 92597d1..c45a9ad 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -42,7 +42,7 @@ "> ./include/trace/events/fsi.h:58:12: warning: field width specifier \342\200\230*\342\200\231 expects argument of type \342\200\230int\342\200\231, but argument 8 has type \342\200\230size_t {aka long unsigned int}\342\200\231 [-Wformat=]\n" "> TP_printk(\"fsi%d:%02d:%02d %08x[%zd] <= {%*ph}\",\n" "\n" - "From patch 16/23:\n" + ">From patch 16/23:\n" "\n" "+TRACE_EVENT(fsi_master_write,\n" "+\tTP_PROTO(const struct fsi_master *master, int link, int id,\n" @@ -191,4 +191,4 @@ "> \n" > greg k-h -288bdcc18a945b3092a79b1d5e76b442efaa26fc51d4320cd55b94d81eef8da4 +4ef2ff96324c587e6246301689bd8a155caa7ac583c5a5556a84ae00fce25cd3
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.