diff for duplicates of <ZyT61FF0-g8gKZfc@google.com> diff --git a/a/1.txt b/N1/1.txt index c7a4efc..e15af5a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,8 +15,8 @@ On Fri, Nov 01, 2024, Oliver Upton 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: @@ -24,8 +24,8 @@ On Fri, Nov 01, 2024, Oliver Upton 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 cd37948..7052e26 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,9 +4,29 @@ "ref\0ZyTpwwm0s89iU9Pk@google.com\0" "ref\0ZyT2CB6zodtbWEI9@linux.dev\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 08:59:16 -0700\0" - "To\0kvm-riscv@lists.infradead.org\0" + "To\0Oliver Upton <oliver.upton@linux.dev>\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" "On Fri, Nov 01, 2024, Oliver Upton wrote:\n" @@ -26,8 +46,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" @@ -35,8 +55,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" @@ -75,4 +95,4 @@ "and then either send a pull request to Paolo for 6.14 as soon as the 6.13 merge\n" window closes, or ask/bribe Paolo to apply everything directly. -af5a6322c6c6429c10755f1090cea1462df3722801bb860829add1314854ad98 +e9c22612a2756c57f2bde1cbc3e6945ff13c597bd7830db4cd6f28b102c2501b
diff --git a/a/1.txt b/N2/1.txt index c7a4efc..0a3d2e6 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -15,8 +15,8 @@ On Fri, Nov 01, 2024, Oliver Upton 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: @@ -24,8 +24,8 @@ On Fri, Nov 01, 2024, Oliver Upton 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 @@ -63,3 +63,8 @@ good reason to force this into 6.13. So, I'll drop the series from 6.13, post new versions of the this and the $(ARCH) series just before the merge window, and then either send a pull request to Paolo for 6.14 as soon as the 6.13 merge window closes, or ask/bribe Paolo to apply everything directly. + +_______________________________________________ +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 cd37948..a6fb79e 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,9 +4,29 @@ "ref\0ZyTpwwm0s89iU9Pk@google.com\0" "ref\0ZyT2CB6zodtbWEI9@linux.dev\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 08:59:16 -0700\0" - "To\0kvm-riscv@lists.infradead.org\0" + "To\0Oliver Upton <oliver.upton@linux.dev>\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" "On Fri, Nov 01, 2024, Oliver Upton wrote:\n" @@ -26,8 +46,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" @@ -35,8 +55,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" @@ -73,6 +93,11 @@ "good reason to force this into 6.13. So, I'll drop the series from 6.13, post\n" "new versions of the this and the $(ARCH) series just before the merge window,\n" "and then either send a pull request to Paolo for 6.14 as soon as the 6.13 merge\n" - window closes, or ask/bribe Paolo to apply everything directly. + "window closes, or ask/bribe Paolo to apply everything directly.\n" + "\n" + "_______________________________________________\n" + "linux-riscv mailing list\n" + "linux-riscv@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-riscv -af5a6322c6c6429c10755f1090cea1462df3722801bb860829add1314854ad98 +e940b4b6994204fbd791472a509c4af12a3f2cd93c20a8e9308e48d16f554f6a
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.