commit | c66f854338253e603a4fb6817069ee23eacf0ae3 | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Fri Jan 24 08:49:45 2014 +0100 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Wed Feb 05 09:29:25 2014 +0100 |
tree | 4c6d5f2c2c02d8c582fb51b7e11f6445bcbfa928 | |
parent | 76f4f415e502e4dfaf409edd0d4ed0dd3a0a0419 [diff] |
drm/ttm: Fix TTM object open regression Commit drm/ttm: ttm object security fixes for render nodes introduced a regression where, if a TTM object was opened multiple times from the same open file, the caller would spin uninterruptibly in the kernel. Fix this. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>