All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20190609164149.820819274@linuxfoundation.org>

diff --git a/a/1.txt b/N1/1.txt
index 80370a0..21b2037 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -4,16 +4,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
@@ -29,14 +29,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 0570370..8ffa6f1 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,17 @@
  "ref\020190609164147.729157653@linuxfoundation.org\0"
- "From\0gregkh@linuxfoundation.org (Greg Kroah-Hartman)\0"
+ "From\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0"
  "Subject\0[PATCH 4.4 071/241] perf bench numa: Add define for RUSAGE_THREAD if not present\0"
  "Date\0Sun,  9 Jun 2019 18:40:13 +0200\0"
- "To\0linux-snps-arc@lists.infradead.org\0"
+ "To\0linux-kernel@vger.kernel.org\0"
+ "Cc\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>"
+  stable@vger.kernel.org
+  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>
+  Arnaldo Carvalho de Melo <acme@redhat.com>
+ " Sasha Levin <sashal@kernel.org>\0"
  "\00:1\0"
  "b\0"
  "[ Upstream commit bf561d3c13423fc54daa19b5d49dc15fafdb7acc ]\n"
@@ -11,16 +20,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"
@@ -36,14 +45,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"
@@ -66,4 +75,4 @@
  "-- \n"
  2.20.1
 
-88c23c17670d3ad7544ef669730157b11a9e8df6c588802818437c38318f3791
+1bcc3554792ccb9a4feefa2de3ebaa03caca68d623539bf478097e83729f0624

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.