All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20190516114159.9382-6-sashal@kernel.org>

diff --git a/a/1.txt b/N1/1.txt
index 9e85c5b..1f5b33f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -6,16 +6,16 @@ While cross building perf to the ARC architecture on a fedora 30 host,
 we were failing with:
 
       CC       /tmp/build/perf/bench/numa.o
-  bench/numa.c: In function ?worker_thread?:
-  bench/numa.c:1261:12: error: ?RUSAGE_THREAD? undeclared (first use in this function); did you mean ?SIGEV_THREAD??
+  bench/numa.c: In function ‘worker_thread’:
+  bench/numa.c:1261:12: error: ‘RUSAGE_THREAD’ undeclared (first use in this function); did you mean ‘SIGEV_THREAD’?
     getrusage(RUSAGE_THREAD, &rusage);
               ^~~~~~~~~~~~~
               SIGEV_THREAD
   bench/numa.c:1261:12: note: each undeclared identifier is reported only once for each function it appears in
 
-[perfbuilder at 60d5802468f6 perf]$ /arc_gnu_2019.03-rc1_prebuilt_uclibc_le_archs_linux_install/bin/arc-linux-gcc --version | head -1
+[perfbuilder@60d5802468f6 perf]$ /arc_gnu_2019.03-rc1_prebuilt_uclibc_le_archs_linux_install/bin/arc-linux-gcc --version | head -1
 arc-linux-gcc (ARCv2 ISA Linux uClibc toolchain 2019.03-rc1) 8.3.1 20190225
-[perfbuilder at 60d5802468f6 perf]$
+[perfbuilder@60d5802468f6 perf]$
 
 Trying to reproduce a report by Vineet, I noticed that, with just
 cross-built zlib and numactl libraries, I ended up with the above
@@ -31,14 +31,14 @@ not.
 Now it builds and I have to figure out if the problem reported by Vineet
 only takes place if we have libelf or some other library available.
 
-Cc: Arnd Bergmann <arnd at arndb.de>
-Cc: Jiri Olsa <jolsa at kernel.org>
-Cc: linux-snps-arc at lists.infradead.org
-Cc: Namhyung Kim <namhyung at kernel.org>
-Cc: Vineet Gupta <Vineet.Gupta1 at synopsys.com>
-Link: https://lkml.kernel.org/n/tip-2wb4r1gir9xrevbpq7qp0amk at git.kernel.org
-Signed-off-by: Arnaldo Carvalho de Melo <acme at redhat.com>
-Signed-off-by: Sasha Levin <sashal at kernel.org>
+Cc: Arnd Bergmann <arnd@arndb.de>
+Cc: Jiri Olsa <jolsa@kernel.org>
+Cc: linux-snps-arc@lists.infradead.org
+Cc: Namhyung Kim <namhyung@kernel.org>
+Cc: Vineet Gupta <Vineet.Gupta1@synopsys.com>
+Link: https://lkml.kernel.org/n/tip-2wb4r1gir9xrevbpq7qp0amk@git.kernel.org
+Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
+Signed-off-by: Sasha Levin <sashal@kernel.org>
 ---
  tools/perf/bench/numa.c | 4 ++++
  1 file changed, 4 insertions(+)
diff --git a/a/content_digest b/N1/content_digest
index 7ae710e..a534590 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,16 @@
  "ref\020190516114159.9382-1-sashal@kernel.org\0"
- "From\0sashal@kernel.org (Sasha Levin)\0"
+ "From\0Sasha Levin <sashal@kernel.org>\0"
  "Subject\0[PATCH AUTOSEL 3.18 6/6] perf bench numa: Add define for RUSAGE_THREAD if not present\0"
  "Date\0Thu, 16 May 2019 07:41:59 -0400\0"
- "To\0linux-snps-arc@lists.infradead.org\0"
+ "To\0linux-kernel@vger.kernel.org"
+ " stable@vger.kernel.org\0"
+ "Cc\0Arnaldo Carvalho de Melo <acme@redhat.com>"
+  Arnd Bergmann <arnd@arndb.de>
+  Jiri Olsa <jolsa@kernel.org>
+  linux-snps-arc@lists.infradead.org
+  Namhyung Kim <namhyung@kernel.org>
+  Vineet Gupta <Vineet.Gupta1@synopsys.com>
+ " Sasha Levin <sashal@kernel.org>\0"
  "\00:1\0"
  "b\0"
  "From: Arnaldo Carvalho de Melo <acme@redhat.com>\n"
