mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-28 05:20:27 +09:00
pgoff_to_phys() validates that both the starting address and the length of the mapping against the resource list. We need to check for a mapping size of PMD_SIZE not PAGE_SIZE in the pmd fault path. Signed-off-by: Dan Williams <dan.j.williams@intel.com>