[PATCH] find_user locking and leak fix
find_user() is being called from set/get_priority(), but it doesn't take the needed lock, and those callers were forgetting to drop the refcount which find_user() took.
Showing
Please register or sign in to comment