diff for duplicates of <20200420124434.47330-5-aneesh.kumar@linux.ibm.com> diff --git a/a/1.txt b/N1/1.txt index dad101c..034f1d6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -75,7 +75,7 @@ index 4a70d8dd39cd..1fa2173413b5 100644 + pte_t *ptep = find_init_mm_pte(start, &hugepage_shift); unsigned long pte; - if (ptep = NULL) + if (ptep == NULL) continue; pte = pte_val(*ptep); - if (is_thp) diff --git a/a/content_digest b/N1/content_digest index a95815e..7673d84 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,16 @@ "ref\020200420124434.47330-1-aneesh.kumar@linux.ibm.com\0" "From\0Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>\0" - "Subject\0[PATCH v3 04/22] powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_table_ra\0" - "Date\0Mon, 20 Apr 2020 12:56:16 +0000\0" + "Subject\0[PATCH v3 04/22] powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_table_range\0" + "Date\0Mon, 20 Apr 2020 18:14:16 +0530\0" "To\0linuxppc-dev@lists.ozlabs.org" mpe@ellerman.id.au linux-mm@kvack.org linux-kernel@vger.kernel.org " kvm-ppc@vger.kernel.org\0" - "Cc\0npiggin@gmail.com" - paulus@ozlabs.org - leonardo@linux.ibm.com - kirill@shutemov.name - " Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>\0" + "Cc\0leonardo@linux.ibm.com" + Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> + npiggin@gmail.com + " kirill@shutemov.name\0" "\00:1\0" "b\0" "This is only used with init_mm currently. Walking init_mm is much simpler\n" @@ -91,7 +90,7 @@ "+\t\tpte_t *ptep = find_init_mm_pte(start, &hugepage_shift);\n" " \t\tunsigned long pte;\n" " \n" - " \t\tif (ptep = NULL)\n" + " \t\tif (ptep == NULL)\n" " \t\t\tcontinue;\n" " \t\tpte = pte_val(*ptep);\n" "-\t\tif (is_thp)\n" @@ -109,4 +108,4 @@ "-- \n" 2.25.3 -bc73d63f032f89b7d47b60e563105007d0acd8c705c1ffb5518fb65ba4659712 +6df18979b7d4026892ee3733cfbd0c8c13207fa9e2f713627d4e2ae3070cef4f
diff --git a/a/1.txt b/N2/1.txt index dad101c..034f1d6 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -75,7 +75,7 @@ index 4a70d8dd39cd..1fa2173413b5 100644 + pte_t *ptep = find_init_mm_pte(start, &hugepage_shift); unsigned long pte; - if (ptep = NULL) + if (ptep == NULL) continue; pte = pte_val(*ptep); - if (is_thp) diff --git a/a/content_digest b/N2/content_digest index a95815e..bc3cc9d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\020200420124434.47330-1-aneesh.kumar@linux.ibm.com\0" "From\0Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>\0" - "Subject\0[PATCH v3 04/22] powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_table_ra\0" - "Date\0Mon, 20 Apr 2020 12:56:16 +0000\0" + "Subject\0[PATCH v3 04/22] powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_table_range\0" + "Date\0Mon, 20 Apr 2020 18:14:16 +0530\0" "To\0linuxppc-dev@lists.ozlabs.org" mpe@ellerman.id.au linux-mm@kvack.org @@ -91,7 +91,7 @@ "+\t\tpte_t *ptep = find_init_mm_pte(start, &hugepage_shift);\n" " \t\tunsigned long pte;\n" " \n" - " \t\tif (ptep = NULL)\n" + " \t\tif (ptep == NULL)\n" " \t\t\tcontinue;\n" " \t\tpte = pte_val(*ptep);\n" "-\t\tif (is_thp)\n" @@ -109,4 +109,4 @@ "-- \n" 2.25.3 -bc73d63f032f89b7d47b60e563105007d0acd8c705c1ffb5518fb65ba4659712 +93f1c1e33492bb93919308339fcfacdb7ac6eb44c24e7ca23694fd34ce2fbca4
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.