diff options
author | Thomas Hellstrom <[email protected]> | 2018-09-26 15:50:13 +0200 |
---|---|---|
committer | Thomas Hellstrom <[email protected]> | 2018-09-27 16:14:18 +0200 |
commit | c7eae62666ade1c8c9960085911e420227144d5a (patch) | |
tree | 0013d1212a78270d4d112911ace94bdcbfe1a3bf /tools/perf/scripts/python/Perf-Trace-Util/lib | |
parent | b1d05b4fc6b8f2bf5d802cb08c87d96802c4c7ba (diff) |
drm/vmwgfx: Make the object handles idr-generated
Instead of generating user-space object handles based on a, possibly
processed, hash of the kernel address of the object, use idr to generate
and lookup those handles. This might improve somewhat on security since
we loose all connections to the object's kernel address. Also idr is
designed to do just this.
As a todo-item, since user-space handles are now generated in sequence,
we can probably use a much simpler hash function to hash them.
Signed-off-by: Thomas Hellstrom <[email protected]>
Reviewed-by: Sinclair Yeh <[email protected]>
Reviewed-by: Deepak Rawat <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions