All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <cover.1533842385.git.andreyknvl@google.com>

diff --git a/a/1.txt b/N1/1.txt
index f77d636..9b84dbb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -307,8 +307,3 @@ Andrey Konovalov (18):
 
 -- 
 2.18.0.597.ga71716f1ad-goog
-
---
-To unsubscribe from this list: send the line "unsubscribe linux-doc" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 6e4ddb3..9d0ad5e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -350,11 +350,6 @@
  " create mode 100644 mm/kasan/khwasan_report.c\n"
  "\n"
  "-- \n"
- "2.18.0.597.ga71716f1ad-goog\n"
- "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-doc\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ 2.18.0.597.ga71716f1ad-goog
 
-7d41764a6961f0c36a11bd9a8afc47ee20c07abc113a05b46c554c3d388a77c2
+4947afed27f201935373c0823392a77a7a10737b51003052755fad9296536d53

diff --git a/a/1.txt b/N2/1.txt
index f77d636..42a3638 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -212,7 +212,7 @@ Changes in RFC v3:
   CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW respectively.
 - Switch to -fsanitize=kernel-hwaddress instead of -fsanitize=hwaddress.
 - Removed unnecessary excessive shadow initialization.
-- Removed khwasan_enabled flag (it’s not needed since KHWASAN is
+- Removed khwasan_enabled flag (it?s not needed since KHWASAN is
   initialized before any slab caches are used).
 - Split out kasan_report.c and khwasan_report.c from report.c.
 - Moved more common KASAN and KHWASAN functions to common.c.
@@ -307,8 +307,3 @@ Andrey Konovalov (18):
 
 -- 
 2.18.0.597.ga71716f1ad-goog
-
---
-To unsubscribe from this list: send the line "unsubscribe linux-doc" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index 6e4ddb3..06401fa 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,45 +1,7 @@
- "From\0Andrey Konovalov <andreyknvl@google.com>\0"
+ "From\0andreyknvl@google.com (Andrey Konovalov)\0"
  "Subject\0[PATCH v5 00/18] khwasan: kernel hardware assisted address sanitizer\0"
  "Date\0Thu,  9 Aug 2018 21:20:52 +0200\0"
- "To\0Andrey Ryabinin <aryabinin@virtuozzo.com>"
-  Alexander Potapenko <glider@google.com>
-  Dmitry Vyukov <dvyukov@google.com>
-  Catalin Marinas <catalin.marinas@arm.com>
-  Will Deacon <will.deacon@arm.com>
-  Christoph Lameter <cl@linux.com>
-  Andrew Morton <akpm@linux-foundation.org>
-  Mark Rutland <mark.rutland@arm.com>
-  Nick Desaulniers <ndesaulniers@google.com>
-  Marc Zyngier <marc.zyngier@arm.com>
-  Dave Martin <dave.martin@arm.com>
-  Ard Biesheuvel <ard.biesheuvel@linaro.org>
-  Eric W . Biederman <ebiederm@xmission.com>
-  Ingo Molnar <mingo@kernel.org>
-  Paul Lawrence <paullawrence@google.com>
-  Geert Uytterhoeven <geert@linux-m68k.org>
-  Arnd Bergmann <arnd@arndb.de>
-  Kirill A . Shutemov <kirill.shutemov@linux.intel.com>
-  Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-  Kate Stewart <kstewart@linuxfoundation.org>
-  Mike Rapoport <rppt@linux.vnet.ibm.com>
-  kasan-dev@googlegroups.com
-  linux-doc@vger.kernel.org
-  linux-kernel@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-sparse@vger.kernel.org
-  linux-mm@kvack.org
- " linux-kbuild@vger.kernel.org\0"
- "Cc\0Kostya Serebryany <kcc@google.com>"
-  Evgeniy Stepanov <eugenis@google.com>
-  Lee Smith <Lee.Smith@arm.com>
-  Ramana Radhakrishnan <Ramana.Radhakrishnan@arm.com>
-  Jacob Bramley <Jacob.Bramley@arm.com>
-  Ruben Ayrapetyan <Ruben.Ayrapetyan@arm.com>
-  Jann Horn <jannh@google.com>
-  Mark Brand <markbrand@google.com>
-  Chintan Pandya <cpandya@codeaurora.org>
-  Vishwath Mohan <vishwath@google.com>
- " Andrey Konovalov <andreyknvl@google.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "This patchset adds a new mode to KASAN [1], which is called KHWASAN\n"
@@ -256,7 +218,7 @@
  "  CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW respectively.\n"
  "- Switch to -fsanitize=kernel-hwaddress instead of -fsanitize=hwaddress.\n"
  "- Removed unnecessary excessive shadow initialization.\n"
- "- Removed khwasan_enabled flag (it\342\200\231s not needed since KHWASAN is\n"
+ "- Removed khwasan_enabled flag (it?s not needed since KHWASAN is\n"
  "  initialized before any slab caches are used).\n"
  "- Split out kasan_report.c and khwasan_report.c from report.c.\n"
  "- Moved more common KASAN and KHWASAN functions to common.c.\n"
@@ -350,11 +312,6 @@
  " create mode 100644 mm/kasan/khwasan_report.c\n"
  "\n"
  "-- \n"
- "2.18.0.597.ga71716f1ad-goog\n"
- "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-doc\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ 2.18.0.597.ga71716f1ad-goog
 
-7d41764a6961f0c36a11bd9a8afc47ee20c07abc113a05b46c554c3d388a77c2
+305d852ce02276d050ee93400c047cced95cf921dddcc11c615ea5a96822103c

diff --git a/a/1.txt b/N3/1.txt
index f77d636..a2b60e0 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -212,7 +212,7 @@ Changes in RFC v3:
   CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW respectively.
 - Switch to -fsanitize=kernel-hwaddress instead of -fsanitize=hwaddress.
 - Removed unnecessary excessive shadow initialization.
-- Removed khwasan_enabled flag (it’s not needed since KHWASAN is
+- Removed khwasan_enabled flag (ita??s not needed since KHWASAN is
   initialized before any slab caches are used).
 - Split out kasan_report.c and khwasan_report.c from report.c.
 - Moved more common KASAN and KHWASAN functions to common.c.
@@ -307,8 +307,3 @@ Andrey Konovalov (18):
 
 -- 
 2.18.0.597.ga71716f1ad-goog
-
---
-To unsubscribe from this list: send the line "unsubscribe linux-doc" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N3/content_digest
index 6e4ddb3..2216947 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -256,7 +256,7 @@
  "  CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW respectively.\n"
  "- Switch to -fsanitize=kernel-hwaddress instead of -fsanitize=hwaddress.\n"
  "- Removed unnecessary excessive shadow initialization.\n"
- "- Removed khwasan_enabled flag (it\342\200\231s not needed since KHWASAN is\n"
+ "- Removed khwasan_enabled flag (ita??s not needed since KHWASAN is\n"
  "  initialized before any slab caches are used).\n"
  "- Split out kasan_report.c and khwasan_report.c from report.c.\n"
  "- Moved more common KASAN and KHWASAN functions to common.c.\n"
@@ -350,11 +350,6 @@
  " create mode 100644 mm/kasan/khwasan_report.c\n"
  "\n"
  "-- \n"
- "2.18.0.597.ga71716f1ad-goog\n"
- "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-doc\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ 2.18.0.597.ga71716f1ad-goog
 
-7d41764a6961f0c36a11bd9a8afc47ee20c07abc113a05b46c554c3d388a77c2
+94f4a03d8b9cac9e40d9eaef1c7f7da3441d6b2eedb799d0e4eea4b9b8634477

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.