Messages in this thread |  | | Date | Thu, 12 Sep 2002 23:31:18 +0400 | From | Oleg Nesterov <> | Subject | Re: Linux 2.5.34 |
| |
Hello.
Could anybody explain this change in force_sig_info() in 2.5.34:
- return send_sig_info(sig, info, t); + return send_sig_info(sig, (void *)1, t);
Looks wrong to me...
Also, task_struct->shared_unblocked seems to be unused.
Oleg. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |