aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorJike Song <[email protected]>2017-01-12 16:52:03 +0800
committerAlex Williamson <[email protected]>2017-01-12 16:05:35 -0700
commitd1b333d12cde9cabe898160b6be9769d3382d81c (patch)
treea27dc98b8ade04fcac5957827de0b2e335c21328 /tools/perf/scripts/python/call-graph-from-postgresql.py
parent19c816e8e455f58da9997e4c6626f06203d8fbf0 (diff)
vfio iommu type1: fix the testing of capability for remote task
Before the mdev enhancement type1 iommu used capable() to test the capability of current task; in the course of mdev development a new requirement, testing for another task other than current, was raised. ns_capable() was used for this purpose, however it still tests current, the only difference is, in a specified namespace. Fix it by using has_capability() instead, which tests the cap for specified task in init_user_ns, the same namespace as capable(). Cc: Gerd Hoffmann <[email protected]> Signed-off-by: Jike Song <[email protected]> Reviewed-by: James Morris <[email protected]> Reviewed-by: Kirti Wankhede <[email protected]> Signed-off-by: Alex Williamson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions