diff for duplicates of <20200420124434.47330-8-aneesh.kumar@linux.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 5fcd23c..83846f8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -53,7 +53,7 @@ index df1ffd8b20f2..b63086b663ef 100644 - if (!pgdir) - return -EFAULT; + nrpages = __get_user_pages_fast(addr, 1, 1, &page); -+ if (nrpages = 1) { ++ if (nrpages == 1) { + kaddr = page_address(page); + + /* align address to page boundary */ diff --git a/a/content_digest b/N1/content_digest index ce8ac3f..13de56b 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 07/22] powerpc/perf/callchain: Use __get_user_pages_fast in read_user_stack_slow\0" - "Date\0Mon, 20 Apr 2020 12:56:19 +0000\0" + "Date\0Mon, 20 Apr 2020 18:14:19 +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" "read_user_stack_slow is called with interrupts soft disabled and it copies contents\n" @@ -69,7 +68,7 @@ "-\tif (!pgdir)\n" "-\t\treturn -EFAULT;\n" "+\tnrpages = __get_user_pages_fast(addr, 1, 1, &page);\n" - "+\tif (nrpages = 1) {\n" + "+\tif (nrpages == 1) {\n" "+\t\tkaddr = page_address(page);\n" "+\n" "+\t\t/* align address to page boundary */\n" @@ -110,4 +109,4 @@ "-- \n" 2.25.3 -a3c5abbb7487eebae3e83c9bbe7eb19a477ff99197528a51833d022f03fedb6a +85d3ec9d2105441a82aa561d79372e06b898d1c2b34a32d89e3047587078e331
diff --git a/a/1.txt b/N2/1.txt index 5fcd23c..83846f8 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -53,7 +53,7 @@ index df1ffd8b20f2..b63086b663ef 100644 - if (!pgdir) - return -EFAULT; + nrpages = __get_user_pages_fast(addr, 1, 1, &page); -+ if (nrpages = 1) { ++ if (nrpages == 1) { + kaddr = page_address(page); + + /* align address to page boundary */ diff --git a/a/content_digest b/N2/content_digest index ce8ac3f..cc53e30 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 07/22] powerpc/perf/callchain: Use __get_user_pages_fast in read_user_stack_slow\0" - "Date\0Mon, 20 Apr 2020 12:56:19 +0000\0" + "Date\0Mon, 20 Apr 2020 18:14:19 +0530\0" "To\0linuxppc-dev@lists.ozlabs.org" mpe@ellerman.id.au linux-mm@kvack.org @@ -69,7 +69,7 @@ "-\tif (!pgdir)\n" "-\t\treturn -EFAULT;\n" "+\tnrpages = __get_user_pages_fast(addr, 1, 1, &page);\n" - "+\tif (nrpages = 1) {\n" + "+\tif (nrpages == 1) {\n" "+\t\tkaddr = page_address(page);\n" "+\n" "+\t\t/* align address to page boundary */\n" @@ -110,4 +110,4 @@ "-- \n" 2.25.3 -a3c5abbb7487eebae3e83c9bbe7eb19a477ff99197528a51833d022f03fedb6a +f6cd95e42fbd158719e6d4d2973eadef2611bf544b51adcff61f3cf660b7c9b7
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.