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

diff --git a/a/1.txt b/N1/1.txt
index 70be52c..6370769 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -11,8 +11,8 @@ On Fri, Nov 01, 2024, Mark Brown wrote:
 > This commit, which is in today's -next as 5c6c7b71a45c9c, breaks the
 > build on arm64:
 > 
-> aarch64/psci_test.c: In function ?host_test_system_off2?:
-> aarch64/psci_test.c:247:9: error: too many arguments to function ?vcpu_get_reg?
+> aarch64/psci_test.c: In function ‘host_test_system_off2’:
+> aarch64/psci_test.c:247:9: error: too many arguments to function ‘vcpu_get_reg’
 >   247 |         vcpu_get_reg(target, KVM_REG_ARM_PSCI_VERSION, &psci_version);
 >       |         ^~~~~~~~~~~~
 > In file included from aarch64/psci_test.c:18:
@@ -20,8 +20,8 @@ On Fri, Nov 01, 2024, Mark Brown wrote:
 >   705 | static inline uint64_t vcpu_get_reg(struct kvm_vcpu *vcpu, uint64_t id)
 >       |                        ^~~~~~~~~~~~
 > At top level:
-> cc1: note: unrecognized command-line option ?-Wno-gnu-variable-sized-type-not-at
-> -end? may have been intended to silence earlier diagnostics
+> cc1: note: unrecognized command-line option ‘-Wno-gnu-variable-sized-type-not-at
+> -end’ may have been intended to silence earlier diagnostics
 > 
 > since the updates done to that file did not take account of 72be5aa6be4
 > ("KVM: selftests: Add test for PSCI SYSTEM_OFF2") which has been merged
@@ -40,4 +40,4 @@ have a "selftests_late" or whatever topic branch.
 
 Sorry for the pain Mark, you've been playing janitor for us too much lately.
 
-[*] https://lore.kernel.org/all/20240826190116.145945-1-seanjc at google.com
+[*] https://lore.kernel.org/all/20240826190116.145945-1-seanjc@google.com
diff --git a/a/content_digest b/N1/content_digest
index cd31d2a..0d8e3e9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,9 +2,29 @@
  "ref\020241009154953.1073471-4-seanjc@google.com\0"
  "ref\039ea24d8-9dae-447a-ae37-e65878c3806f@sirena.org.uk\0"
  "From\0Sean Christopherson <seanjc@google.com>\0"
- "Subject\0[PATCH v3 03/14] KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-param\0"
+ "Subject\0Re: [PATCH v3 03/14] KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-param\0"
  "Date\0Fri, 1 Nov 2024 07:48:00 -0700\0"
- "To\0kvm-riscv@lists.infradead.org\0"
+ "To\0Mark Brown <broonie@kernel.org>\0"
+ "Cc\0Marc Zyngier <maz@kernel.org>"
+  Oliver Upton <oliver.upton@linux.dev>
+  Anup Patel <anup@brainfault.org>
+  Paul Walmsley <paul.walmsley@sifive.com>
+  Palmer Dabbelt <palmer@dabbelt.com>
+  Albert Ou <aou@eecs.berkeley.edu>
+  Paolo Bonzini <pbonzini@redhat.com>
+  Christian Borntraeger <borntraeger@linux.ibm.com>
+  Janosch Frank <frankja@linux.ibm.com>
+  Claudio Imbrenda <imbrenda@linux.ibm.com>
+  linux-arm-kernel@lists.infradead.org
+  kvmarm@lists.linux.dev
+  kvm@vger.kernel.org
+  kvm-riscv@lists.infradead.org
+  linux-riscv@lists.infradead.org
+  linux-kernel@vger.kernel.org
+  Andrew Jones <ajones@ventanamicro.com>
+  James Houghton <jthoughton@google.com>
+  David Woodhouse <dwmw@amazon.co.uk>
+ " linux-next@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, Nov 01, 2024, Mark Brown wrote:\n"
@@ -20,8 +40,8 @@
  "> This commit, which is in today's -next as 5c6c7b71a45c9c, breaks the\n"
  "> build on arm64:\n"
  "> \n"
