diff for duplicates of <YlDNE55k9DNf/v2+@google.com> diff --git a/a/1.txt b/N1/1.txt index 6fac3f3..9fd255d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -43,26 +43,26 @@ This also generates a warning and fails to compile with KVM_WERROR=y, though I believe the test bots already reported that. -arch/x86/kvm/mmu/mmu.c: In function ?kvm_mmu_page_set_access?: -include/linux/kern_levels.h:5:25: error: format ?%llx? expects argument of type ?long long unsigned int?, but argument 3 has type ?int? [-Werror=format=] +arch/x86/kvm/mmu/mmu.c: In function ‘kvm_mmu_page_set_access’: +include/linux/kern_levels.h:5:25: error: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘int’ [-Werror=format=] 5 | #define KERN_SOH "\001" /* ASCII Start Of Header */ | ^~~~~~ -include/linux/printk.h:418:25: note: in definition of macro ?printk_index_wrap? +include/linux/printk.h:418:25: note: in definition of macro ‘printk_index_wrap’ 418 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~~ -include/linux/printk.h:640:17: note: in expansion of macro ?printk? +include/linux/printk.h:640:17: note: in expansion of macro ‘printk’ 640 | printk(fmt, ##__VA_ARGS__); \ | ^~~~~~ -include/linux/printk.h:654:9: note: in expansion of macro ?printk_ratelimited? +include/linux/printk.h:654:9: note: in expansion of macro ‘printk_ratelimited’ 654 | printk_ratelimited(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~ -include/linux/kern_levels.h:11:25: note: in expansion of macro ?KERN_SOH? +include/linux/kern_levels.h:11:25: note: in expansion of macro ‘KERN_SOH’ 11 | #define KERN_ERR KERN_SOH "3" /* error conditions */ | ^~~~~~~~ -include/linux/printk.h:654:28: note: in expansion of macro ?KERN_ERR? +include/linux/printk.h:654:28: note: in expansion of macro ‘KERN_ERR’ 654 | printk_ratelimited(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~ -arch/x86/kvm/mmu/mmu.c:763:17: note: in expansion of macro ?pr_err_ratelimited? +arch/x86/kvm/mmu/mmu.c:763:17: note: in expansion of macro ‘pr_err_ratelimited’ 763 | pr_err_ratelimited("access mismatch under direct page %llx " | ^~~~~~~~~~~~~~~~~~ @@ -171,3 +171,8 @@ static void kvm_mmu_page_set_access(struct kvm_mmu_page *sp, int index, sp->shadowed_translation[index] &= PAGE_MASK; sp->shadowed_translation[index] |= access; } + +_______________________________________________ +kvmarm mailing list +kvmarm@lists.cs.columbia.edu +https://lists.cs.columbia.edu/mailman/listinfo/kvmarm diff --git a/a/content_digest b/N1/content_digest index dc1ab7e..8b26a02 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,23 @@ "ref\020220401175554.1931568-1-dmatlack@google.com\0" "ref\020220401175554.1931568-17-dmatlack@google.com\0" "From\0Sean Christopherson <seanjc@google.com>\0" - "Subject\0[PATCH v3 16/23] KVM: x86/mmu: Cache the access bits of shadowed translations\0" + "Subject\0Re: [PATCH v3 16/23] KVM: x86/mmu: Cache the access bits of shadowed translations\0" "Date\0Sat, 9 Apr 2022 00:02:27 +0000\0" - "To\0kvm-riscv@lists.infradead.org\0" + "To\0David Matlack <dmatlack@google.com>\0" + "Cc\0Marc Zyngier <maz@kernel.org>" + Albert Ou <aou@eecs.berkeley.edu> + " open list:KERNEL VIRTUAL MACHINE FOR MIPS \\(KVM/mips\\) <kvm@vger.kernel.org>" + Huacai Chen <chenhuacai@kernel.org> + " open list:KERNEL VIRTUAL MACHINE FOR MIPS \\(KVM/mips\\) <linux-mips@vger.kernel.org>" + Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> + Palmer Dabbelt <palmer@dabbelt.com> + " open list:KERNEL VIRTUAL MACHINE FOR RISC-V \\(KVM/riscv\\) <kvm-riscv@lists.infradead.org>" + Paul Walmsley <paul.walmsley@sifive.com> + Ben Gardon <bgardon@google.com> + Paolo Bonzini <pbonzini@redhat.com> + maciej.szmigiero@oracle.com + " moderated list:KERNEL VIRTUAL MACHINE FOR ARM64 \\(KVM/arm64\\) <kvmarm@lists.cs.columbia.edu>" + " Peter Feiner <pfeiner@google.com>\0" "\00:1\0" "b\0" "On Fri, Apr 01, 2022, David Matlack wrote:\n" @@ -51,26 +65,26 @@ "believe the test bots already reported that.\n" "\n" "\n" - "arch/x86/kvm/mmu/mmu.c: In function ?kvm_mmu_page_set_access?:\n" - "include/linux/kern_levels.h:5:25: error: format ?%llx? expects argument of type ?long long unsigned int?, but argument 3 has type ?int? [-Werror=format=]\n" + "arch/x86/kvm/mmu/mmu.c: In function \342\200\230kvm_mmu_page_set_access\342\200\231:\n" + "include/linux/kern_levels.h:5:25: error: format \342\200\230%llx\342\200\231 expects argument of type \342\200\230long long unsigned int\342\200\231, but argument 3 has type \342\200\230int\342\200\231 [-Werror=format=]\n" " 5 | #define KERN_SOH \"\\001\" /* ASCII Start Of Header */\n" " | ^~~~~~\n" - "include/linux/printk.h:418:25: note: in definition of macro ?printk_index_wrap?\n" + "include/linux/printk.h:418:25: note: in definition of macro \342\200\230printk_index_wrap\342\200\231\n" " 418 | _p_func(_fmt, ##__VA_ARGS__); \\\n" " | ^~~~\n" - "include/linux/printk.h:640:17: note: in expansion of macro ?printk?\n" + "include/linux/printk.h:640:17: note: in expansion of macro \342\200\230printk\342\200\231\n" " 640 | printk(fmt, ##__VA_ARGS__); \\\n" " | ^~~~~~\n" - "include/linux/printk.h:654:9: note: in expansion of macro ?printk_ratelimited?\n" + "include/linux/printk.h:654:9: note: in expansion of macro \342\200\230printk_ratelimited\342\200\231\n" " 654 | printk_ratelimited(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__)\n" " | ^~~~~~~~~~~~~~~~~~\n" - "include/linux/kern_levels.h:11:25: note: in expansion of macro ?KERN_SOH?\n" + "include/linux/kern_levels.h:11:25: note: in expansion of macro \342\200\230KERN_SOH\342\200\231\n" " 11 | #define KERN_ERR KERN_SOH \"3\" /* error conditions */\n" " | ^~~~~~~~\n" - "include/linux/printk.h:654:28: note: in expansion of macro ?KERN_ERR?\n" + "include/linux/printk.h:654:28: note: in expansion of macro \342\200\230KERN_ERR\342\200\231\n" " 654 | printk_ratelimited(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__)\n" " | ^~~~~~~~\n" - "arch/x86/kvm/mmu/mmu.c:763:17: note: in expansion of macro ?pr_err_ratelimited?\n" + "arch/x86/kvm/mmu/mmu.c:763:17: note: in expansion of macro \342\200\230pr_err_ratelimited\342\200\231\n" " 763 | pr_err_ratelimited(\"access mismatch under direct page %llx \"\n" " | ^~~~~~~~~~~~~~~~~~\n" "\n" @@ -178,6 +192,11 @@ "\n" "\tsp->shadowed_translation[index] &= PAGE_MASK;\n" "\tsp->shadowed_translation[index] |= access;\n" - } + "}\n" + "\n" + "_______________________________________________\n" + "kvmarm mailing list\n" + "kvmarm@lists.cs.columbia.edu\n" + https://lists.cs.columbia.edu/mailman/listinfo/kvmarm -0fada0b9b80da5b516673497f0fd50937f6fdb23a097f069f94c17a108935a7a +f9394608012c83bd80abd0ad2c7be2655eedfd2912967c1d0da5e1ab551de8e8
diff --git a/a/1.txt b/N2/1.txt index 6fac3f3..bda8f3d 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -43,26 +43,26 @@ This also generates a warning and fails to compile with KVM_WERROR=y, though I believe the test bots already reported that. -arch/x86/kvm/mmu/mmu.c: In function ?kvm_mmu_page_set_access?: -include/linux/kern_levels.h:5:25: error: format ?%llx? expects argument of type ?long long unsigned int?, but argument 3 has type ?int? [-Werror=format=] +arch/x86/kvm/mmu/mmu.c: In function ‘kvm_mmu_page_set_access’: +include/linux/kern_levels.h:5:25: error: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘int’ [-Werror=format=] 5 | #define KERN_SOH "\001" /* ASCII Start Of Header */ | ^~~~~~ -include/linux/printk.h:418:25: note: in definition of macro ?printk_index_wrap? +include/linux/printk.h:418:25: note: in definition of macro ‘printk_index_wrap’ 418 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~~ -include/linux/printk.h:640:17: note: in expansion of macro ?printk? +include/linux/printk.h:640:17: note: in expansion of macro ‘printk’ 640 | printk(fmt, ##__VA_ARGS__); \ | ^~~~~~ -include/linux/printk.h:654:9: note: in expansion of macro ?printk_ratelimited? +include/linux/printk.h:654:9: note: in expansion of macro ‘printk_ratelimited’ 654 | printk_ratelimited(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~ -include/linux/kern_levels.h:11:25: note: in expansion of macro ?KERN_SOH? +include/linux/kern_levels.h:11:25: note: in expansion of macro ‘KERN_SOH’ 11 | #define KERN_ERR KERN_SOH "3" /* error conditions */ | ^~~~~~~~ -include/linux/printk.h:654:28: note: in expansion of macro ?KERN_ERR? +include/linux/printk.h:654:28: note: in expansion of macro ‘KERN_ERR’ 654 | printk_ratelimited(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~ -arch/x86/kvm/mmu/mmu.c:763:17: note: in expansion of macro ?pr_err_ratelimited? +arch/x86/kvm/mmu/mmu.c:763:17: note: in expansion of macro ‘pr_err_ratelimited’ 763 | pr_err_ratelimited("access mismatch under direct page %llx " | ^~~~~~~~~~~~~~~~~~ diff --git a/a/content_digest b/N2/content_digest index dc1ab7e..238d129 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,26 @@ "ref\020220401175554.1931568-1-dmatlack@google.com\0" "ref\020220401175554.1931568-17-dmatlack@google.com\0" "From\0Sean Christopherson <seanjc@google.com>\0" - "Subject\0[PATCH v3 16/23] KVM: x86/mmu: Cache the access bits of shadowed translations\0" + "Subject\0Re: [PATCH v3 16/23] KVM: x86/mmu: Cache the access bits of shadowed translations\0" "Date\0Sat, 9 Apr 2022 00:02:27 +0000\0" - "To\0kvm-riscv@lists.infradead.org\0" + "To\0David Matlack <dmatlack@google.com>\0" + "Cc\0Paolo Bonzini <pbonzini@redhat.com>" + Marc Zyngier <maz@kernel.org> + Huacai Chen <chenhuacai@kernel.org> + Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> + Anup Patel <anup@brainfault.org> + Paul Walmsley <paul.walmsley@sifive.com> + Palmer Dabbelt <palmer@dabbelt.com> + Albert Ou <aou@eecs.berkeley.edu> + Andrew Jones <drjones@redhat.com> + Ben Gardon <bgardon@google.com> + Peter Xu <peterx@redhat.com> + maciej.szmigiero@oracle.com + moderated list:KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64) <kvmarm@lists.cs.columbia.edu> + open list:KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips) <linux-mips@vger.kernel.org> + open list:KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips) <kvm@vger.kernel.org> + open list:KERNEL VIRTUAL MACHINE FOR RISC-V (KVM/riscv) <kvm-riscv@lists.infradead.org> + " Peter Feiner <pfeiner@google.com>\0" "\00:1\0" "b\0" "On Fri, Apr 01, 2022, David Matlack wrote:\n" @@ -51,26 +68,26 @@ "believe the test bots already reported that.\n" "\n" "\n" - "arch/x86/kvm/mmu/mmu.c: In function ?kvm_mmu_page_set_access?:\n" - "include/linux/kern_levels.h:5:25: error: format ?%llx? expects argument of type ?long long unsigned int?, but argument 3 has type ?int? [-Werror=format=]\n" + "arch/x86/kvm/mmu/mmu.c: In function \342\200\230kvm_mmu_page_set_access\342\200\231:\n" + "include/linux/kern_levels.h:5:25: error: format \342\200\230%llx\342\200\231 expects argument of type \342\200\230long long unsigned int\342\200\231, but argument 3 has type \342\200\230int\342\200\231 [-Werror=format=]\n" " 5 | #define KERN_SOH \"\\001\" /* ASCII Start Of Header */\n" " | ^~~~~~\n" - "include/linux/printk.h:418:25: note: in definition of macro ?printk_index_wrap?\n" + "include/linux/printk.h:418:25: note: in definition of macro \342\200\230printk_index_wrap\342\200\231\n" " 418 | _p_func(_fmt, ##__VA_ARGS__); \\\n" " | ^~~~\n" - "include/linux/printk.h:640:17: note: in expansion of macro ?printk?\n" + "include/linux/printk.h:640:17: note: in expansion of macro \342\200\230printk\342\200\231\n" " 640 | printk(fmt, ##__VA_ARGS__); \\\n" " | ^~~~~~\n" - "include/linux/printk.h:654:9: note: in expansion of macro ?printk_ratelimited?\n" + "include/linux/printk.h:654:9: note: in expansion of macro \342\200\230printk_ratelimited\342\200\231\n" " 654 | printk_ratelimited(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__)\n" " | ^~~~~~~~~~~~~~~~~~\n" - "include/linux/kern_levels.h:11:25: note: in expansion of macro ?KERN_SOH?\n" + "include/linux/kern_levels.h:11:25: note: in expansion of macro \342\200\230KERN_SOH\342\200\231\n" " 11 | #define KERN_ERR KERN_SOH \"3\" /* error conditions */\n" " | ^~~~~~~~\n" - "include/linux/printk.h:654:28: note: in expansion of macro ?KERN_ERR?\n" + "include/linux/printk.h:654:28: note: in expansion of macro \342\200\230KERN_ERR\342\200\231\n" " 654 | printk_ratelimited(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__)\n" " | ^~~~~~~~\n" - "arch/x86/kvm/mmu/mmu.c:763:17: note: in expansion of macro ?pr_err_ratelimited?\n" + "arch/x86/kvm/mmu/mmu.c:763:17: note: in expansion of macro \342\200\230pr_err_ratelimited\342\200\231\n" " 763 | pr_err_ratelimited(\"access mismatch under direct page %llx \"\n" " | ^~~~~~~~~~~~~~~~~~\n" "\n" @@ -180,4 +197,4 @@ "\tsp->shadowed_translation[index] |= access;\n" } -0fada0b9b80da5b516673497f0fd50937f6fdb23a097f069f94c17a108935a7a +036c6b1e9e5f918226d0f639dfdba8311bebb43f97a4c54734a3ba17cabbc4e2
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.