Displaying 2 results from an estimated 2 matches for "reintroduction".
Did you mean:
  introduction
  
2010 Jan 06
0
[PATCH] Fix null deref in nouveau_fence_emit due to deleted fence
...it destroys the operation fence, causing nouveau_fence_emit to crash.
This patch fixes this bug by taking the fence object out of validate_op and creating it just before emit.
The fence pointer is initialized to 0 and unref'ed unconditionally.
In addition to fixing the bug, this prevents its reintroduction and simplifies the code.
---
 drivers/gpu/drm/nouveau/nouveau_gem.c |   35 ++++++++++++++------------------
 1 files changed, 15 insertions(+), 20 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_gem.c b/drivers/gpu/drm/nouveau/nouveau_gem.c
index 18fd8ac..7c1ff14 100644
--- a/drivers/gpu...
2001 Nov 12
2
Samba Feature Usage: Does anybody use these options? Can we kill them?
...ous users
gaining access to user & group information will be added in its place
(possibly under a new name).
\\server\share%user hack
This method for specifying the user name has disappeared.  Only valid in
share level security, this has been removed as a code-simplificaion
exercise.  Careful reintroduction is possible, but only if it is
*really* needed.
Thank you for reading this, and I look forward to your feedback,
Andrew Bartlett
-- 
Andrew Bartlett                                 abartlet@pcug.org.au
Manager, Authentication Subsystems, Samba Team  abartlet@samba.org
Student Network Administrat...