diff options
| author | Greg Hackmann <[email protected]> | 2019-06-13 15:34:06 -0700 |
|---|---|---|
| committer | Sumit Semwal <[email protected]> | 2019-06-14 15:00:50 +0530 |
| commit | ed63bb1d1f8469586006a9ca63c42344401aa2ab (patch) | |
| tree | 577f34abf29a23010020204e50df5a758fe7684d /tools/perf/scripts/python/powerpc-hcalls.py | |
| parent | 51e857af9f3f1ab78be10ff6bf5c4a8a56f4e4d6 (diff) | |
dma-buf: give each buffer a full-fledged inode
By traversing /proc/*/fd and /proc/*/map_files, processes with CAP_ADMIN
can get a lot of fine-grained data about how shmem buffers are shared
among processes. stat(2) on each entry gives the caller a unique
ID (st_ino), the buffer's size (st_size), and even the number of pages
currently charged to the buffer (st_blocks / 512).
In contrast, all dma-bufs share the same anonymous inode. So while we
can count how many dma-buf fds or mappings a process has, we can't get
the size of the backing buffers or tell if two entries point to the same
dma-buf. On systems with debugfs, we can get a per-buffer breakdown of
size and reference count, but can't tell which processes are actually
holding the references to each buffer.
Replace the singleton inode with full-fledged inodes allocated by
alloc_anon_inode(). This involves creating and mounting a
mini-pseudo-filesystem for dma-buf, following the example in fs/aio.c.
Signed-off-by: Greg Hackmann <[email protected]>
Signed-off-by: Chenbo Feng <[email protected]>
Signed-off-by: Sumit Semwal <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/powerpc-hcalls.py')
0 files changed, 0 insertions, 0 deletions