From: Richard Weinberger <richard@nod.at>
To: linux-kernel@vger.kernel.org
Cc: user-mode-linux-devel@lists.sourceforge.net,
Richard Weinberger <richard@nod.at>
Subject: [PATCH 3/4] um: remove SIGHUP handler
Date: Sun, 8 May 2011 23:59:44 +0200 [thread overview]
Message-ID: <1304891985-11569-3-git-send-email-richard@nod.at> (raw)
In-Reply-To: <1304891985-11569-1-git-send-email-richard@nod.at>
The UML kernel ignores SIGHUP anyway.
This handler is in vain.
Signed-off-by: Richard Weinberger <richard@nod.at>
---
arch/um/os-Linux/main.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/um/os-Linux/main.c b/arch/um/os-Linux/main.c
index 39613ea..fb2a97a 100644
--- a/arch/um/os-Linux/main.c
+++ b/arch/um/os-Linux/main.c
@@ -142,7 +142,6 @@ int __init main(int argc, char **argv, char **envp)
*/
install_fatal_handler(SIGINT);
install_fatal_handler(SIGTERM);
- install_fatal_handler(SIGHUP);
scan_elf_aux(envp);
--
1.7.4.2
next prev parent reply other threads:[~2011-05-08 21:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-08 21:59 [uml-devel] [PATCH 1/4] um: fix UML_LIB_PATH Richard Weinberger
2011-05-08 21:59 ` [uml-devel] [PATCH 2/4] um: fix abort Richard Weinberger
2011-05-08 21:59 ` Richard Weinberger [this message]
2011-05-08 21:59 ` [PATCH 4/4] um: os_dump_core() cleanup Richard Weinberger
2011-05-08 22:19 ` [uml-devel] [PATCH 1/4] um: fix UML_LIB_PATH Mattia Dongili
2011-05-08 22:24 ` Richard Weinberger
-- strict thread matches above, loose matches on Subject: below --
2011-05-10 18:18 Richard Weinberger
2011-05-10 18:18 ` [PATCH 3/4] um: remove SIGHUP handler Richard Weinberger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1304891985-11569-3-git-send-email-richard@nod.at \
--to=richard@nod.at \
--cc=linux-kernel@vger.kernel.org \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox