There was an error while loading. Please reload this page.
1 parent d51e28b commit 5836eb2Copy full SHA for 5836eb2
kernel/signal.c
@@ -1750,7 +1750,7 @@ static void do_notify_parent_cldstop(struct task_struct *tsk,
1750
/* wake up all the proctraces waiting for stop */
1751
list_for_each(p, &tsk->sig_wait_list) {
1752
sig_wait = list_entry(p, struct sig_wait_queue_struct, list);
1753
-if (sig_wait->sigmask & (1 << PROCTRACE_ANY_STOP)) {
+if (sig_wait->sigmask & (1ULL << PROCTRACE_ANY_STOP)) {
1754
printk("PROCTRACE budim frajera jer je child stao\n");
1755
wake_up(&sig_wait->wait_queue);
1756
}
0 commit comments