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

diff --git a/a/1.txt b/N1/1.txt
index 52c59c2..407f547 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -12,14 +12,14 @@ Em Mon, Apr 29, 2019 at 05:14:54PM +0000, Vineet Gupta escreveu:
 > >>> Sync copy of asm-generic/unistd.h with the kernel sources")
 > >> 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 @@ Em Mon, Apr 29, 2019 at 05:14:54PM +0000, Vineet Gupta escreveu:
 > > 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
@@ -56,7 +56,7 @@ Em Mon, Apr 29, 2019 at 05:14:54PM +0000, Vineet Gupta escreveu:
 Ok, I'll improve that, I think it just tries to detect a libc, yeah,
 see:
 
-[acme@quaco linux]$ cat tools/build/feature/test-glibc.c
+[acme at quaco linux]$ cat tools/build/feature/test-glibc.c
 // SPDX-License-Identifier: GPL-2.0
 #include <stdlib.h>
 
@@ -77,13 +77,13 @@ int main(void)
 
 	return (long)version;
 }
-[acme@quaco linux]$
+[acme at quaco linux]$
 
-[perfbuilder@59ca4b424ded /]$ grep __GLIBC__ /arc_gnu_2017.09-rc2_prebuilt_uclibc_le_arc700_linux_install/arc-snps-linux-uclibc/sysroot/usr/include/*.h
+[perfbuilder at 59ca4b424ded /]$ grep __GLIBC__ /arc_gnu_2017.09-rc2_prebuilt_uclibc_le_arc700_linux_install/arc-snps-linux-uclibc/sysroot/usr/include/*.h
 /arc_gnu_2017.09-rc2_prebuilt_uclibc_le_arc700_linux_install/arc-snps-linux-uclibc/sysroot/usr/include/features.h:   The macros `__GNU_LIBRARY__', `__GLIBC__', and `__GLIBC_MINOR__' are
 /arc_gnu_2017.09-rc2_prebuilt_uclibc_le_arc700_linux_install/arc-snps-linux-uclibc/sysroot/usr/include/features.h:#define	__GLIBC__	2
 /arc_gnu_2017.09-rc2_prebuilt_uclibc_le_arc700_linux_install/arc-snps-linux-uclibc/sysroot/usr/include/features.h:	((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
-[perfbuilder@59ca4b424ded /]$
+[perfbuilder at 59ca4b424ded /]$
 
 Isn't that part of uClibc?
  
diff --git a/a/content_digest b/N1/content_digest
index ce6678e..873912b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,18 +2,10 @@
  "ref\020190422152027.GB11750@kernel.org\0"
  "ref\020190425214800.GC21829@kernel.org\0"
  "ref\0C2D7FE5348E1B147BCA15975FBA2307501A2505837@us01wembx1.internal.synopsys.com\0"
- "From\0Arnaldo Carvalho de Melo <acme@kernel.org>\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\0Mon, 29 Apr 2019 21:18:18 -0400\0"
- "To\0Vineet Gupta <Vineet.Gupta1@synopsys.com>\0"
- "Cc\0Arnaldo Carvalho de Melo <acme@redhat.com>"
-  Arnd Bergmann <arnd@arndb.de>
-  Arnaldo Carvalho de Melo <arnaldo.melo@gmail.com>
-  lkml <linux-kernel@vger.kernel.org>
-  linux-perf-users@vger.kernel.org <linux-perf-users@vger.kernel.org>
-  Jiri Olsa <jolsa@kernel.org>
-  Namhyung Kim <namhyung@kernel.org>
- " arcml <linux-snps-arc@lists.infradead.org>\0"
+ "To\0linux-snps-arc@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Em Mon, Apr 29, 2019 at 05:14:54PM +0000, Vineet Gupta escreveu:\n"
@@ -30,14 +22,14 @@
  "> >>> Sync copy of asm-generic/unistd.h with the kernel sources\")\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"
@@ -57,7 +49,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"
@@ -74,7 +66,7 @@
  "Ok, I'll improve that, I think it just tries to detect a libc, yeah,\n"
  "see:\n"
  "\n"
- "[acme@quaco linux]$ cat tools/build/feature/test-glibc.c\n"
+ "[acme at quaco linux]$ cat tools/build/feature/test-glibc.c\n"
  "// SPDX-License-Identifier: GPL-2.0\n"
  "#include <stdlib.h>\n"
  "\n"
@@ -95,13 +87,13 @@
  "\n"
  "\treturn (long)version;\n"
  "}\n"
- "[acme@quaco linux]$\n"
+ "[acme at quaco linux]$\n"
  "\n"
- "[perfbuilder@59ca4b424ded /]$ grep __GLIBC__ /arc_gnu_2017.09-rc2_prebuilt_uclibc_le_arc700_linux_install/arc-snps-linux-uclibc/sysroot/usr/include/*.h\n"
+ "[perfbuilder at 59ca4b424ded /]$ grep __GLIBC__ /arc_gnu_2017.09-rc2_prebuilt_uclibc_le_arc700_linux_install/arc-snps-linux-uclibc/sysroot/usr/include/*.h\n"
  "/arc_gnu_2017.09-rc2_prebuilt_uclibc_le_arc700_linux_install/arc-snps-linux-uclibc/sysroot/usr/include/features.h:   The macros `__GNU_LIBRARY__', `__GLIBC__', and `__GLIBC_MINOR__' are\n"
  "/arc_gnu_2017.09-rc2_prebuilt_uclibc_le_arc700_linux_install/arc-snps-linux-uclibc/sysroot/usr/include/features.h:#define\t__GLIBC__\t2\n"
  "/arc_gnu_2017.09-rc2_prebuilt_uclibc_le_arc700_linux_install/arc-snps-linux-uclibc/sysroot/usr/include/features.h:\t((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))\n"
- "[perfbuilder@59ca4b424ded /]$\n"
+ "[perfbuilder at 59ca4b424ded /]$\n"
  "\n"
  "Isn't that part of uClibc?\n"
  " \n"
@@ -160,4 +152,4 @@
  "\n"
  - Arnaldo
 
-3b2e79f1c58c54c3c5111d7173987f83f0b8f8fdcbd66e6f0ad817b57794a38b
+d025b687f454ebeb641ae031a831b0f1dcb5ef530c1fb67fa767b749dd389c3c

diff --git a/a/content_digest b/N2/content_digest
index ce6678e..4cfba3c 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,18 +2,18 @@
  "ref\020190422152027.GB11750@kernel.org\0"
  "ref\020190425214800.GC21829@kernel.org\0"
  "ref\0C2D7FE5348E1B147BCA15975FBA2307501A2505837@us01wembx1.internal.synopsys.com\0"
- "From\0Arnaldo Carvalho de Melo <acme@kernel.org>\0"
+ "From\0Arnaldo Carvalho de Melo <arnaldo.melo@gmail.com>\0"
  "Subject\0Re: perf tools build broken after v5.1-rc1\0"
  "Date\0Mon, 29 Apr 2019 21:18:18 -0400\0"
  "To\0Vineet Gupta <Vineet.Gupta1@synopsys.com>\0"
- "Cc\0Arnaldo Carvalho de Melo <acme@redhat.com>"
-  Arnd Bergmann <arnd@arndb.de>
-  Arnaldo Carvalho de Melo <arnaldo.melo@gmail.com>
-  lkml <linux-kernel@vger.kernel.org>
+ "Cc\0Arnaldo Carvalho de Melo <arnaldo.melo@gmail.com>"
   linux-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>
- " arcml <linux-snps-arc@lists.infradead.org>\0"
+ " Namhyung Kim <namhyung@kernel.org>\0"
  "\00:1\0"
  "b\0"
  "Em Mon, Apr 29, 2019 at 05:14:54PM +0000, Vineet Gupta escreveu:\n"
@@ -160,4 +160,4 @@
  "\n"
  - Arnaldo
 
-3b2e79f1c58c54c3c5111d7173987f83f0b8f8fdcbd66e6f0ad817b57794a38b
+41af1536f28c1381c906ca1a863bd23124de8bcbddcf0cff05fad8fe63cbf42e

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.