@@ -13,16 +21,16 @@
  "we were failing with:\n"
  "\n"
  "      CC       /tmp/build/perf/bench/numa.o\n"
- "  bench/numa.c: In function ?worker_thread?:\n"
- "  bench/numa.c:1261:12: error: ?RUSAGE_THREAD? undeclared (first use in this function); did you mean ?SIGEV_THREAD??\n"
+ "  bench/numa.c: In function \342\200\230worker_thread\342\200\231:\n"
+ "  bench/numa.c:1261:12: error: \342\200\230RUSAGE_THREAD\342\200\231 undeclared (first use in this function); did you mean \342\200\230SIGEV_THREAD\342\200\231?\n"
  "    getrusage(RUSAGE_THREAD, &rusage);\n"
  "              ^~~~~~~~~~~~~\n"
  "              SIGEV_THREAD\n"
  "  bench/numa.c:1261:12: note: each undeclared identifier is reported only once for each function it appears in\n"
  "\n"
- "[perfbuilder at 60d5802468f6 perf]$ /arc_gnu_2019.03-rc1_prebuilt_uclibc_le_archs_linux_install/bin/arc-linux-gcc --version | head -1\n"
+ "[perfbuilder@60d5802468f6 perf]$ /arc_gnu_2019.03-rc1_prebuilt_uclibc_le_archs_linux_install/bin/arc-linux-gcc --version | head -1\n"
  "arc-linux-gcc (ARCv2 ISA Linux uClibc toolchain 2019.03-rc1) 8.3.1 20190225\n"
- "[perfbuilder at 60d5802468f6 perf]$\n"
+ "[perfbuilder@60d5802468f6 perf]$\n"
  "\n"
  "Trying to reproduce a report by Vineet, I noticed that, with just\n"
  "cross-built zlib and numactl libraries, I ended up with the above\n"
@@ -38,14 +46,14 @@
  "Now it builds and I have to figure out if the problem reported by Vineet\n"
  "only takes place if we have libelf or some other library available.\n"
  "\n"
- "Cc: Arnd Bergmann <arnd at arndb.de>\n"
- "Cc: Jiri Olsa <jolsa at kernel.org>\n"
- "Cc: linux-snps-arc at lists.infradead.org\n"
- "Cc: Namhyung Kim <namhyung at kernel.org>\n"
- "Cc: Vineet Gupta <Vineet.Gupta1 at synopsys.com>\n"
- "Link: https://lkml.kernel.org/n/tip-2wb4r1gir9xrevbpq7qp0amk at git.kernel.org\n"
- "Signed-off-by: Arnaldo Carvalho de Melo <acme at redhat.com>\n"
- "Signed-off-by: Sasha Levin <sashal at kernel.org>\n"
+ "Cc: Arnd Bergmann <arnd@arndb.de>\n"
+ "Cc: Jiri Olsa <jolsa@kernel.org>\n"
+ "Cc: linux-snps-arc@lists.infradead.org\n"
+ "Cc: Namhyung Kim <namhyung@kernel.org>\n"
+ "Cc: Vineet Gupta <Vineet.Gupta1@synopsys.com>\n"
+ "Link: https://lkml.kernel.org/n/tip-2wb4r1gir9xrevbpq7qp0amk@git.kernel.org\n"
+ "Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>\n"
+ "Signed-off-by: Sasha Levin <sashal@kernel.org>\n"
  "---\n"
  " tools/perf/bench/numa.c | 4 ++++\n"
  " 1 file changed, 4 insertions(+)\n"
@@ -68,4 +76,4 @@
  "-- \n"
  2.20.1
 
-7b744a57d5ca82034ac2a7a097129acebcb78b106eb0f0f9eed3559f66841208
+f4ebfbbf8c59f245080f5d2f92852077b191ff3359c0ad08fe07a30168ad0ba0

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.