Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Staging: android: task_get_unused_fd_flags: fix the wrong usage of ts…
…k->signal Compile tested. task_struct->signal is not protected by RCU, the code is bogus. Change the code to take ->siglock to pin ->signal. Signed-off-by: Oleg Nesterov <oleg@redhat.com> Cc: Arve Hjønnevåg <arve@android.com> Cc: Brian Swetland <swetland@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information