From: Borislav Petkov <bp@alien8.de>
To: Masanari Iida <standby24x7@gmail.com>
Cc: linux-kernel@vger.kernel.org, corbet@lwn.net,
akpm@linux-foundation.org, mingo@kernel.org, riel@redhat.com
Subject: Re: [PATCH] Doc: Add default behavior of panic parameter in kernel.txt
Date: Fri, 23 Jan 2015 12:42:29 +0100 [thread overview]
Message-ID: <20150123114229.GE22635@pd.tnic> (raw)
In-Reply-To: <1422001207-13097-1-git-send-email-standby24x7@gmail.com>
On Fri, Jan 23, 2015 at 05:20:07PM +0900, Masanari Iida wrote:
> This patch adds default behavior of panic parameter in kernel.txt
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
> Documentation/sysctl/kernel.txt | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt
> index 75511ef..3cae2bd 100644
> --- a/Documentation/sysctl/kernel.txt
> +++ b/Documentation/sysctl/kernel.txt
> @@ -527,6 +527,8 @@ panic:
> The value in this file represents the number of seconds the kernel
> waits before rebooting on a panic. When you use the software watchdog,
> the recommended setting is 60.
> +A value of 0 will disable rebooting on a panic.
> +The default is 0.
Just copy the Kconfig text for uniformity (well, almost - it might need
adjusting to fit the tone/nomenclature of that file):
A value of 0, then we wait forever. A timeout value n > 0 will
wait n seconds before rebooting, while a timeout value n < 0
will reboot immediately.
--
Regards/Gruss,
Boris.
ECO tip #101: Trim your mails when you reply.
--
prev parent reply other threads:[~2015-01-23 11:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-23 8:20 [PATCH] Doc: Add default behavior of panic parameter in kernel.txt Masanari Iida
2015-01-23 11:42 ` Borislav Petkov [this message]
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=20150123114229.GE22635@pd.tnic \
--to=bp@alien8.de \
--cc=akpm@linux-foundation.org \
--cc=corbet@lwn.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=riel@redhat.com \
--cc=standby24x7@gmail.com \
/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