All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20230221190916.572454-1-ajones@ventanamicro.com>

diff --git a/a/1.txt b/N1/1.txt
index 4b8d781..6a861a3 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -18,7 +18,7 @@ worthwhile).
 Based on riscv-linux/for-next plus the dependencies listed below.
 
 Dependencies:
-https://lore.kernel.org/linux-riscv/20230221185603.570882-1-ajones at ventanamicro.com/
+https://lore.kernel.org/linux-riscv/20230221185603.570882-1-ajones@ventanamicro.com/
 
 The patches are also available here
 https://github.com/jones-drew/linux/commits/riscv/zicboz-v5
@@ -35,7 +35,7 @@ drew
 [1] I ported the functions under test to userspace and linked them with
     a test program. Then, I ran them under gdb with a script[3] which
     counted instructions by single stepping.
-[2] https://lore.kernel.org/all/20221027130247.31634-1-ajones at ventanamicro.com/
+[2] https://lore.kernel.org/all/20221027130247.31634-1-ajones@ventanamicro.com/
 [3] https://gist.github.com/jones-drew/487791c956ceca8c18adc2847eec9c60
 
 v5:
@@ -112,3 +112,9 @@ Andrew Jones (8):
 
 -- 
 2.39.1
+
+
+_______________________________________________
+linux-riscv mailing list
+linux-riscv@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-riscv
diff --git a/a/content_digest b/N1/content_digest
index e8418f6..4f9085e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,20 @@
  "From\0Andrew Jones <ajones@ventanamicro.com>\0"
  "Subject\0[PATCH v5 0/8] RISC-V: Apply Zicboz to clear_page\0"
  "Date\0Tue, 21 Feb 2023 20:09:08 +0100\0"
- "To\0kvm-riscv@lists.infradead.org\0"
+ "To\0linux-riscv@lists.infradead.org"
+  devicetree@vger.kernel.org
+ " kvm-riscv@lists.infradead.org\0"
+ "Cc\0'Rob Herring ' <robh@kernel.org>"
+  'Jisheng Zhang ' <jszhang@kernel.org>
+  'Anup Patel ' <apatel@ventanamicro.com>
+  'Conor Dooley ' <conor.dooley@microchip.com>
+  'Krzysztof Kozlowski ' <krzysztof.kozlowski+dt@linaro.org>
+  'Heiko Stuebner ' <heiko@sntech.de>
+  'Paul Walmsley ' <paul.walmsley@sifive.com>
+  'Palmer Dabbelt ' <palmer@dabbelt.com>
+  'Albert Ou ' <aou@eecs.berkeley.edu>
+  'Ben Dooks ' <ben.dooks@codethink.co.uk>
+ " 'Atish Patra ' <atishp@rivosinc.com>\0"
  "\00:1\0"
  "b\0"
  "When the Zicboz extension is available we can more rapidly zero naturally\n"
@@ -24,7 +37,7 @@
  "Based on riscv-linux/for-next plus the dependencies listed below.\n"
  "\n"
  "Dependencies:\n"
- "https://lore.kernel.org/linux-riscv/20230221185603.570882-1-ajones at ventanamicro.com/\n"
+ "https://lore.kernel.org/linux-riscv/20230221185603.570882-1-ajones@ventanamicro.com/\n"
  "\n"
  "The patches are also available here\n"
  "https://github.com/jones-drew/linux/commits/riscv/zicboz-v5\n"
@@ -41,7 +54,7 @@
  "[1] I ported the functions under test to userspace and linked them with\n"
  "    a test program. Then, I ran them under gdb with a script[3] which\n"
  "    counted instructions by single stepping.\n"
- "[2] https://lore.kernel.org/all/20221027130247.31634-1-ajones at ventanamicro.com/\n"
+ "[2] https://lore.kernel.org/all/20221027130247.31634-1-ajones@ventanamicro.com/\n"
  "[3] https://gist.github.com/jones-drew/487791c956ceca8c18adc2847eec9c60\n"
  "\n"
  "v5:\n"
@@ -117,6 +130,12 @@
  " create mode 100644 arch/riscv/lib/clear_page.S\n"
  "\n"
  "-- \n"
- 2.39.1
+ "2.39.1\n"
+ "\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-riscv mailing list\n"
+ "linux-riscv@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-riscv
 
