diff for duplicates of <54737C8F.4020005@samsung.com> diff --git a/a/content_digest b/N1/content_digest index ba4f8b0..5fdcce7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,24 @@ + "ref\01415930268-7674-1-git-send-email-m.smarduch@samsung.com\0" "ref\01415930268-7674-6-git-send-email-m.smarduch@samsung.com\0" + "ref\020141122193322.GN3401@cbox\0" "From\0Mario Smarduch <m.smarduch@samsung.com>\0" "Subject\0Re: [PATCH v14 5/7] KVM: arm: Add initial dirty page locking support\0" "Date\0Mon, 24 Nov 2014 18:44:31 +0000\0" - "To\0kvm-ia64@vger.kernel.org\0" + "To\0Christoffer Dall <christoffer.dall@linaro.org>\0" + "Cc\0pbonzini@redhat.com" + james.hogan@imgtec.com + agraf@suse.de + marc.zyngier@arm.com + cornelia.huck@de.ibm.com + borntraeger@de.ibm.com + catalin.marinas@arm.com + kvmarm@lists.cs.columbia.edu + kvm@vger.kernel.org + kvm-ppc@vger.kernel.org + kvm-ia64@vger.kernel.org + linux-arm-kernel@lists.infradead.org + steve.capper@arm.com + " peter.maydell@linaro.org\0" "\00:1\0" "b\0" "On 11/22/2014 11:33 AM, Christoffer Dall wrote:\n" @@ -260,4 +276,4 @@ "> -Christoffer\n" > -dc05f606a4e9cdd37500e8bef4138046eb6f83b38485ba1c5a5b15a25aa99c06 +92ea143ff424be9b3c3903e286da3496cb994232cf07f7d80080cddd86f90941
diff --git a/a/1.txt b/N2/1.txt index 9fa7d0e..cf63a1d 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -38,7 +38,7 @@ On 11/22/2014 11:33 AM, Christoffer Dall wrote: >> + >> +static inline bool kvm_s2pte_readonly(pte_t *pte) >> +{ ->> + return (pte_val(*pte) & L_PTE_S2_RDWR) = L_PTE_S2_RDONLY; +>> + return (pte_val(*pte) & L_PTE_S2_RDWR) == L_PTE_S2_RDONLY; >> +} >> + >> +static inline void kvm_set_s2pmd_readonly(pmd_t *pmd) @@ -48,7 +48,7 @@ On 11/22/2014 11:33 AM, Christoffer Dall wrote: >> + >> +static inline bool kvm_s2pmd_readonly(pmd_t *pmd) >> +{ ->> + return (pmd_val(*pmd) & L_PMD_S2_RDWR) = L_PMD_S2_RDONLY; +>> + return (pmd_val(*pmd) & L_PMD_S2_RDWR) == L_PMD_S2_RDONLY; >> +} >> + >> /* Open coded p*d_addr_end that can deal with 64bit addresses */ diff --git a/a/content_digest b/N2/content_digest index ba4f8b0..0d28a66 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,10 @@ + "ref\01415930268-7674-1-git-send-email-m.smarduch@samsung.com\0" "ref\01415930268-7674-6-git-send-email-m.smarduch@samsung.com\0" - "From\0Mario Smarduch <m.smarduch@samsung.com>\0" - "Subject\0Re: [PATCH v14 5/7] KVM: arm: Add initial dirty page locking support\0" - "Date\0Mon, 24 Nov 2014 18:44:31 +0000\0" - "To\0kvm-ia64@vger.kernel.org\0" + "ref\020141122193322.GN3401@cbox\0" + "From\0m.smarduch@samsung.com (Mario Smarduch)\0" + "Subject\0[PATCH v14 5/7] KVM: arm: Add initial dirty page locking support\0" + "Date\0Mon, 24 Nov 2014 10:44:31 -0800\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 11/22/2014 11:33 AM, Christoffer Dall wrote:\n" @@ -45,7 +47,7 @@ ">> +\n" ">> +static inline bool kvm_s2pte_readonly(pte_t *pte)\n" ">> +{\n" - ">> +\treturn (pte_val(*pte) & L_PTE_S2_RDWR) = L_PTE_S2_RDONLY;\n" + ">> +\treturn (pte_val(*pte) & L_PTE_S2_RDWR) == L_PTE_S2_RDONLY;\n" ">> +}\n" ">> +\n" ">> +static inline void kvm_set_s2pmd_readonly(pmd_t *pmd)\n" @@ -55,7 +57,7 @@ ">> +\n" ">> +static inline bool kvm_s2pmd_readonly(pmd_t *pmd)\n" ">> +{\n" - ">> +\treturn (pmd_val(*pmd) & L_PMD_S2_RDWR) = L_PMD_S2_RDONLY;\n" + ">> +\treturn (pmd_val(*pmd) & L_PMD_S2_RDWR) == L_PMD_S2_RDONLY;\n" ">> +}\n" ">> +\n" ">> /* Open coded p*d_addr_end that can deal with 64bit addresses */\n" @@ -260,4 +262,4 @@ "> -Christoffer\n" > -dc05f606a4e9cdd37500e8bef4138046eb6f83b38485ba1c5a5b15a25aa99c06 +87ae4b851c50c7f3002fa983e75a509942399137f28d8696606f7f84aee61044
diff --git a/a/1.txt b/N3/1.txt index 9fa7d0e..cf63a1d 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -38,7 +38,7 @@ On 11/22/2014 11:33 AM, Christoffer Dall wrote: >> + >> +static inline bool kvm_s2pte_readonly(pte_t *pte) >> +{ ->> + return (pte_val(*pte) & L_PTE_S2_RDWR) = L_PTE_S2_RDONLY; +>> + return (pte_val(*pte) & L_PTE_S2_RDWR) == L_PTE_S2_RDONLY; >> +} >> + >> +static inline void kvm_set_s2pmd_readonly(pmd_t *pmd) @@ -48,7 +48,7 @@ On 11/22/2014 11:33 AM, Christoffer Dall wrote: >> + >> +static inline bool kvm_s2pmd_readonly(pmd_t *pmd) >> +{ ->> + return (pmd_val(*pmd) & L_PMD_S2_RDWR) = L_PMD_S2_RDONLY; +>> + return (pmd_val(*pmd) & L_PMD_S2_RDWR) == L_PMD_S2_RDONLY; >> +} >> + >> /* Open coded p*d_addr_end that can deal with 64bit addresses */ diff --git a/a/content_digest b/N3/content_digest index ba4f8b0..ccf32c6 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,8 +1,24 @@ + "ref\01415930268-7674-1-git-send-email-m.smarduch@samsung.com\0" "ref\01415930268-7674-6-git-send-email-m.smarduch@samsung.com\0" + "ref\020141122193322.GN3401@cbox\0" "From\0Mario Smarduch <m.smarduch@samsung.com>\0" "Subject\0Re: [PATCH v14 5/7] KVM: arm: Add initial dirty page locking support\0" - "Date\0Mon, 24 Nov 2014 18:44:31 +0000\0" - "To\0kvm-ia64@vger.kernel.org\0" + "Date\0Mon, 24 Nov 2014 10:44:31 -0800\0" + "To\0Christoffer Dall <christoffer.dall@linaro.org>\0" + "Cc\0pbonzini@redhat.com" + james.hogan@imgtec.com + agraf@suse.de + marc.zyngier@arm.com + cornelia.huck@de.ibm.com + borntraeger@de.ibm.com + catalin.marinas@arm.com + kvmarm@lists.cs.columbia.edu + kvm@vger.kernel.org + kvm-ppc@vger.kernel.org + kvm-ia64@vger.kernel.org + linux-arm-kernel@lists.infradead.org + steve.capper@arm.com + " peter.maydell@linaro.org\0" "\00:1\0" "b\0" "On 11/22/2014 11:33 AM, Christoffer Dall wrote:\n" @@ -45,7 +61,7 @@ ">> +\n" ">> +static inline bool kvm_s2pte_readonly(pte_t *pte)\n" ">> +{\n" - ">> +\treturn (pte_val(*pte) & L_PTE_S2_RDWR) = L_PTE_S2_RDONLY;\n" + ">> +\treturn (pte_val(*pte) & L_PTE_S2_RDWR) == L_PTE_S2_RDONLY;\n" ">> +}\n" ">> +\n" ">> +static inline void kvm_set_s2pmd_readonly(pmd_t *pmd)\n" @@ -55,7 +71,7 @@ ">> +\n" ">> +static inline bool kvm_s2pmd_readonly(pmd_t *pmd)\n" ">> +{\n" - ">> +\treturn (pmd_val(*pmd) & L_PMD_S2_RDWR) = L_PMD_S2_RDONLY;\n" + ">> +\treturn (pmd_val(*pmd) & L_PMD_S2_RDWR) == L_PMD_S2_RDONLY;\n" ">> +}\n" ">> +\n" ">> /* Open coded p*d_addr_end that can deal with 64bit addresses */\n" @@ -260,4 +276,4 @@ "> -Christoffer\n" > -dc05f606a4e9cdd37500e8bef4138046eb6f83b38485ba1c5a5b15a25aa99c06 +09127e9c627a82dfc1d13dd9a8cbf0c6558ae4afbbcadc31bf2fac00898282f1
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.