aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/timerlist.py
diff options
context:
space:
mode:
authorDaniel Vetter <[email protected]>2020-11-27 17:41:17 +0100
committerDaniel Vetter <[email protected]>2021-01-12 14:14:53 +0100
commitd4cb19250aae16ab3031b9e59458932e5afe8081 (patch)
tree99db7c98e17ee4e65fe3b06964a79282471ec366 /scripts/gdb/linux/timerlist.py
parent9fcac0f1efea0c0dbbed78de7ce62159a544a3df (diff)
misc/habana: Stop using frame_vector helpers
All we need are a pages array, pin_user_pages_fast can give us that directly. Plus this avoids the entire raw pfn side of get_vaddr_frames. Note that pin_user_pages_fast is a safe replacement despite the seeming lack of checking for vma->vm_flasg & (VM_IO | VM_PFNMAP). Such ptes are marked with pte_mkspecial (which pup_fast rejects in the fastpath), and only architectures supporting that support the pin_user_pages_fast fastpath. Reviewed-by: John Hubbard <[email protected]> Reviewed-by: Oded Gabbay <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Cc: Christoph Hellwig <[email protected]> Cc: Jason Gunthorpe <[email protected]> Cc: Andrew Morton <[email protected]> Cc: John Hubbard <[email protected]> Cc: Jérôme Glisse <[email protected]> Cc: Jan Kara <[email protected]> Cc: Dan Williams <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: Oded Gabbay <[email protected]> Cc: Omer Shpigelman <[email protected]> Cc: Ofir Bitton <[email protected]> Cc: Tomer Tayar <[email protected]> Cc: Moti Haimovski <[email protected]> Cc: Daniel Vetter <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Pawel Piskorski <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions