https://github.com/torvalds/linux
Revision 47d6b08334a43fafa61a587f721fa21ef65d81be authored by Oleg Nesterov on 17 October 2005, 14:49:42 UTC, committed by Linus Torvalds on 17 October 2005, 22:00:00 UTC
Make sure we release the task struct properly when releasing pending
timers.

release_task() does write_lock_irq(&tasklist_lock), so it can't race
with run_posix_cpu_timers() on any cpu.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 6ce9691
History
Tip revision: 47d6b08334a43fafa61a587f721fa21ef65d81be authored by Oleg Nesterov on 17 October 2005, 14:49:42 UTC
[PATCH] posix-timers: fix task accounting
Tip revision: 47d6b08
File Mode Size
Documentation
arch
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.1 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 59.6 KB
Makefile -rw-r--r-- 42.4 KB
README -rw-r--r-- 14.4 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top