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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/