- "> aarch64/psci_test.c: In function ?host_test_system_off2?:\n"
- "> aarch64/psci_test.c:247:9: error: too many arguments to function ?vcpu_get_reg?\n"
+ "> aarch64/psci_test.c: In function \342\200\230host_test_system_off2\342\200\231:\n"
+ "> aarch64/psci_test.c:247:9: error: too many arguments to function \342\200\230vcpu_get_reg\342\200\231\n"
  ">   247 |         vcpu_get_reg(target, KVM_REG_ARM_PSCI_VERSION, &psci_version);\n"
  ">       |         ^~~~~~~~~~~~\n"
  "> In file included from aarch64/psci_test.c:18:\n"
@@ -29,8 +49,8 @@
  ">   705 | static inline uint64_t vcpu_get_reg(struct kvm_vcpu *vcpu, uint64_t id)\n"
  ">       |                        ^~~~~~~~~~~~\n"
  "> At top level:\n"
- "> cc1: note: unrecognized command-line option ?-Wno-gnu-variable-sized-type-not-at\n"
- "> -end? may have been intended to silence earlier diagnostics\n"
+ "> cc1: note: unrecognized command-line option \342\200\230-Wno-gnu-variable-sized-type-not-at\n"
+ "> -end\342\200\231 may have been intended to silence earlier diagnostics\n"
  "> \n"
  "> since the updates done to that file did not take account of 72be5aa6be4\n"
  "> (\"KVM: selftests: Add test for PSCI SYSTEM_OFF2\") which has been merged\n"
@@ -49,6 +69,6 @@
  "\n"
  "Sorry for the pain Mark, you've been playing janitor for us too much lately.\n"
  "\n"
- [*] https://lore.kernel.org/all/20240826190116.145945-1-seanjc at google.com
+ [*] https://lore.kernel.org/all/20240826190116.145945-1-seanjc@google.com
 
-eaffda1caf6e2657ee464db10381a440451747c7542297b0c3365f87e447d3a3
+84635b3c44a3dc386d4efe53884bb429a342583a2f9a61462da3433c788e53aa

diff --git a/a/1.txt b/N2/1.txt
index 70be52c..93603c4 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -11,8 +11,8 @@ On Fri, Nov 01, 2024, Mark Brown wrote:
 > This commit, which is in today's -next as 5c6c7b71a45c9c, breaks the
 > build on arm64:
 > 
-> aarch64/psci_test.c: In function ?host_test_system_off2?:
-> aarch64/psci_test.c:247:9: error: too many arguments to function ?vcpu_get_reg?
+> aarch64/psci_test.c: In function ‘host_test_system_off2’:
+> aarch64/psci_test.c:247:9: error: too many arguments to function ‘vcpu_get_reg’
 >   247 |         vcpu_get_reg(target, KVM_REG_ARM_PSCI_VERSION, &psci_version);
 >       |         ^~~~~~~~~~~~
 > In file included from aarch64/psci_test.c:18:
@@ -20,8 +20,8 @@ On Fri, Nov 01, 2024, Mark Brown wrote:
 >   705 | static inline uint64_t vcpu_get_reg(struct kvm_vcpu *vcpu, uint64_t id)
 >       |                        ^~~~~~~~~~~~
 > At top level:
-> cc1: note: unrecognized command-line option ?-Wno-gnu-variable-sized-type-not-at
-> -end? may have been intended to silence earlier diagnostics
+> cc1: note: unrecognized command-line option ‘-Wno-gnu-variable-sized-type-not-at
+> -end’ may have been intended to silence earlier diagnostics
 > 
 > since the updates done to that file did not take account of 72be5aa6be4
 > ("KVM: selftests: Add test for PSCI SYSTEM_OFF2") which has been merged
@@ -40,4 +40,9 @@ have a "selftests_late" or whatever topic branch.
 
 Sorry for the pain Mark, you've been playing janitor for us too much lately.
 
-[*] https://lore.kernel.org/all/20240826190116.145945-1-seanjc at google.com
+[*] https://lore.kernel.org/all/20240826190116.145945-1-seanjc@google.com
+
+_______________________________________________
+linux-riscv mailing list
+linux-riscv@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-riscv
diff --git a/a/content_digest b/N2/content_digest
index cd31d2a..fb3b8b8 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,9 +2,29 @@
  "ref\020241009154953.1073471-4-seanjc@google.com\0"
  "ref\039ea24d8-9dae-447a-ae37-e65878c3806f@sirena.org.uk\0"
  "From\0Sean Christopherson <seanjc@google.com>\0"