-6fa7d8df653f82d6df14706d3be4e6439b1e52726d99674383178d0293e38277
+f457520017df56670981f2d937ce3a248b0447964a2ac28d2c01ae637f820dab

diff --git a/a/1.txt b/N2/1.txt
index 4b8d781..168ea55 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -18,7 +18,7 @@ worthwhile).
 Based on riscv-linux/for-next plus the dependencies listed below.
 
 Dependencies:
-https://lore.kernel.org/linux-riscv/20230221185603.570882-1-ajones at ventanamicro.com/
+https://lore.kernel.org/linux-riscv/20230221185603.570882-1-ajones@ventanamicro.com/
 
 The patches are also available here
 https://github.com/jones-drew/linux/commits/riscv/zicboz-v5
@@ -35,7 +35,7 @@ drew
 [1] I ported the functions under test to userspace and linked them with
     a test program. Then, I ran them under gdb with a script[3] which
     counted instructions by single stepping.
-[2] https://lore.kernel.org/all/20221027130247.31634-1-ajones at ventanamicro.com/
+[2] https://lore.kernel.org/all/20221027130247.31634-1-ajones@ventanamicro.com/
 [3] https://gist.github.com/jones-drew/487791c956ceca8c18adc2847eec9c60
 
 v5:
diff --git a/a/content_digest b/N2/content_digest
index e8418f6..47c3bc3 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,7 +1,20 @@
  "From\0Andrew Jones <ajones@ventanamicro.com>\0"
  "Subject\0[PATCH v5 0/8] RISC-V: Apply Zicboz to clear_page\0"
  "Date\0Tue, 21 Feb 2023 20:09:08 +0100\0"
- "To\0kvm-riscv@lists.infradead.org\0"
+ "To\0linux-riscv@lists.infradead.org"
+  devicetree@vger.kernel.org
+ " kvm-riscv@lists.infradead.org\0"
+ "Cc\0'Rob Herring ' <robh@kernel.org>"
+  'Jisheng Zhang ' <jszhang@kernel.org>
+  'Anup Patel ' <apatel@ventanamicro.com>
+  'Conor Dooley ' <conor.dooley@microchip.com>
+  'Krzysztof Kozlowski ' <krzysztof.kozlowski+dt@linaro.org>
+  'Heiko Stuebner ' <heiko@sntech.de>
+  'Paul Walmsley ' <paul.walmsley@sifive.com>
+  'Palmer Dabbelt ' <palmer@dabbelt.com>
+  'Albert Ou ' <aou@eecs.berkeley.edu>
+  'Ben Dooks ' <ben.dooks@codethink.co.uk>
+ " 'Atish Patra ' <atishp@rivosinc.com>\0"
  "\00:1\0"
  "b\0"
  "When the Zicboz extension is available we can more rapidly zero naturally\n"
@@ -24,7 +37,7 @@
  "Based on riscv-linux/for-next plus the dependencies listed below.\n"
  "\n"
  "Dependencies:\n"
- "https://lore.kernel.org/linux-riscv/20230221185603.570882-1-ajones at ventanamicro.com/\n"
+ "https://lore.kernel.org/linux-riscv/20230221185603.570882-1-ajones@ventanamicro.com/\n"
  "\n"
  "The patches are also available here\n"
  "https://github.com/jones-drew/linux/commits/riscv/zicboz-v5\n"
@@ -41,7 +54,7 @@
  "[1] I ported the functions under test to userspace and linked them with\n"
  "    a test program. Then, I ran them under gdb with a script[3] which\n"
  "    counted instructions by single stepping.\n"
- "[2] https://lore.kernel.org/all/20221027130247.31634-1-ajones at ventanamicro.com/\n"
+ "[2] https://lore.kernel.org/all/20221027130247.31634-1-ajones@ventanamicro.com/\n"
  "[3] https://gist.github.com/jones-drew/487791c956ceca8c18adc2847eec9c60\n"
  "\n"
  "v5:\n"
@@ -119,4 +132,4 @@
  "-- \n"
  2.39.1
 
-6fa7d8df653f82d6df14706d3be4e6439b1e52726d99674383178d0293e38277
+7ad72dbdb0b1bf00b187f46780b44129a64d410befe73def4fba626fcdd4e7db

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.