diff for duplicates of <20200319035609.158654-5-aneesh.kumar@linux.ibm.com> diff --git a/a/1.txt b/N1/1.txt index f43853e..e989931 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 7d0d51f..a902d07 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,16 @@ "ref\020200319035609.158654-1-aneesh.kumar@linux.ibm.com\0" "From\0Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>\0" - "Subject\0[PATCH v2 04/22] powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_table_ra\0" - "Date\0Thu, 19 Mar 2020 03:56:59 +0000\0" + "Subject\0[PATCH v2 04/22] powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_table_range\0" + "Date\0Thu, 19 Mar 2020 09:25:51 +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.24.1 -aafab3689ef5c9b98ae978e972f41100639c933c3e5ab1519ff6211617489fa6 +6bd40bc0f705c45e94b4f6f8f3cdcaf895e0a0e82536cd2e00fa0d4ba001ea04
diff --git a/a/1.txt b/N2/1.txt index f43853e..e989931 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 7d0d51f..6439c92 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\020200319035609.158654-1-aneesh.kumar@linux.ibm.com\0" "From\0Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>\0" - "Subject\0[PATCH v2 04/22] powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_table_ra\0" - "Date\0Thu, 19 Mar 2020 03:56:59 +0000\0" + "Subject\0[PATCH v2 04/22] powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_table_range\0" + "Date\0Thu, 19 Mar 2020 09:25:51 +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.24.1 -aafab3689ef5c9b98ae978e972f41100639c933c3e5ab1519ff6211617489fa6 +7fae01387379dff9a37f3c74cede3eba4487b04062398fca494e1e233e821f8d
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.