https://github.com/torvalds/linux
Revision 18963c01b8abf381f102752ce024c3582a716125 authored by Davide Libenzi on 18 May 2007, 19:02:33 UTC, committed by Linus Torvalds on 18 May 2007, 20:09:34 UTC
The timerfd was using the unlocked waitqueue operations, but it was
using a different lock, so poll_wait() would race with it.

This makes timerfd directly use the waitqueue lock.

Signed-off-by: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent d48eb23
History
Tip revision: 18963c01b8abf381f102752ce024c3582a716125 authored by Davide Libenzi on 18 May 2007, 19:02:33 UTC
timerfd use waitqueue lock ...
Tip revision: 18963c0
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 572 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 89.3 KB
Kbuild -rw-r--r-- 1.5 KB
MAINTAINERS -rw-r--r-- 86.6 KB
Makefile -rw-r--r-- 49.2 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top