Hi, Commit 3277953de2f31 un-exported ioremap_page_range(), what is an alternative method of remapping a physical ram range... This function was very useful, examples here: https://github.com/asamy/ksm/blob/master/mm.c#L38 and here: https://github.com/asamy/ksm/blob/master/ksm.c#L410 etc... So, you're forcing me to either reimplement it on my own (which is merely copy-pasting the kernel function), unless you have a suggestion on what else to use (which I could never find other)? Thanks, -- asamy -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>