aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorAneesh Kumar K.V <[email protected]>2019-07-11 20:52:08 -0700
committerLinus Torvalds <[email protected]>2019-07-12 11:05:40 -0700
commit9bd3bb6703d8c0a5fb8aec8e3287bd55b7341dcd (patch)
treeb27a6fceb354a924fa5b113dacd7b0913bbfd239 /tools/perf/scripts/python/export-to-sqlite.py
parent2c012a4ad1a2cd3fb5a0f9307b9d219f84eda1fa (diff)
mm/nvdimm: add is_ioremap_addr and use that to check ioremap address
Architectures like powerpc use different address range to map ioremap and vmalloc range. The memunmap() check used by the nvdimm layer was wrongly using is_vmalloc_addr() to check for ioremap range which fails for ppc64. This result in ppc64 not freeing the ioremap mapping. The side effect of this is an unbind failure during module unload with papr_scm nvdimm driver Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Aneesh Kumar K.V <[email protected]> Fixes: b5beae5e224f ("powerpc/pseries: Add driver for PAPR SCM regions") Cc: Dan Williams <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions