Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] __group_complete_signal: remove bogus BUG_ON
Commit e56d090 [PATCH] RCU signal handling made this BUG_ON() unsafe. This code runs under ->siglock, while switch_exec_pids() takes tasklist_lock. Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
- Loading branch information