Re: [PATCH] POSIX timers for linux 2.3.99-pre7

From: Marcelo Tosatti (marcelo@conectiva.com.br)
Date: Sun May 14 2000 - 03:16:52 EST


On Sat, 13 May 2000, Robert de Vries wrote:

> Hi Linus,
>
> Please accept this patch for inclusion. The impact on the kernel is
> negligible and it makes the kernel a bit more POSIX feature complete. I
> have received good feedback from people who have used the patch and I have
> used it a lot myself without any problems.
>
Hi,

posix_timer_fn() in kernel/itimer.c is a timer handler, which runs in bottom half
context. It calls timer_notify_task() which uses the send_sig_info() function.
send_sig_info uses the "current" pointer to check for permissions.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon May 15 2000 - 21:00:24 EST