diff for duplicates of <Y9GqJbEduVHWY7aU@spud> diff --git a/N1/1.1.hdr b/N1/1.1.hdr new file mode 100644 index 0000000..5a32186 --- /dev/null +++ b/N1/1.1.hdr @@ -0,0 +1,3 @@ +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +Content-Transfer-Encoding: quoted-printable diff --git a/a/1.txt b/N1/1.1.txt similarity index 70% rename from a/1.txt rename to N1/1.1.txt index 48bcc19..3afd511 100644 --- a/a/1.txt +++ b/N1/1.1.txt @@ -3,7 +3,7 @@ On Wed, Jan 25, 2023 at 02:20:40PM +0000, Andy Chiu wrote: > > Follow the riscv vector spec to add new csr numbers. > -> [guoren at linux.alibaba.com: first porting for new vector related csr] +> [guoren@linux.alibaba.com: first porting for new vector related csr] > Acked-by: Guo Ren <guoren@kernel.org> > Co-developed-by: Guo Ren <guoren@linux.alibaba.com> > Signed-off-by: Guo Ren <guoren@linux.alibaba.com> @@ -23,17 +23,10 @@ Reviewed-by: Conor Dooley <conor.dooley@microchip.com> I also noticed that you missed some tags from the v12 submission. Eg Heiko's here: -https://lore.kernel.org/linux-riscv/2096011.OBFZWjSADL at diego/ +https://lore.kernel.org/linux-riscv/2096011.OBFZWjSADL@diego/ There's also one for patch 1: -https://lore.kernel.org/linux-riscv/5335635.Sb9uPGUboI at diego/ +https://lore.kernel.org/linux-riscv/5335635.Sb9uPGUboI@diego/ Thanks, Conor. --------------- next part -------------- -A non-text attachment was scrubbed... -Name: signature.asc -Type: application/pgp-signature -Size: 228 bytes -Desc: not available -URL: <http://lists.infradead.org/pipermail/kvm-riscv/attachments/20230125/a996bdc1/attachment-0001.sig> diff --git a/N1/1.2.bin b/N1/1.2.bin new file mode 100644 index 0000000..f0b68bf --- /dev/null +++ b/N1/1.2.bin @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCY9GqJQAKCRB4tDGHoIJi +0u6nAQDkxVRl745rt4A0UQYFUQvp0jh+oAclAwrXlroWD4l6kgD9GwhGmcaLm+w+ +xi2BtDkFksMvW7O39e12MmxKbsTlYAE= +=rUIb +-----END PGP SIGNATURE----- diff --git a/N1/1.2.hdr b/N1/1.2.hdr new file mode 100644 index 0000000..5e5352c --- /dev/null +++ b/N1/1.2.hdr @@ -0,0 +1 @@ +Content-Type: application/pgp-signature; name="signature.asc" diff --git a/N1/2.hdr b/N1/2.hdr new file mode 100644 index 0000000..4b86001 --- /dev/null +++ b/N1/2.hdr @@ -0,0 +1,4 @@ +Content-Type: text/plain; charset="us-ascii" +MIME-Version: 1.0 +Content-Transfer-Encoding: 7bit +Content-Disposition: inline diff --git a/N1/2.txt b/N1/2.txt new file mode 100644 index 0000000..e409076 --- /dev/null +++ b/N1/2.txt @@ -0,0 +1,4 @@ +_______________________________________________ +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 8d1cd1d..5d01e11 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,33 @@ "ref\020230125142056.18356-1-andy.chiu@sifive.com\0" "ref\020230125142056.18356-4-andy.chiu@sifive.com\0" "From\0Conor Dooley <conor@kernel.org>\0" - "Subject\0[PATCH -next v13 03/19] riscv: Add new csr defines related to vector extension\0" + "Subject\0Re: [PATCH -next v13 03/19] riscv: Add new csr defines related to vector extension\0" "Date\0Wed, 25 Jan 2023 22:16:05 +0000\0" - "To\0kvm-riscv@lists.infradead.org\0" - "\00:1\0" + "To\0Andy Chiu <andy.chiu@sifive.com>\0" + "Cc\0linux-riscv@lists.infradead.org" + palmer@dabbelt.com + anup@brainfault.org + atishp@atishpatra.org + kvm-riscv@lists.infradead.org + kvm@vger.kernel.org + vineetg@rivosinc.com + greentime.hu@sifive.com + guoren@linux.alibaba.com + Vincent Chen <vincent.chen@sifive.com> + Paul Walmsley <paul.walmsley@sifive.com> + Albert Ou <aou@eecs.berkeley.edu> + Atish Patra <atishp@rivosinc.com> + Anup Patel <apatel@ventanamicro.com> + Guo Ren <guoren@kernel.org> + " Qinglin Pan <panqinglin2020@iscas.ac.cn>\0" + "\02:1.1\0" "b\0" "On Wed, Jan 25, 2023 at 02:20:40PM +0000, Andy Chiu wrote:\n" "> From: Greentime Hu <greentime.hu@sifive.com>\n" "> \n" "> Follow the riscv vector spec to add new csr numbers.\n" "> \n" - "> [guoren at linux.alibaba.com: first porting for new vector related csr]\n" + "> [guoren@linux.alibaba.com: first porting for new vector related csr]\n" "> Acked-by: Guo Ren <guoren@kernel.org>\n" "> Co-developed-by: Guo Ren <guoren@linux.alibaba.com>\n" "> Signed-off-by: Guo Ren <guoren@linux.alibaba.com>\n" @@ -31,19 +47,28 @@ "\n" "I also noticed that you missed some tags from the v12 submission.\n" "Eg Heiko's here:\n" - "https://lore.kernel.org/linux-riscv/2096011.OBFZWjSADL at diego/\n" + "https://lore.kernel.org/linux-riscv/2096011.OBFZWjSADL@diego/\n" "\n" "There's also one for patch 1:\n" - "https://lore.kernel.org/linux-riscv/5335635.Sb9uPGUboI at diego/\n" + "https://lore.kernel.org/linux-riscv/5335635.Sb9uPGUboI@diego/\n" "\n" "Thanks,\n" - "Conor.\n" - "-------------- next part --------------\n" - "A non-text attachment was scrubbed...\n" - "Name: signature.asc\n" - "Type: application/pgp-signature\n" - "Size: 228 bytes\n" - "Desc: not available\n" - URL: <http://lists.infradead.org/pipermail/kvm-riscv/attachments/20230125/a996bdc1/attachment-0001.sig> + Conor. + "\02:1.2\0" + "fn\0signature.asc\0" + "b\0" + "-----BEGIN PGP SIGNATURE-----\n" + "\n" + "iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCY9GqJQAKCRB4tDGHoIJi\n" + "0u6nAQDkxVRl745rt4A0UQYFUQvp0jh+oAclAwrXlroWD4l6kgD9GwhGmcaLm+w+\n" + "xi2BtDkFksMvW7O39e12MmxKbsTlYAE=\n" + "=rUIb\n" + "-----END PGP SIGNATURE-----\n" + "\01:2\0" + "b\0" + "_______________________________________________\n" + "linux-riscv mailing list\n" + "linux-riscv@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-riscv -8f4628881284339688391821f68b80d8464942211337d44b256ef92e741f5ef7 +f5aa3b72e387e92c6a8e3f580403f183b763010aa32b9cabf322ba4a52b318cb
diff --git a/a/1.txt b/N2/1.txt index 48bcc19..3afd511 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -3,7 +3,7 @@ On Wed, Jan 25, 2023 at 02:20:40PM +0000, Andy Chiu wrote: > > Follow the riscv vector spec to add new csr numbers. > -> [guoren at linux.alibaba.com: first porting for new vector related csr] +> [guoren@linux.alibaba.com: first porting for new vector related csr] > Acked-by: Guo Ren <guoren@kernel.org> > Co-developed-by: Guo Ren <guoren@linux.alibaba.com> > Signed-off-by: Guo Ren <guoren@linux.alibaba.com> @@ -23,17 +23,10 @@ Reviewed-by: Conor Dooley <conor.dooley@microchip.com> I also noticed that you missed some tags from the v12 submission. Eg Heiko's here: -https://lore.kernel.org/linux-riscv/2096011.OBFZWjSADL at diego/ +https://lore.kernel.org/linux-riscv/2096011.OBFZWjSADL@diego/ There's also one for patch 1: -https://lore.kernel.org/linux-riscv/5335635.Sb9uPGUboI at diego/ +https://lore.kernel.org/linux-riscv/5335635.Sb9uPGUboI@diego/ Thanks, Conor. --------------- next part -------------- -A non-text attachment was scrubbed... -Name: signature.asc -Type: application/pgp-signature -Size: 228 bytes -Desc: not available -URL: <http://lists.infradead.org/pipermail/kvm-riscv/attachments/20230125/a996bdc1/attachment-0001.sig> diff --git a/N2/2.bin b/N2/2.bin new file mode 100644 index 0000000..f0b68bf --- /dev/null +++ b/N2/2.bin @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCY9GqJQAKCRB4tDGHoIJi +0u6nAQDkxVRl745rt4A0UQYFUQvp0jh+oAclAwrXlroWD4l6kgD9GwhGmcaLm+w+ +xi2BtDkFksMvW7O39e12MmxKbsTlYAE= +=rUIb +-----END PGP SIGNATURE----- diff --git a/N2/2.hdr b/N2/2.hdr new file mode 100644 index 0000000..5e5352c --- /dev/null +++ b/N2/2.hdr @@ -0,0 +1 @@ +Content-Type: application/pgp-signature; name="signature.asc" diff --git a/a/content_digest b/N2/content_digest index 8d1cd1d..d9e6a63 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,17 +1,33 @@ "ref\020230125142056.18356-1-andy.chiu@sifive.com\0" "ref\020230125142056.18356-4-andy.chiu@sifive.com\0" "From\0Conor Dooley <conor@kernel.org>\0" - "Subject\0[PATCH -next v13 03/19] riscv: Add new csr defines related to vector extension\0" + "Subject\0Re: [PATCH -next v13 03/19] riscv: Add new csr defines related to vector extension\0" "Date\0Wed, 25 Jan 2023 22:16:05 +0000\0" - "To\0kvm-riscv@lists.infradead.org\0" - "\00:1\0" + "To\0Andy Chiu <andy.chiu@sifive.com>\0" + "Cc\0linux-riscv@lists.infradead.org" + palmer@dabbelt.com + anup@brainfault.org + atishp@atishpatra.org + kvm-riscv@lists.infradead.org + kvm@vger.kernel.org + vineetg@rivosinc.com + greentime.hu@sifive.com + guoren@linux.alibaba.com + Vincent Chen <vincent.chen@sifive.com> + Paul Walmsley <paul.walmsley@sifive.com> + Albert Ou <aou@eecs.berkeley.edu> + Atish Patra <atishp@rivosinc.com> + Anup Patel <apatel@ventanamicro.com> + Guo Ren <guoren@kernel.org> + " Qinglin Pan <panqinglin2020@iscas.ac.cn>\0" + "\01:1\0" "b\0" "On Wed, Jan 25, 2023 at 02:20:40PM +0000, Andy Chiu wrote:\n" "> From: Greentime Hu <greentime.hu@sifive.com>\n" "> \n" "> Follow the riscv vector spec to add new csr numbers.\n" "> \n" - "> [guoren at linux.alibaba.com: first porting for new vector related csr]\n" + "> [guoren@linux.alibaba.com: first porting for new vector related csr]\n" "> Acked-by: Guo Ren <guoren@kernel.org>\n" "> Co-developed-by: Guo Ren <guoren@linux.alibaba.com>\n" "> Signed-off-by: Guo Ren <guoren@linux.alibaba.com>\n" @@ -31,19 +47,22 @@ "\n" "I also noticed that you missed some tags from the v12 submission.\n" "Eg Heiko's here:\n" - "https://lore.kernel.org/linux-riscv/2096011.OBFZWjSADL at diego/\n" + "https://lore.kernel.org/linux-riscv/2096011.OBFZWjSADL@diego/\n" "\n" "There's also one for patch 1:\n" - "https://lore.kernel.org/linux-riscv/5335635.Sb9uPGUboI at diego/\n" + "https://lore.kernel.org/linux-riscv/5335635.Sb9uPGUboI@diego/\n" "\n" "Thanks,\n" - "Conor.\n" - "-------------- next part --------------\n" - "A non-text attachment was scrubbed...\n" - "Name: signature.asc\n" - "Type: application/pgp-signature\n" - "Size: 228 bytes\n" - "Desc: not available\n" - URL: <http://lists.infradead.org/pipermail/kvm-riscv/attachments/20230125/a996bdc1/attachment-0001.sig> + Conor. + "\01:2\0" + "fn\0signature.asc\0" + "b\0" + "-----BEGIN PGP SIGNATURE-----\n" + "\n" + "iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCY9GqJQAKCRB4tDGHoIJi\n" + "0u6nAQDkxVRl745rt4A0UQYFUQvp0jh+oAclAwrXlroWD4l6kgD9GwhGmcaLm+w+\n" + "xi2BtDkFksMvW7O39e12MmxKbsTlYAE=\n" + "=rUIb\n" + "-----END PGP SIGNATURE-----\n" -8f4628881284339688391821f68b80d8464942211337d44b256ef92e741f5ef7 +28096e096948611d362ab4233ff00333ac2e9d613dd85898a034eb1152ffbe23
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.