aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorDavid Howells <[email protected]>2010-03-25 16:48:44 +0000
committerLinus Torvalds <[email protected]>2010-03-25 14:13:27 -0700
commite1ee65d85904c5dd4b9cea1b15d5e85e20eae8a1 (patch)
tree5de7d6dd923a04eda69fdedd1209ea249ef081cf /tools/perf/scripts/python/syscall-counts-by-pid.py
parent7561e8ca0dfaf6fca3feef982830de3b65300e5b (diff)
NOMMU: Fix __get_user_pages() to pin last page on offset buffers
Fix __get_user_pages() to make it pin the last page on a buffer that doesn't begin at the start of a page, but is a multiple of PAGE_SIZE in size. The problem is that __get_user_pages() advances the pointer too much when it iterates to the next page if the page it's currently looking at isn't used from the first byte. This can cause the end of a short VMA to be reached prematurely, resulting in the last page being lost. Signed-off-by: Steven J. Magnani <[email protected]> Signed-off-by: David Howells <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions