Quantcast
Channel: Serverphorums.com - Linux Kernel
Viewing all articles
Browse latest Browse all 24115

[PATCH 00/11] cleanup/fix allow_signal/disallow_signal (no replies)

$
0
0
Hello.

allow_signal() and disallow_signal() have the very strange (wrong
actually) semantics. They mix/confuse "sigprocmask" and "sigaction"
logic.

This series tries to cleanup and fix them, plus other (mostly related)
cleanups.

Oleg.

arch/m68k/include/asm/signal.h | 9 ----
arch/x86/include/asm/signal.h | 6 ---
fs/jffs2/background.c | 12 +++--
include/linux/sched.h | 3 -
include/linux/signal.h | 21 +++++++--
kernel/exit.c | 39 -----------------
kernel/kmod.c | 5 +--
kernel/signal.c | 90 ++++++++++++++++++---------------------
8 files changed, 66 insertions(+), 119 deletions(-)

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

Viewing all articles
Browse latest Browse all 24115

Trending Articles