- "Subject\0[PATCH v3 03/14] KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-param\0"
+ "Subject\0Re: [PATCH v3 03/14] KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-param\0"
  "Date\0Fri, 1 Nov 2024 07:48:00 -0700\0"
- "To\0kvm-riscv@lists.infradead.org\0"
+ "To\0Mark Brown <broonie@kernel.org>\0"
+ "Cc\0Marc Zyngier <maz@kernel.org>"
+  Oliver Upton <oliver.upton@linux.dev>
+  Anup Patel <anup@brainfault.org>
+  Paul Walmsley <paul.walmsley@sifive.com>
+  Palmer Dabbelt <palmer@dabbelt.com>
+  Albert Ou <aou@eecs.berkeley.edu>
+  Paolo Bonzini <pbonzini@redhat.com>
+  Christian Borntraeger <borntraeger@linux.ibm.com>
+  Janosch Frank <frankja@linux.ibm.com>
+  Claudio Imbrenda <imbrenda@linux.ibm.com>
+  linux-arm-kernel@lists.infradead.org
+  kvmarm@lists.linux.dev
+  kvm@vger.kernel.org
+  kvm-riscv@lists.infradead.org
+  linux-riscv@lists.infradead.org
+  linux-kernel@vger.kernel.org
+  Andrew Jones <ajones@ventanamicro.com>
+  James Houghton <jthoughton@google.com>
+  David Woodhouse <dwmw@amazon.co.uk>
+ " linux-next@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, Nov 01, 2024, Mark Brown wrote:\n"
@@ -20,8 +40,8 @@
  "> This commit, which is in today's -next as 5c6c7b71a45c9c, breaks the\n"
  "> build on arm64:\n"
  "> \n"
- "> aarch64/psci_test.c: In function ?host_test_system_off2?:\n"
- "> aarch64/psci_test.c:247:9: error: too many arguments to function ?vcpu_get_reg?\n"
+ "> aarch64/psci_test.c: In function \342\200\230host_test_system_off2\342\200\231:\n"
+ "> aarch64/psci_test.c:247:9: error: too many arguments to function \342\200\230vcpu_get_reg\342\200\231\n"
  ">   247 |         vcpu_get_reg(target, KVM_REG_ARM_PSCI_VERSION, &psci_version);\n"
  ">       |         ^~~~~~~~~~~~\n"
  "> In file included from aarch64/psci_test.c:18:\n"
@@ -29,8 +49,8 @@
  ">   705 | static inline uint64_t vcpu_get_reg(struct kvm_vcpu *vcpu, uint64_t id)\n"
  ">       |                        ^~~~~~~~~~~~\n"
  "> At top level:\n"
- "> cc1: note: unrecognized command-line option ?-Wno-gnu-variable-sized-type-not-at\n"
- "> -end? may have been intended to silence earlier diagnostics\n"
+ "> cc1: note: unrecognized command-line option \342\200\230-Wno-gnu-variable-sized-type-not-at\n"
+ "> -end\342\200\231 may have been intended to silence earlier diagnostics\n"
  "> \n"
  "> since the updates done to that file did not take account of 72be5aa6be4\n"
  "> (\"KVM: selftests: Add test for PSCI SYSTEM_OFF2\") which has been merged\n"
@@ -49,6 +69,11 @@
  "\n"
  "Sorry for the pain Mark, you've been playing janitor for us too much lately.\n"
  "\n"
- [*] https://lore.kernel.org/all/20240826190116.145945-1-seanjc at google.com
+ "[*] https://lore.kernel.org/all/20240826190116.145945-1-seanjc@google.com\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-riscv mailing list\n"
+ "linux-riscv@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-riscv
 
-eaffda1caf6e2657ee464db10381a440451747c7542297b0c3365f87e447d3a3
+c81a5f35e5d91eb951014b200a03513fedde02e84ea980cc5af62a46b4dbbf08

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.