Hi all, Today's linux-next merge of the tip tree got a conflict in: kernel/memremap.c between commit: eb7d78c9e7f6 ("devm_memremap_pages: fix vmem_altmap lifetime + alignment handling") from Linus' tree and commit: 1c29f25bf5d6 ("memremap: Change region_intersects() to take @flags and @desc") from the tip tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell diff --cc kernel/memremap.c index 70ee3775de24,293309cac061..000000000000 --- a/kernel/memremap.c +++ b/kernel/memremap.c @@@ -269,8 -267,8 +270,8 @@@ void *devm_memremap_pages(struct devic struct percpu_ref *ref, struct vmem_altmap *altmap) { int is_ram = region_intersects(res->start, resource_size(res), - "System RAM"); + IORESOURCE_SYSTEM_RAM, IORES_DESC_NONE); - resource_size_t key, align_start, align_size; + resource_size_t key, align_start, align_size, align_end; struct dev_pagemap *pgmap; struct page_map *page_map; unsigned long pfn; -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html