diff for duplicates of <ZyT2CB6zodtbWEI9@linux.dev> diff --git a/a/1.txt b/N1/1.txt index fd249b1..615e99b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,8 +14,8 @@ On Fri, Nov 01, 2024 at 07:48:00AM -0700, Sean Christopherson 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: @@ -23,8 +23,8 @@ On Fri, Nov 01, 2024 at 07:48:00AM -0700, Sean Christopherson 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 diff --git a/a/content_digest b/N1/content_digest index b84cf8d..f0ad88c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,9 +3,29 @@ "ref\039ea24d8-9dae-447a-ae37-e65878c3806f@sirena.org.uk\0" "ref\0ZyTpwwm0s89iU9Pk@google.com\0" "From\0Oliver Upton <oliver.upton@linux.dev>\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 08:38:48 -0700\0" - "To\0kvm-riscv@lists.infradead.org\0" + "To\0Sean Christopherson <seanjc@google.com>\0" + "Cc\0Mark Brown <broonie@kernel.org>" + Marc Zyngier <maz@kernel.org> + 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" "Hey,\n" @@ -24,8 +44,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" @@ -33,8 +53,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" @@ -67,4 +87,4 @@ "Thanks,\n" Oliver -3b8a0b14700225a229686ba6e6930a8ab8509f4c864588fdb6177b7dc702ac63 +f4d64961bddbbe1bae01f47fa7bed35cb9e67d5528bb93e828fb8bca6ed7cd73
diff --git a/a/1.txt b/N2/1.txt index fd249b1..55466b3 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -14,8 +14,8 @@ On Fri, Nov 01, 2024 at 07:48:00AM -0700, Sean Christopherson 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: @@ -23,8 +23,8 @@ On Fri, Nov 01, 2024 at 07:48:00AM -0700, Sean Christopherson 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 @@ -56,3 +56,8 @@ the wrinkles. -- Thanks, Oliver + +_______________________________________________ +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 b84cf8d..5dc6855 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,9 +3,29 @@ "ref\039ea24d8-9dae-447a-ae37-e65878c3806f@sirena.org.uk\0" "ref\0ZyTpwwm0s89iU9Pk@google.com\0" "From\0Oliver Upton <oliver.upton@linux.dev>\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 08:38:48 -0700\0" - "To\0kvm-riscv@lists.infradead.org\0" + "To\0Sean Christopherson <seanjc@google.com>\0" + "Cc\0Mark Brown <broonie@kernel.org>" + Marc Zyngier <maz@kernel.org> + 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" "Hey,\n" @@ -24,8 +44,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" @@ -33,8 +53,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" @@ -65,6 +85,11 @@ "\n" "-- \n" "Thanks,\n" - Oliver + "Oliver\n" + "\n" + "_______________________________________________\n" + "linux-riscv mailing list\n" + "linux-riscv@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-riscv -3b8a0b14700225a229686ba6e6930a8ab8509f4c864588fdb6177b7dc702ac63 +40fdb406d51102810ad7fc1d024c0e1489f14152618d505b59fa0269b81fe963
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.