The patch titled Subject: mm: cma: use %pa to avoid truncating the physical address has been removed from the -mm tree. Its filename was mm-cma-use-%pa-to-avoid-truncating-the-physical-address.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ From: Kevin Cernekee <cernekee@xxxxxxxxx> Subject: mm: cma: use %pa to avoid truncating the physical address [gregory.0xf0@xxxxxxxxx: rebased from 3.14 and updated commit message] Signed-off-by: Kevin Cernekee <cernekee@xxxxxxxxx> Signed-off-by: Gregory Fong <gregory.0xf0@xxxxxxxxx> Michal Nazarewicz <mina86@xxxxxxxxxx> Cc: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> Cc: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> Cc: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/cma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN mm/cma.c~mm-cma-use-%pa-to-avoid-truncating-the-physical-address mm/cma.c --- a/mm/cma.c~mm-cma-use-%pa-to-avoid-truncating-the-physical-address +++ a/mm/cma.c @@ -294,8 +294,8 @@ int __init cma_declare_contiguous(phys_a goto err; totalcma_pages += (size / PAGE_SIZE); - pr_info("Reserved %ld MiB at %08lx\n", (unsigned long)size / SZ_1M, - (unsigned long)base); + pr_info("Reserved %ld MiB at %pa\n", (unsigned long)size / SZ_1M, + &base); return 0; err: _ Patches currently in -mm which might be from cernekee@xxxxxxxxx are -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html