On Fri, Oct 23, 2015 at 11:53 AM, Toshi Kani <toshi.kani@xxxxxxx> wrote: > This patch-set extends the EINJ driver to allow injecting a memory > error to NVDIMM. It first extends iomem resource interface to support > checking a NVDIMM region. > > Patch 1/3 changes region_intersects() to accept non-RAM regions, and > adds region_intersects_ram(). > > Patch 2/3 adds region_intersects_pmem() to check a NVDIMM region. > > Patch 3/3 changes the EINJ driver to allow injecting a memory error > to NVDIMM. > > --- > v2: > - Change the EINJ driver to call region_intersects_ram() for checking > RAM with a specified size. (Dan Williams) > - Add export to region_intersects_ram(). > > --- For the series: Reviewed-by: Dan Williams <dan.j.williams@xxxxxxxxx> -- 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>