From: Jay Lan <jlan@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: [PATCH] kexec-tools: bug fix to --noio option
Date: Wed, 15 Nov 2006 21:22:55 +0000 [thread overview]
Message-ID: <455B852F.4050502@sgi.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 240 bytes --]
This patch is to fix a "--noio option" patch posted on 9/20/2006 by
Nanhai that disables I/O in purgatory code.
The "--noio" option should specify zero argument to avoid eating out
the next option.
Signed-off-by: Jay Lan <jlan@sgi.com>
[-- Attachment #2: noio-fix --]
[-- Type: text/plain, Size: 588 bytes --]
Index: kexec-tools-1.101/kexec/arch/ia64/kexec-elf-ia64.c
===================================================================
--- kexec-tools-1.101.orig/kexec/arch/ia64/kexec-elf-ia64.c 2006-11-15 13:05:25.000000000 -0800
+++ kexec-tools-1.101/kexec/arch/ia64/kexec-elf-ia64.c 2006-11-15 13:06:23.941960199 -0800
@@ -128,7 +128,7 @@ int elf_ia64_load(int argc, char **argv,
{"command-line", 1, 0, OPT_APPEND},
{"append", 1, 0, OPT_APPEND},
{"initrd", 1, 0, OPT_RAMDISK},
- {"noio", 1, 0, OPT_NOIO},
+ {"noio", 0, 0, OPT_NOIO},
{0, 0, 0, 0},
};
reply other threads:[~2006-11-15 21:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=455B852F.4050502@sgi.com \
--to=jlan@sgi.com \
--cc=linux-ia64@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.