https://github.com/torvalds/linux
Revision f8738c5c5298d55ccfc26383f9f45af082a9be57 authored by Davide Libenzi on 27 June 2007, 21:09:59 UTC, committed by Linus Torvalds on 28 June 2007, 18:34:54 UTC
The new code in kernel/signal.c does not allow fetching private signals
from another task.  This patch avoid spurious POLLIN returns from a
signalfd poll(2) operation.

Signed-off-by: Davide Libenzi <davidel@xmailserver.org>
Cc: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 58e7847
History
Tip revision: f8738c5c5298d55ccfc26383f9f45af082a9be57 authored by Davide Libenzi on 27 June 2007, 21:09:59 UTC
avoid spurious POLLIN returns in signalfd
Tip revision: f8738c5
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-- 87.8 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