diff for duplicates of <87vay9pogi.fsf@linux.vnet.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 08e6cfe..c1585ec 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -162,7 +162,7 @@ of pages which we need to migrate. Any reason why that is not tried ? > + * of the CMA zone if possible. NOTE: faulting in + migration > + * can be expensive. Batching can be considered later > + */ -> + if (get_pageblock_migratetype(page) = MIGRATE_CMA) { +> + if (get_pageblock_migratetype(page) == MIGRATE_CMA) { > + if (mm_iommu_move_page_from_cma(page)) > + goto populate; > + if (1 != get_user_pages_fast(ua + (i << PAGE_SHIFT), diff --git a/a/content_digest b/N1/content_digest index 9231ac0..ef84b51 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020160714042536.GG18277@balbir.ozlabs.ibm.com\0" "From\0Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>\0" "Subject\0Re: [RESEND][v2][PATCH] KVM: PPC: Book3S HV: Migrate pinned pages out of CMA\0" - "Date\0Tue, 06 Sep 2016 05:49:54 +0000\0" + "Date\0Tue, 06 Sep 2016 11:19:33 +0530\0" "To\0bsingharora@gmail.com" linuxppc-dev@lists.ozlabs.org kvm-ppc@vger.kernel.org @@ -177,7 +177,7 @@ "> +\t\t * of the CMA zone if possible. NOTE: faulting in + migration\n" "> +\t\t * can be expensive. Batching can be considered later\n" "> +\t\t */\n" - "> +\t\tif (get_pageblock_migratetype(page) = MIGRATE_CMA) {\n" + "> +\t\tif (get_pageblock_migratetype(page) == MIGRATE_CMA) {\n" "> +\t\t\tif (mm_iommu_move_page_from_cma(page))\n" "> +\t\t\t\tgoto populate;\n" "> +\t\t\tif (1 != get_user_pages_fast(ua + (i << PAGE_SHIFT),\n" @@ -207,4 +207,4 @@ "\n" -aneesh -8b7a4a1e06a523a4d4fc0e78c4237d8bb39e21874f9119ef6ec5bdff181bb16b +e4029423e03e4e411062c7af9964497cb5f4279c04b60c85ab8d9960892fd28f
diff --git a/a/1.txt b/N2/1.txt index 08e6cfe..a52dfad 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -162,7 +162,7 @@ of pages which we need to migrate. Any reason why that is not tried ? > + * of the CMA zone if possible. NOTE: faulting in + migration > + * can be expensive. Batching can be considered later > + */ -> + if (get_pageblock_migratetype(page) = MIGRATE_CMA) { +> + if (get_pageblock_migratetype(page) == MIGRATE_CMA) { > + if (mm_iommu_move_page_from_cma(page)) > + goto populate; > + if (1 != get_user_pages_fast(ua + (i << PAGE_SHIFT), @@ -191,3 +191,9 @@ of pages which we need to migrate. Any reason why that is not tried ? > Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> -aneesh + +-- +To unsubscribe, send a message with 'unsubscribe linux-mm' in +the body to majordomo@kvack.org. For more info on Linux MM, +see: http://www.linux-mm.org/ . +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N2/content_digest index 9231ac0..b887352 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\020160714042536.GG18277@balbir.ozlabs.ibm.com\0" "From\0Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>\0" "Subject\0Re: [RESEND][v2][PATCH] KVM: PPC: Book3S HV: Migrate pinned pages out of CMA\0" - "Date\0Tue, 06 Sep 2016 05:49:54 +0000\0" + "Date\0Tue, 06 Sep 2016 11:19:33 +0530\0" "To\0bsingharora@gmail.com" linuxppc-dev@lists.ozlabs.org kvm-ppc@vger.kernel.org @@ -177,7 +177,7 @@ "> +\t\t * of the CMA zone if possible. NOTE: faulting in + migration\n" "> +\t\t * can be expensive. Batching can be considered later\n" "> +\t\t */\n" - "> +\t\tif (get_pageblock_migratetype(page) = MIGRATE_CMA) {\n" + "> +\t\tif (get_pageblock_migratetype(page) == MIGRATE_CMA) {\n" "> +\t\t\tif (mm_iommu_move_page_from_cma(page))\n" "> +\t\t\t\tgoto populate;\n" "> +\t\t\tif (1 != get_user_pages_fast(ua + (i << PAGE_SHIFT),\n" @@ -205,6 +205,12 @@ "> see: http://www.linux-mm.org/ .\n" "> Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>\n" "\n" - -aneesh + "-aneesh\n" + "\n" + "--\n" + "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" + "the body to majordomo@kvack.org. For more info on Linux MM,\n" + "see: http://www.linux-mm.org/ .\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -8b7a4a1e06a523a4d4fc0e78c4237d8bb39e21874f9119ef6ec5bdff181bb16b +a03fa742fee4f0131a47c268e8639e7b30dbe8c9169108c7f1f06365c58ea628
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.