aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/mem-phys-addr.py
diff options
context:
space:
mode:
authorWei Yang <[email protected]>2019-11-30 17:57:52 -0800
committerLinus Torvalds <[email protected]>2019-12-01 12:59:10 -0800
commit53eaa14b62d27f3011feb97e12a80bf61a4b29ab (patch)
tree03f96cbc9f83f363c0826a859a6d70cfdbe62cbe /tools/perf/scripts/python/mem-phys-addr.py
parent4fb07ee6510280219403592e0a70c3b248b588c8 (diff)
userfaultfd: remove unnecessary WARN_ON() in __mcopy_atomic_hugetlb()
These warning here is to make sure address(dst_addr) and length(len - copied) are huge page size aligned. While this is ensured by: dst_start and len is huge page size aligned dst_addr equals to dst_start and increase huge page size each time copied increase huge page size each time This means these warnings will never be triggered. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Wei Yang <[email protected]> Reviewed-by: Mike Kravetz <[email protected]> Cc: Andrea Arcangeli <[email protected]> Cc: Hugh Dickins <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions