aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2021-04-29 20:42:25 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2021-06-03 10:36:50 -0400
commit08aa64796016cb47b2ef3d0924653b4d944b0d65 (patch)
treeb6409c65e15b8cce39dc273f9d3a21c88437c3b7 /tools/perf/scripts/python/export-to-postgresql.py
parentiov_iter: Remove iov_iter_for_each_range() (diff)
downloadlinux-dev-08aa64796016cb47b2ef3d0924653b4d944b0d65.tar.xz
linux-dev-08aa64796016cb47b2ef3d0924653b4d944b0d65.zip
teach copy_page_to_iter() to handle compound pages
In situation when copy_page_to_iter() got a compound page the current code would only work on systems with no CONFIG_HIGHMEM. It *is* the majority of real-world setups, or we would've drown in bug reports by now. Still needs fixing. Current variant works for solitary page; rename that to __copy_page_to_iter() and turn the handling of compound pages into a loop over subpages. Cc: stable@vger.kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions