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

diff --git a/a/1.txt b/N1/1.txt
index 5912c46..74e0b85 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -11,14 +11,14 @@ Em Mon, Apr 22, 2019 at 12:20:27PM -0300, Arnaldo Carvalho de Melo escreveu:
 > 
 > Humm, I have to check why this:
 > 
-> [perfbuilder@quaco ~]$ podman images | grep ARC
+> [perfbuilder at quaco ~]$ podman images | grep ARC
 > docker.io/acmel/linux-perf-tools-build-fedora                24-x-ARC-uClibc          4c259582a8e6   5 weeks ago      846 MB
-> [perfbuilder@quaco ~]$
+> [perfbuilder at quaco ~]$
 > 
 > isn't catching this... :-\
 > 
 > FROM docker.io/fedora:24
-> MAINTAINER Arnaldo Carvalho de Melo <acme@kernel.org>
+> MAINTAINER Arnaldo Carvalho de Melo <acme at kernel.org>
 > ENV TOOLCHAIN=arc_gnu_2017.09-rc2_prebuilt_uclibc_le_arc700_linux_install
 > ENV CROSS=arc-linux-
 > ENV SOURCEFILE=${TOOLCHAIN}.tar.gz
@@ -39,7 +39,7 @@ Can you please provide the feature detection header in the build? I.e.
 what I have with my ARC cross build container right now, after applying
 the patch below is:
 
-[perfbuilder@60d5802468f6 perf]$ make $EXTRA_MAKE_ARGS ARCH=$ARCH CROSS_COMPILE=$CROSS_COMPILE EXTRA_CFLAGS="$EXTRA_CFLAGS" -C /git/perf/tools/perf O=/tmp/build/perf
+[perfbuilder at 60d5802468f6 perf]$ make $EXTRA_MAKE_ARGS ARCH=$ARCH CROSS_COMPILE=$CROSS_COMPILE EXTRA_CFLAGS="$EXTRA_CFLAGS" -C /git/perf/tools/perf O=/tmp/build/perf
 make: Entering directory '/git/perf/tools/perf'
   BUILD:   Doing 'make -j8' parallel build
 sh: line 0: command: -c: invalid option
@@ -80,7 +80,7 @@ Makefile.config:696: No python interpreter was found: disables Python support -
 Makefile.config:785: No liblzma found, disables xz kernel module decompression, please install xz-devel/liblzma-dev
 Makefile.config:853: No libbabeltrace found, disables 'perf data' CTF format support, please install libbabeltrace-dev[el]/libbabeltrace-ctf-dev
 make: Leaving directory '/git/perf/tools/perf'
-[perfbuilder@60d5802468f6 perf]$ export
+[perfbuilder at 60d5802468f6 perf]$ export
 declare -x ARCH="arc"
 declare -x CROSS="arc-linux-"
 declare -x CROSS_COMPILE="/arc_gnu_2019.03-rc1_prebuilt_uclibc_le_archs_linux_install/bin/arc-linux-"
@@ -94,10 +94,10 @@ declare -x PATH="/home/perfbuilder/.local/bin:/home/perfbuilder/bin:/usr/local/s
 declare -x SOURCEFILE="arc_gnu_2019.03-rc1_prebuilt_uclibc_le_archs_linux_install.tar.gz"
 declare -x TOOLCHAIN="arc_gnu_2019.03-rc1_prebuilt_uclibc_le_archs_linux_install"
 declare -x container="podman"
-[perfbuilder@60d5802468f6 perf]$ 
+[perfbuilder at 60d5802468f6 perf]$ 
 
 commit dd617baf28925cf72fce309232ad9178452e75ab
-Author: Arnaldo Carvalho de Melo <acme@redhat.com>
+Author: Arnaldo Carvalho de Melo <acme at redhat.com>
 Date:   Thu Apr 25 18:36:51 2019 -0300
 
     perf bench numa: Add define for RUSAGE_THREAD if not present
@@ -106,16 +106,16 @@ Date:   Thu Apr 25 18:36:51 2019 -0300
     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@60d5802468f6 perf]$ /arc_gnu_2019.03-rc1_prebuilt_uclibc_le_archs_linux_install/bin/arc-linux-gcc --version | head -1
+    [perfbuilder at 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@60d5802468f6 perf]$
+    [perfbuilder at 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
@@ -131,13 +131,13 @@ Date:   Thu Apr 25 18:36:51 2019 -0300
     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@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>
+    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>
 
 diff --git a/tools/perf/bench/numa.c b/tools/perf/bench/numa.c
 index 98ad783efc69..a7784554a80d 100644
diff --git a/a/content_digest b/N1/content_digest
index 30a3afa..0c160b8 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,9 @@
  "ref\0eeb83498-f37f-e234-4941-2731b81dc78c@synopsys.com\0"
  "ref\020190422152027.GB11750@kernel.org\0"
- "From\0Arnaldo Carvalho de Melo <arnaldo.melo@gmail.com>\0"
- "Subject\0Re: perf tools build broken after v5.1-rc1\0"
+ "From\0acme@kernel.org (Arnaldo Carvalho de Melo)\0"
+ "Subject\0perf tools build broken after v5.1-rc1\0"
  "Date\0Thu, 25 Apr 2019 18:48:00 -0300\0"
- "To\0Vineet Gupta <Vineet.Gupta1@synopsys.com>\0"
- "Cc\0linux-perf-users@vger.kernel.org <linux-perf-users@vger.kernel.org>"
-  Arnaldo Carvalho de Melo <acme@redhat.com>
-  lkml <linux-kernel@vger.kernel.org>
-  arcml <linux-snps-arc@lists.infradead.org>
-  Arnd Bergmann <arnd@arndb.de>
-  Jiri Olsa <jolsa@kernel.org>
- " Namhyung Kim <namhyung@kernel.org>\0"
+ "To\0linux-snps-arc@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Em Mon, Apr 22, 2019 at 12:20:27PM -0300, Arnaldo Carvalho de Melo escreveu:\n"
@@ -26,14 +19,14 @@
  "> \n"
  "> Humm, I have to check why this:\n"
  "> \n"
- "> [perfbuilder@quaco ~]$ podman images | grep ARC\n"
+ "> [perfbuilder at quaco ~]$ podman images | grep ARC\n"
  "> docker.io/acmel/linux-perf-tools-build-fedora                24-x-ARC-uClibc          4c259582a8e6   5 weeks ago      846 MB\n"
- "> [perfbuilder@quaco ~]$\n"
+ "> [perfbuilder at quaco ~]$\n"
  "> \n"
  "> isn't catching this... :-\\\n"
  "> \n"
  "> FROM docker.io/fedora:24\n"
- "> MAINTAINER Arnaldo Carvalho de Melo <acme@kernel.org>\n"
+ "> MAINTAINER Arnaldo Carvalho de Melo <acme at kernel.org>\n"
  "> ENV TOOLCHAIN=arc_gnu_2017.09-rc2_prebuilt_uclibc_le_arc700_linux_install\n"
  "> ENV CROSS=arc-linux-\n"
  "> ENV SOURCEFILE=${TOOLCHAIN}.tar.gz\n"
@@ -54,7 +47,7 @@
  "what I have with my ARC cross build container right now, after applying\n"
  "the patch below is:\n"
  "\n"
- "[perfbuilder@60d5802468f6 perf]$ make $EXTRA_MAKE_ARGS ARCH=$ARCH CROSS_COMPILE=$CROSS_COMPILE EXTRA_CFLAGS=\"$EXTRA_CFLAGS\" -C /git/perf/tools/perf O=/tmp/build/perf\n"
+ "[perfbuilder at 60d5802468f6 perf]$ make $EXTRA_MAKE_ARGS ARCH=$ARCH CROSS_COMPILE=$CROSS_COMPILE EXTRA_CFLAGS=\"$EXTRA_CFLAGS\" -C /git/perf/tools/perf O=/tmp/build/perf\n"
  "make: Entering directory '/git/perf/tools/perf'\n"
  "  BUILD:   Doing 'make -j8' parallel build\n"
  "sh: line 0: command: -c: invalid option\n"
@@ -95,7 +88,7 @@
  "Makefile.config:785: No liblzma found, disables xz kernel module decompression, please install xz-devel/liblzma-dev\n"
  "Makefile.config:853: No libbabeltrace found, disables 'perf data' CTF format support, please install libbabeltrace-dev[el]/libbabeltrace-ctf-dev\n"
  "make: Leaving directory '/git/perf/tools/perf'\n"
- "[perfbuilder@60d5802468f6 perf]$ export\n"
+ "[perfbuilder at 60d5802468f6 perf]$ export\n"
  "declare -x ARCH=\"arc\"\n"
  "declare -x CROSS=\"arc-linux-\"\n"
  "declare -x CROSS_COMPILE=\"/arc_gnu_2019.03-rc1_prebuilt_uclibc_le_archs_linux_install/bin/arc-linux-\"\n"
@@ -109,10 +102,10 @@
  "declare -x SOURCEFILE=\"arc_gnu_2019.03-rc1_prebuilt_uclibc_le_archs_linux_install.tar.gz\"\n"
  "declare -x TOOLCHAIN=\"arc_gnu_2019.03-rc1_prebuilt_uclibc_le_archs_linux_install\"\n"
  "declare -x container=\"podman\"\n"
- "[perfbuilder@60d5802468f6 perf]$ \n"
+ "[perfbuilder at 60d5802468f6 perf]$ \n"
  "\n"
  "commit dd617baf28925cf72fce309232ad9178452e75ab\n"
- "Author: Arnaldo Carvalho de Melo <acme@redhat.com>\n"
+ "Author: Arnaldo Carvalho de Melo <acme at redhat.com>\n"
  "Date:   Thu Apr 25 18:36:51 2019 -0300\n"
  "\n"
  "    perf bench numa: Add define for RUSAGE_THREAD if not present\n"
@@ -121,16 +114,16 @@
  "    we were failing with:\n"
  "    \n"
  "          CC       /tmp/build/perf/bench/numa.o\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"
+ "      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"
  "        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@60d5802468f6 perf]$ /arc_gnu_2019.03-rc1_prebuilt_uclibc_le_archs_linux_install/bin/arc-linux-gcc --version | head -1\n"
+ "    [perfbuilder at 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@60d5802468f6 perf]$\n"
+ "    [perfbuilder at 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"
@@ -146,13 +139,13 @@
  "    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@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"
+ "    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"
  "\n"
  "diff --git a/tools/perf/bench/numa.c b/tools/perf/bench/numa.c\n"
  "index 98ad783efc69..a7784554a80d 100644\n"
@@ -170,4 +163,4 @@
  "  * Regular printout to the terminal, supressed if -q is specified:\n"
    */
 
-300f05553a5e555083d3afaf1c962d851d0893fe7890284e6464c20ffb7425a6
+7cefe8951fe199226e15cfc82be6e5b70c0d1a26a795ee72553a82f7e7186977

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.