From 179dd526676245faba1c14314d416811c7abb48d Mon Sep 17 00:00:00 2001 From: wangdi Date: Wed, 16 Apr 2003 12:50:43 +0000 Subject: [PATCH] for signal panic of 2.4.20 uml --- lustre/kernel_patches/patches/uml-patch-2.4.20-tmp.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lustre/kernel_patches/patches/uml-patch-2.4.20-tmp.patch diff --git a/lustre/kernel_patches/patches/uml-patch-2.4.20-tmp.patch b/lustre/kernel_patches/patches/uml-patch-2.4.20-tmp.patch new file mode 100644 index 0000000..e6245ef --- /dev/null +++ b/lustre/kernel_patches/patches/uml-patch-2.4.20-tmp.patch @@ -0,0 +1,16 @@ + arch/um/kernel/process.c | 2 +- + 1 files changed, 1 insertion(+), 1 deletion(-) + +--- linux-2.4.20/arch/um/kernel/process.c~uml-patch-2.4.20-tmp 2003-04-15 11:13:26.000000000 +0800 ++++ linux-2.4.20-root/arch/um/kernel/process.c 2003-04-15 11:24:21.000000000 +0800 +@@ -72,7 +72,7 @@ void init_new_thread_signals(int altstac + SIGUSR1, SIGIO, SIGWINCH, SIGALRM, SIGVTALRM, -1); + set_handler(SIGUSR2, (__sighandler_t) sig_handler, + SA_NOMASK | flags, -1); +- (void) CHOOSE_MODE(signal(SIGCHLD, SIG_IGN), (void *) 0); ++// (void) CHOOSE_MODE(signal(SIGCHLD, SIG_IGN), (void *) 0); + signal(SIGHUP, SIG_IGN); + + init_irq_signals(altstack); + +_ -- 1.8.3.1