https://github.com/torvalds/linux
Revision 7a4ed937aa44acdeb8c6ba671509dc7b54b09d3a authored by Oleg Nesterov on 26 October 2005, 16:26:53 UTC, committed by Linus Torvalds on 26 October 2005, 22:21:14 UTC
There's a silly off-by-one error in the code that updates the expiration
of posix CPU timers, causing them to not be properly updated when they
hit exactly on their expiration time (which should be the normal case).

This causes them to then fire immediately again, and only _then_ get
properly updated.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent e02fd44
History
Tip revision: 7a4ed937aa44acdeb8c6ba671509dc7b54b09d3a authored by Oleg Nesterov on 26 October 2005, 16:26:53 UTC
[PATCH] Fix cpu timers expiration time
Tip revision: 7a4ed93
File Mode Size
Documentation
arch
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 391 bytes
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.5 KB
README -rw-r--r-- 14.4 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top