diff for duplicates of <1471552854-26972-3-git-send-email-acme@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 10bbd21..68f721a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -10,7 +10,7 @@ perf tools build in recent kernels spews splat when cross compiling with uClibc: | from arch/../util/env.h:5, | from arch/common.h:4, | from arch/common.c:3: -| tools/include/linux/string.h:12:15: warning: redundant redeclaration of ?strlcpy? [-Wredundant-decls] +| tools/include/linux/string.h:12:15: warning: redundant redeclaration of ‘strlcpy’ [-Wredundant-decls] | extern size_t strlcpy(char *dest, const char *src, size_t size); ^ This is after commit 61a6445e463a31 ("tools lib: Guard the strlcpy() header with @@ -19,19 +19,19 @@ __GLIBC__"). The problem is uClibc also defines __GLIBC__ for exported headers for applications. So add that specific check to not trip for uClibc. -Signed-off-by: Vineet Gupta <vgupta at synopsys.com> -Cc: Adrian Hunter <adrian.hunter at intel.com> -Cc: Alexey Brodkin <Alexey.Brodkin at synopsys.com> -Cc: David Ahern <dsahern at gmail.com> -Cc: Jiri Olsa <jolsa at kernel.org> -Cc: Josh Poimboeuf <jpoimboe at redhat.com> -Cc: Namhyung Kim <namhyung at kernel.org> -Cc: Peter Zijlstra <peterz at infradead.org> -Cc: Petri Gynther <pgynther at google.com> -Cc: Wang Nan <wangnan0 at huawei.com> -Cc: linux-snps-arc at lists.infradead.org -Link: http://lkml.kernel.org/r/1471537703-16439-1-git-send-email-vgupta at synopsys.com -Signed-off-by: Arnaldo Carvalho de Melo <acme at redhat.com> +Signed-off-by: Vineet Gupta <vgupta@synopsys.com> +Cc: Adrian Hunter <adrian.hunter@intel.com> +Cc: Alexey Brodkin <Alexey.Brodkin@synopsys.com> +Cc: David Ahern <dsahern@gmail.com> +Cc: Jiri Olsa <jolsa@kernel.org> +Cc: Josh Poimboeuf <jpoimboe@redhat.com> +Cc: Namhyung Kim <namhyung@kernel.org> +Cc: Peter Zijlstra <peterz@infradead.org> +Cc: Petri Gynther <pgynther@google.com> +Cc: Wang Nan <wangnan0@huawei.com> +Cc: linux-snps-arc@lists.infradead.org +Link: http://lkml.kernel.org/r/1471537703-16439-1-git-send-email-vgupta@synopsys.com +Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> --- tools/include/linux/string.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/a/content_digest b/N1/content_digest index 4aedad0..50e0108 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,22 @@ "ref\01471552854-26972-1-git-send-email-acme@kernel.org\0" - "From\0acme@kernel.org (Arnaldo Carvalho de Melo)\0" + "From\0Arnaldo Carvalho de Melo <acme@kernel.org>\0" "Subject\0[PATCH 2/3] tools lib: Reinstate strlcpy() header guard with __UCLIBC__\0" "Date\0Thu, 18 Aug 2016 17:40:53 -0300\0" - "To\0linux-snps-arc@lists.infradead.org\0" + "To\0Ingo Molnar <mingo@kernel.org>\0" + "Cc\0linux-kernel@vger.kernel.org" + Vineet Gupta <Vineet.Gupta1@synopsys.com> + Vineet Gupta <vgupta@synopsys.com> + Adrian Hunter <adrian.hunter@intel.com> + Alexey Brodkin <Alexey.Brodkin@synopsys.com> + David Ahern <dsahern@gmail.com> + Jiri Olsa <jolsa@kernel.org> + Josh Poimboeuf <jpoimboe@redhat.com> + Namhyung Kim <namhyung@kernel.org> + Peter Zijlstra <peterz@infradead.org> + Petri Gynther <pgynther@google.com> + Wang Nan <wangnan0@huawei.com> + linux-snps-arc@lists.infradead.org + " Arnaldo Carvalho de Melo <acme@redhat.com>\0" "\00:1\0" "b\0" "From: Vineet Gupta <Vineet.Gupta1@synopsys.com>\n" @@ -17,7 +31,7 @@ "| from arch/../util/env.h:5,\n" "| from arch/common.h:4,\n" "| from arch/common.c:3:\n" - "| tools/include/linux/string.h:12:15: warning: redundant redeclaration of ?strlcpy? [-Wredundant-decls]\n" + "| tools/include/linux/string.h:12:15: warning: redundant redeclaration of \342\200\230strlcpy\342\200\231 [-Wredundant-decls]\n" "| extern size_t strlcpy(char *dest, const char *src, size_t size);\n" " ^\n" "This is after commit 61a6445e463a31 (\"tools lib: Guard the strlcpy() header with\n" @@ -26,19 +40,19 @@ "The problem is uClibc also defines __GLIBC__ for exported headers for\n" "applications. So add that specific check to not trip for uClibc.\n" "\n" - "Signed-off-by: Vineet Gupta <vgupta at synopsys.com>\n" - "Cc: Adrian Hunter <adrian.hunter at intel.com>\n" - "Cc: Alexey Brodkin <Alexey.Brodkin at synopsys.com>\n" - "Cc: David Ahern <dsahern at gmail.com>\n" - "Cc: Jiri Olsa <jolsa at kernel.org>\n" - "Cc: Josh Poimboeuf <jpoimboe at redhat.com>\n" - "Cc: Namhyung Kim <namhyung at kernel.org>\n" - "Cc: Peter Zijlstra <peterz at infradead.org>\n" - "Cc: Petri Gynther <pgynther at google.com>\n" - "Cc: Wang Nan <wangnan0 at huawei.com>\n" - "Cc: linux-snps-arc at lists.infradead.org\n" - "Link: http://lkml.kernel.org/r/1471537703-16439-1-git-send-email-vgupta at synopsys.com\n" - "Signed-off-by: Arnaldo Carvalho de Melo <acme at redhat.com>\n" + "Signed-off-by: Vineet Gupta <vgupta@synopsys.com>\n" + "Cc: Adrian Hunter <adrian.hunter@intel.com>\n" + "Cc: Alexey Brodkin <Alexey.Brodkin@synopsys.com>\n" + "Cc: David Ahern <dsahern@gmail.com>\n" + "Cc: Jiri Olsa <jolsa@kernel.org>\n" + "Cc: Josh Poimboeuf <jpoimboe@redhat.com>\n" + "Cc: Namhyung Kim <namhyung@kernel.org>\n" + "Cc: Peter Zijlstra <peterz@infradead.org>\n" + "Cc: Petri Gynther <pgynther@google.com>\n" + "Cc: Wang Nan <wangnan0@huawei.com>\n" + "Cc: linux-snps-arc@lists.infradead.org\n" + "Link: http://lkml.kernel.org/r/1471537703-16439-1-git-send-email-vgupta@synopsys.com\n" + "Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>\n" "---\n" " tools/include/linux/string.h | 6 +++++-\n" " 1 file changed, 5 insertions(+), 1 deletion(-)\n" @@ -63,4 +77,4 @@ "-- \n" 2.7.4 -f4324a60470f81e5f9d238e4286c2ac725cdb0ded8270d43f5dfbce842821377 +ccc4ed023a92a9b1a77af80cc5b9f6da8f2e642916426775b6d75485879858b7
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.