diff for duplicates of <20200319035609.158654-8-aneesh.kumar@linux.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 94dbb60..8eacc75 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -63,7 +63,7 @@ index cbc251981209..7b7b3ff53180 100644 - if (!pgdir) - return -EFAULT; + nrpages = __get_user_pages_fast(addr, 1, 1, &page); -+ if (nrpages = 1) { ++ if (nrpages == 1) { + kaddr = page_address(page); - local_irq_save(flags); diff --git a/a/content_digest b/N1/content_digest index 0cae287..c285255 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 07/22] powerpc/perf/callchain: Use __get_user_pages_fast in read_user_stack_slow\0" - "Date\0Thu, 19 Mar 2020 03:57:01 +0000\0" + "Date\0Thu, 19 Mar 2020 09:25:54 +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" @@ -79,7 +78,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" "-\tlocal_irq_save(flags);\n" @@ -120,4 +119,4 @@ "-- \n" 2.24.1 -4c65cb39589dd086f9fe355c018e163e1917525a40da01813ef48ffa8c204219 +4f272833825035dd24deb27a0bc859e714ad5a1d7747d1ec49c536b3a5225d2c
diff --git a/a/1.txt b/N2/1.txt index 94dbb60..8eacc75 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -63,7 +63,7 @@ index cbc251981209..7b7b3ff53180 100644 - if (!pgdir) - return -EFAULT; + nrpages = __get_user_pages_fast(addr, 1, 1, &page); -+ if (nrpages = 1) { ++ if (nrpages == 1) { + kaddr = page_address(page); - local_irq_save(flags); diff --git a/a/content_digest b/N2/content_digest index 0cae287..d3bad7a 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 07/22] powerpc/perf/callchain: Use __get_user_pages_fast in read_user_stack_slow\0" - "Date\0Thu, 19 Mar 2020 03:57:01 +0000\0" + "Date\0Thu, 19 Mar 2020 09:25:54 +0530\0" "To\0linuxppc-dev@lists.ozlabs.org" mpe@ellerman.id.au linux-mm@kvack.org @@ -79,7 +79,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" "-\tlocal_irq_save(flags);\n" @@ -120,4 +120,4 @@ "-- \n" 2.24.1 -4c65cb39589dd086f9fe355c018e163e1917525a40da01813ef48ffa8c204219 +0ed091845ec360010f0a1155f43e9cbd1de0db6c825f9f407d2a1474fd7f6bda
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.