diff for duplicates of <Y+kt04c1iRlzUNLA@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 80% rename from a/1.txt rename to N1/1.1.txt index 8037e03..88b4a22 100644 --- a/a/1.txt +++ b/N1/1.1.txt @@ -19,12 +19,12 @@ On Sun, Feb 12, 2023 at 10:14:13AM -0800, Guenter Roeck wrote: > > Samuel pointed out that this is a lockdep splat on irc. > > There's a patch on the list that removes the lockdep annotation > > entirely: -> > https://patchwork.kernel.org/project/linux-riscv/patch/20230202114116.3695793-1-changbin.du at huawei.com/ +> > https://patchwork.kernel.org/project/linux-riscv/patch/20230202114116.3695793-1-changbin.du@huawei.com/ > > > > So ye, no surprises that it was config based! > > > > Palmer posted a "better" fix for that lockdep warning a while ago: -> > https://lore.kernel.org/all/20220322022331.32136-1-palmer at rivosinc.com/ +> > https://lore.kernel.org/all/20220322022331.32136-1-palmer@rivosinc.com/ > > > > So we'd have to duplicate/reuse that for cpufeature/errata patching. > > @@ -41,10 +41,3 @@ can just take the text_mutex itself for alternatives & not have to dance around the lock. I'll go do that I suppose! --------------- 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/20230212/44cbfbe8/attachment-0001.sig> diff --git a/N1/1.2.bin b/N1/1.2.bin new file mode 100644 index 0000000..f621f49 --- /dev/null +++ b/N1/1.2.bin @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCY+kt0wAKCRB4tDGHoIJi +0lCHAP9dmIfODGeFB30mrFC0ZS7H8294Wq2cp9dIc6LMlnpd2AEAiBTRGyJfm/jN +XVO7+oQ9i0CJT3HiApBW4j9H3mFCbgU= +=gBzF +-----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 303df35..e1ca223 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -6,10 +6,23 @@ "ref\0Y+kqi8bQE+8hLfOF@spud\0" "ref\0a059a815-dcb0-c575-b5a4-f9433e268e9b@roeck-us.net\0" "From\0Conor Dooley <conor@kernel.org>\0" - "Subject\0[PATCH v5 00/13] riscv: improve boot time isa extensions handling\0" - "Date\0Sun, 12 Feb 2023 18:20:12 -0000\0" - "To\0kvm-riscv@lists.infradead.org\0" - "\00:1\0" + "Subject\0Re: [PATCH v5 00/13] riscv: improve boot time isa extensions handling\0" + "Date\0Sun, 12 Feb 2023 18:20:03 +0000\0" + "To\0Guenter Roeck <linux@roeck-us.net>\0" + "Cc\0Jisheng Zhang <jszhang@kernel.org>" + Palmer Dabbelt <palmer@dabbelt.com> + Paul Walmsley <paul.walmsley@sifive.com> + Albert Ou <aou@eecs.berkeley.edu> + Anup Patel <anup@brainfault.org> + Atish Patra <atishp@atishpatra.org> + Heiko Stuebner <heiko@sntech.de> + Andrew Jones <ajones@ventanamicro.com> + Conor Dooley <conor.dooley@microchip.com> + linux-riscv@lists.infradead.org + linux-kernel@vger.kernel.org + kvm@vger.kernel.org + " kvm-riscv@lists.infradead.org\0" + "\02:1.1\0" "b\0" "On Sun, Feb 12, 2023 at 10:14:13AM -0800, Guenter Roeck wrote:\n" "> On 2/12/23 10:06, Conor Dooley wrote:\n" @@ -32,12 +45,12 @@ "> > Samuel pointed out that this is a lockdep splat on irc.\n" "> > There's a patch on the list that removes the lockdep annotation\n" "> > entirely:\n" - "> > https://patchwork.kernel.org/project/linux-riscv/patch/20230202114116.3695793-1-changbin.du at huawei.com/\n" + "> > https://patchwork.kernel.org/project/linux-riscv/patch/20230202114116.3695793-1-changbin.du@huawei.com/\n" "> > \n" "> > So ye, no surprises that it was config based!\n" "> > \n" "> > Palmer posted a \"better\" fix for that lockdep warning a while ago:\n" - "> > https://lore.kernel.org/all/20220322022331.32136-1-palmer at rivosinc.com/\n" + "> > https://lore.kernel.org/all/20220322022331.32136-1-palmer@rivosinc.com/\n" "> > \n" "> > So we'd have to duplicate/reuse that for cpufeature/errata patching.\n" "> > \n" @@ -53,13 +66,22 @@ "can just take the text_mutex itself for alternatives & not have to\n" "dance around the lock.\n" "\n" - "I'll go do that I suppose!\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/20230212/44cbfbe8/attachment-0001.sig> + I'll go do that I suppose! + "\02:1.2\0" + "fn\0signature.asc\0" + "b\0" + "-----BEGIN PGP SIGNATURE-----\n" + "\n" + "iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCY+kt0wAKCRB4tDGHoIJi\n" + "0lCHAP9dmIfODGeFB30mrFC0ZS7H8294Wq2cp9dIc6LMlnpd2AEAiBTRGyJfm/jN\n" + "XVO7+oQ9i0CJT3HiApBW4j9H3mFCbgU=\n" + "=gBzF\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 -e932be949c5fe2aa105daf69f21e94d85f5e5e9ebf9d357834aec4c0a977832c +3d92949f68f16537d41bf0d264d09240aae13b5b76c5c18ce6de1f9759a28349
diff --git a/a/1.txt b/N2/1.txt index 8037e03..88b4a22 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -19,12 +19,12 @@ On Sun, Feb 12, 2023 at 10:14:13AM -0800, Guenter Roeck wrote: > > Samuel pointed out that this is a lockdep splat on irc. > > There's a patch on the list that removes the lockdep annotation > > entirely: -> > https://patchwork.kernel.org/project/linux-riscv/patch/20230202114116.3695793-1-changbin.du at huawei.com/ +> > https://patchwork.kernel.org/project/linux-riscv/patch/20230202114116.3695793-1-changbin.du@huawei.com/ > > > > So ye, no surprises that it was config based! > > > > Palmer posted a "better" fix for that lockdep warning a while ago: -> > https://lore.kernel.org/all/20220322022331.32136-1-palmer at rivosinc.com/ +> > https://lore.kernel.org/all/20220322022331.32136-1-palmer@rivosinc.com/ > > > > So we'd have to duplicate/reuse that for cpufeature/errata patching. > > @@ -41,10 +41,3 @@ can just take the text_mutex itself for alternatives & not have to dance around the lock. I'll go do that I suppose! --------------- 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/20230212/44cbfbe8/attachment-0001.sig> diff --git a/N2/2.bin b/N2/2.bin new file mode 100644 index 0000000..f621f49 --- /dev/null +++ b/N2/2.bin @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCY+kt0wAKCRB4tDGHoIJi +0lCHAP9dmIfODGeFB30mrFC0ZS7H8294Wq2cp9dIc6LMlnpd2AEAiBTRGyJfm/jN +XVO7+oQ9i0CJT3HiApBW4j9H3mFCbgU= +=gBzF +-----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 303df35..715d013 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -6,10 +6,23 @@ "ref\0Y+kqi8bQE+8hLfOF@spud\0" "ref\0a059a815-dcb0-c575-b5a4-f9433e268e9b@roeck-us.net\0" "From\0Conor Dooley <conor@kernel.org>\0" - "Subject\0[PATCH v5 00/13] riscv: improve boot time isa extensions handling\0" - "Date\0Sun, 12 Feb 2023 18:20:12 -0000\0" - "To\0kvm-riscv@lists.infradead.org\0" - "\00:1\0" + "Subject\0Re: [PATCH v5 00/13] riscv: improve boot time isa extensions handling\0" + "Date\0Sun, 12 Feb 2023 18:20:03 +0000\0" + "To\0Guenter Roeck <linux@roeck-us.net>\0" + "Cc\0Jisheng Zhang <jszhang@kernel.org>" + Palmer Dabbelt <palmer@dabbelt.com> + Paul Walmsley <paul.walmsley@sifive.com> + Albert Ou <aou@eecs.berkeley.edu> + Anup Patel <anup@brainfault.org> + Atish Patra <atishp@atishpatra.org> + Heiko Stuebner <heiko@sntech.de> + Andrew Jones <ajones@ventanamicro.com> + Conor Dooley <conor.dooley@microchip.com> + linux-riscv@lists.infradead.org + linux-kernel@vger.kernel.org + kvm@vger.kernel.org + " kvm-riscv@lists.infradead.org\0" + "\01:1\0" "b\0" "On Sun, Feb 12, 2023 at 10:14:13AM -0800, Guenter Roeck wrote:\n" "> On 2/12/23 10:06, Conor Dooley wrote:\n" @@ -32,12 +45,12 @@ "> > Samuel pointed out that this is a lockdep splat on irc.\n" "> > There's a patch on the list that removes the lockdep annotation\n" "> > entirely:\n" - "> > https://patchwork.kernel.org/project/linux-riscv/patch/20230202114116.3695793-1-changbin.du at huawei.com/\n" + "> > https://patchwork.kernel.org/project/linux-riscv/patch/20230202114116.3695793-1-changbin.du@huawei.com/\n" "> > \n" "> > So ye, no surprises that it was config based!\n" "> > \n" "> > Palmer posted a \"better\" fix for that lockdep warning a while ago:\n" - "> > https://lore.kernel.org/all/20220322022331.32136-1-palmer at rivosinc.com/\n" + "> > https://lore.kernel.org/all/20220322022331.32136-1-palmer@rivosinc.com/\n" "> > \n" "> > So we'd have to duplicate/reuse that for cpufeature/errata patching.\n" "> > \n" @@ -53,13 +66,16 @@ "can just take the text_mutex itself for alternatives & not have to\n" "dance around the lock.\n" "\n" - "I'll go do that I suppose!\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/20230212/44cbfbe8/attachment-0001.sig> + I'll go do that I suppose! + "\01:2\0" + "fn\0signature.asc\0" + "b\0" + "-----BEGIN PGP SIGNATURE-----\n" + "\n" + "iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCY+kt0wAKCRB4tDGHoIJi\n" + "0lCHAP9dmIfODGeFB30mrFC0ZS7H8294Wq2cp9dIc6LMlnpd2AEAiBTRGyJfm/jN\n" + "XVO7+oQ9i0CJT3HiApBW4j9H3mFCbgU=\n" + "=gBzF\n" + "-----END PGP SIGNATURE-----\n" -e932be949c5fe2aa105daf69f21e94d85f5e5e9ebf9d357834aec4c0a977832c +f9d9e32f2efb6f5394dafc33dc56e8abd5a62c7c1916ee2cc27d99509a9250e8
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.