All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20230111171027.2392-2-jszhang@kernel.org>

diff --git a/a/1.txt b/N1/1.txt
index ae3780a..cc5069e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -38,7 +38,7 @@ index 98453535324a..1d2df245d0bd 100644
 + */
 +static inline void riscv_insn_insert_jtype_imm(u32 *insn, s32 imm)
 +{
-+	/* drop the old IMMs, all jal IMM bits sit@31:12 */
++	/* drop the old IMMs, all jal IMM bits sit at 31:12 */
 +	*insn &= ~GENMASK(31, 12);
 +	*insn |= (RV_X(imm, RV_J_IMM_10_1_OFF, RV_J_IMM_10_1_MASK) << RV_J_IMM_10_1_OPOFF) |
 +		 (RV_X(imm, RV_J_IMM_11_OFF, RV_J_IMM_11_MASK) << RV_J_IMM_11_OPOFF) |
@@ -96,3 +96,9 @@ index 6212ea0eed72..3d4f1f32c7f6 100644
  
 -- 
 2.38.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 c8fbe60..cf6eca0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,17 @@
  "From\0Jisheng Zhang <jszhang@kernel.org>\0"
  "Subject\0[PATCH v3 01/13] riscv: fix jal offsets in patched alternatives\0"
  "Date\0Thu, 12 Jan 2023 01:10:15 +0800\0"
- "To\0kvm-riscv@lists.infradead.org\0"
+ "To\0Paul Walmsley <paul.walmsley@sifive.com>"
+  Palmer Dabbelt <palmer@dabbelt.com>
+  Albert Ou <aou@eecs.berkeley.edu>
+  Anup Patel <anup@brainfault.org>
+  Atish Patra <atishp@atishpatra.org>
+ " Heiko Stuebner <heiko@sntech.de>\0"
+ "Cc\0linux-riscv@lists.infradead.org"
+  linux-kernel@vger.kernel.org
+  kvm@vger.kernel.org
+  kvm-riscv@lists.infradead.org
+ " Heiko Stuebner <heiko.stuebner@vrull.eu>\0"
  "\00:1\0"
  "b\0"
  "Alternatives live in a different section, so offsets used by jal\n"
@@ -45,7 +55,7 @@
  "+ */\n"
  "+static inline void riscv_insn_insert_jtype_imm(u32 *insn, s32 imm)\n"
  "+{\n"
- "+\t/* drop the old IMMs, all jal IMM bits sit@31:12 */\n"
+ "+\t/* drop the old IMMs, all jal IMM bits sit at 31:12 */\n"
  "+\t*insn &= ~GENMASK(31, 12);\n"
  "+\t*insn |= (RV_X(imm, RV_J_IMM_10_1_OFF, RV_J_IMM_10_1_MASK) << RV_J_IMM_10_1_OPOFF) |\n"
  "+\t\t (RV_X(imm, RV_J_IMM_11_OFF, RV_J_IMM_11_MASK) << RV_J_IMM_11_OPOFF) |\n"
@@ -102,6 +112,12 @@
  " }\n"
  " \n"
  "-- \n"
- 2.38.1
+ "2.38.1\n"
+ "\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-riscv mailing list\n"
+ "linux-riscv@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-riscv
 
-8f47742c9a1bb8b869e2c137712d9239ca0399fec7970c17af80ba31191ae5b3
+517e8a7274c3e87de345d46d848d2a785a51f8fc182805c326df51043afcc208

diff --git a/a/1.txt b/N2/1.txt
index ae3780a..077d2a7 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -38,7 +38,7 @@ index 98453535324a..1d2df245d0bd 100644
 + */
 +static inline void riscv_insn_insert_jtype_imm(u32 *insn, s32 imm)
 +{
-+	/* drop the old IMMs, all jal IMM bits sit@31:12 */
++	/* drop the old IMMs, all jal IMM bits sit at 31:12 */
 +	*insn &= ~GENMASK(31, 12);
 +	*insn |= (RV_X(imm, RV_J_IMM_10_1_OFF, RV_J_IMM_10_1_MASK) << RV_J_IMM_10_1_OPOFF) |
 +		 (RV_X(imm, RV_J_IMM_11_OFF, RV_J_IMM_11_MASK) << RV_J_IMM_11_OPOFF) |
diff --git a/a/content_digest b/N2/content_digest
index c8fbe60..5229308 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,7 +2,17 @@
  "From\0Jisheng Zhang <jszhang@kernel.org>\0"
  "Subject\0[PATCH v3 01/13] riscv: fix jal offsets in patched alternatives\0"
  "Date\0Thu, 12 Jan 2023 01:10:15 +0800\0"
- "To\0kvm-riscv@lists.infradead.org\0"
+ "To\0Paul Walmsley <paul.walmsley@sifive.com>"
+  Palmer Dabbelt <palmer@dabbelt.com>
+  Albert Ou <aou@eecs.berkeley.edu>
+  Anup Patel <anup@brainfault.org>
+  Atish Patra <atishp@atishpatra.org>
+ " Heiko Stuebner <heiko@sntech.de>\0"
+ "Cc\0linux-riscv@lists.infradead.org"
+  linux-kernel@vger.kernel.org
+  kvm@vger.kernel.org
+  kvm-riscv@lists.infradead.org
+ " Heiko Stuebner <heiko.stuebner@vrull.eu>\0"
  "\00:1\0"
  "b\0"
  "Alternatives live in a different section, so offsets used by jal\n"
@@ -45,7 +55,7 @@
  "+ */\n"
  "+static inline void riscv_insn_insert_jtype_imm(u32 *insn, s32 imm)\n"
  "+{\n"
- "+\t/* drop the old IMMs, all jal IMM bits sit@31:12 */\n"
+ "+\t/* drop the old IMMs, all jal IMM bits sit at 31:12 */\n"
  "+\t*insn &= ~GENMASK(31, 12);\n"
  "+\t*insn |= (RV_X(imm, RV_J_IMM_10_1_OFF, RV_J_IMM_10_1_MASK) << RV_J_IMM_10_1_OPOFF) |\n"
  "+\t\t (RV_X(imm, RV_J_IMM_11_OFF, RV_J_IMM_11_MASK) << RV_J_IMM_11_OPOFF) |\n"
@@ -104,4 +114,4 @@
  "-- \n"
  2.38.1
 
-8f47742c9a1bb8b869e2c137712d9239ca0399fec7970c17af80ba31191ae5b3
+7455ab9e79f43a8c2b2bf40a309ac0027e615321bf60b3318c0fc7614ac5b1c2

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.