aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/nvdimm/test/iomap.c
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2016-01-26 09:48:05 -0800
committerDan Williams <dan.j.williams@intel.com>2016-01-31 09:07:15 -0800
commit03fc2da63b9a33dce784a2075c7e068bb97cbf69 (patch)
tree7d8bbc192f8468a8427f6f4704749ab140dcc10e /tools/testing/nvdimm/test/iomap.c
parentblock: use DAX for partition table reads (diff)
downloadlinux-dev-03fc2da63b9a33dce784a2075c7e068bb97cbf69.tar.xz
linux-dev-03fc2da63b9a33dce784a2075c7e068bb97cbf69.zip
mm: fix pfn_t to page conversion in vm_insert_mixed
pfn_t_to_page() honors the flags in the pfn_t value to determine if a pfn is backed by a page. However, vm_insert_mixed() was originally written to use pfn_valid() to make this determination. To restore the old/correct behavior, ignore the pfn_t flags in the !pfn_t_devmap() case and fallback to trusting pfn_valid(). Fixes: 01c8f1c44b83 ("mm, dax, gpu: convert vm_insert_mixed to pfn_t") Cc: Dave Hansen <dave@sr71.net> Cc: David Airlie <airlied@linux.ie> Reported-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Tested-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'tools/testing/nvdimm/test/iomap.c')
0 files changed, 0 insertions, 0 deletions