aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorIra Weiny <[email protected]>2022-10-05 21:05:55 -0700
committerAndrew Morton <[email protected]>2022-10-12 18:51:51 -0700
commitef6e06b2ef87077104d1145a0fd452ff8dbbc4b7 (patch)
tree57c08d46dad37f9879db3cedc124799973d36f38 /tools/perf/scripts/python/bin/export-to-postgresql-report
parent15cd90049d595e592d8860ee15a3f23491d54d17 (diff)
highmem: fix kmap_to_page() for kmap_local_page() addresses
kmap_to_page() is used to get the page for a virtual address which may be kmap'ed. Unfortunately, kmap_local_page() stores mappings in a thread local array separate from kmap(). These mappings were not checked by the call. Check the kmap_local_page() mappings and return the page if found. Because it is intended to remove kmap_to_page() add a warn on once to the kmap checks to flag potential issues early. NOTE Due to 32bit x86 use of kmap local in iomap atmoic, KMAP_LOCAL does not require HIGHMEM to be set. Therefore the support calls required a new KMAP_LOCAL section to fix 0day build errors. [[email protected]: fix warning] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Ira Weiny <[email protected]> Reported-by: Al Viro <[email protected]> Reported-by: kernel test robot <[email protected]> Cc: "Fabio M. De Francesco" <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Christoph Hellwig <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions