All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bagas Sanjaya <bagasdotme@gmail.com>
To: Ricardo Ribalda <ribalda@chromium.org>,
	"Guilherme G. Piccoli" <gpiccoli@igalia.com>,
	Eric Biederman <ebiederm@xmission.com>,
	Jonathan Corbet <corbet@lwn.net>, Philipp Rudo <prudo@redhat.com>
Cc: Ross Zwisler <zwisler@kernel.org>,
	Sergey Senozhatsky <senozhatsky@chromium.org>,
	Steven Rostedt <rostedt@goodmis.org>,
	kexec@lists.infradead.org,
	"Joel Fernandes (Google)" <joel@joelfernandes.org>,
	linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org
Subject: Re: [PATCH v5 3/3] kexec: Introduce sysctl parameters kexec_load_limit_*
Date: Mon, 2 Jan 2023 20:21:11 +0700	[thread overview]
Message-ID: <Y7LaR1GcoQ8uVsGh@debian.me> (raw)
In-Reply-To: <20221114-disable-kexec-reset-v5-3-1bd37caf3c75@chromium.org>


[-- Attachment #1.1: Type: text/plain, Size: 1560 bytes --]

On Wed, Dec 21, 2022 at 08:45:59PM +0100, Ricardo Ribalda wrote:

> +=  =============================================================
> +-1 Unlimited calls to kexec. This is the default setting.
> +N  Number of calls left.
> +=  =============================================================
> +
> +kexec_load_limit_reboot
> +======================
> +

You need to match the length of table borders and section underline:

---- >8 ----
diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst
index a3922dffbd474b..a64b340c3ae509 100644
--- a/Documentation/admin-guide/sysctl/kernel.rst
+++ b/Documentation/admin-guide/sysctl/kernel.rst
@@ -469,13 +469,13 @@ This parameter specifies a limit to the number of times the syscalls
 image. It can only be set with a more restrictive value than the
 current one.
 
-=  =============================================================
--1 Unlimited calls to kexec. This is the default setting.
-N  Number of calls left.
-=  =============================================================
+==  =============================================================
+-1  Unlimited calls to kexec. This is the default setting.
+N   Number of calls left.
+==  =============================================================
 
 kexec_load_limit_reboot
-======================
+=======================
 
 Similar functionality as ``kexec_load_limit_panic``, but for a crash
 image.

Thanks.

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 143 bytes --]

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

WARNING: multiple messages have this Message-ID (diff)
From: Bagas Sanjaya <bagasdotme@gmail.com>
To: Ricardo Ribalda <ribalda@chromium.org>,
	"Guilherme G. Piccoli" <gpiccoli@igalia.com>,
	Eric Biederman <ebiederm@xmission.com>,
	Jonathan Corbet <corbet@lwn.net>, Philipp Rudo <prudo@redhat.com>
Cc: Ross Zwisler <zwisler@kernel.org>,
	Sergey Senozhatsky <senozhatsky@chromium.org>,
	Steven Rostedt <rostedt@goodmis.org>,
	kexec@lists.infradead.org,
	"Joel Fernandes (Google)" <joel@joelfernandes.org>,
	linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org
Subject: Re: [PATCH v5 3/3] kexec: Introduce sysctl parameters kexec_load_limit_*
Date: Mon, 2 Jan 2023 20:21:11 +0700	[thread overview]
Message-ID: <Y7LaR1GcoQ8uVsGh@debian.me> (raw)
In-Reply-To: <20221114-disable-kexec-reset-v5-3-1bd37caf3c75@chromium.org>

[-- Attachment #1: Type: text/plain, Size: 1560 bytes --]

On Wed, Dec 21, 2022 at 08:45:59PM +0100, Ricardo Ribalda wrote:

> +=  =============================================================
> +-1 Unlimited calls to kexec. This is the default setting.
> +N  Number of calls left.
> +=  =============================================================
> +
> +kexec_load_limit_reboot
> +======================
> +

You need to match the length of table borders and section underline:

---- >8 ----
diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst
index a3922dffbd474b..a64b340c3ae509 100644
--- a/Documentation/admin-guide/sysctl/kernel.rst
+++ b/Documentation/admin-guide/sysctl/kernel.rst
@@ -469,13 +469,13 @@ This parameter specifies a limit to the number of times the syscalls
 image. It can only be set with a more restrictive value than the
 current one.
 
-=  =============================================================
--1 Unlimited calls to kexec. This is the default setting.
-N  Number of calls left.
-=  =============================================================
+==  =============================================================
+-1  Unlimited calls to kexec. This is the default setting.
+N   Number of calls left.
+==  =============================================================
 
 kexec_load_limit_reboot
-======================
+=======================
 
 Similar functionality as ``kexec_load_limit_panic``, but for a crash
 image.

Thanks.

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  parent reply	other threads:[~2023-01-05 17:21 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-21 19:45 [PATCH v5 0/3] kexec: Add new parameter to limit the access to kexec Ricardo Ribalda
2022-12-21 19:45 ` Ricardo Ribalda
2022-12-21 19:45 ` [PATCH v5 1/3] Documentation: sysctl: Correct kexec_load_disabled Ricardo Ribalda
2022-12-21 19:45   ` Ricardo Ribalda
2022-12-21 19:45 ` [PATCH v5 2/3] kexec: Factor out kexec_load_permitted Ricardo Ribalda
2022-12-21 19:45   ` Ricardo Ribalda
2022-12-21 19:45 ` [PATCH v5 3/3] kexec: Introduce sysctl parameters kexec_load_limit_* Ricardo Ribalda
2022-12-21 19:45   ` Ricardo Ribalda
2022-12-22  2:49   ` Baoquan He
2022-12-22  2:49     ` Baoquan He
2023-01-01 20:08   ` Petr Tesařík
2023-01-01 20:08     ` Petr Tesařík
2023-01-02 13:21   ` Bagas Sanjaya [this message]
2023-01-02 13:21     ` Bagas Sanjaya
2022-12-21 20:09 ` [PATCH v5 0/3] kexec: Add new parameter to limit the access to kexec Steven Rostedt
2022-12-21 20:09   ` Steven Rostedt

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=Y7LaR1GcoQ8uVsGh@debian.me \
    --to=bagasdotme@gmail.com \
    --cc=corbet@lwn.net \
    --cc=ebiederm@xmission.com \
    --cc=gpiccoli@igalia.com \
    --cc=joel@joelfernandes.org \
    --cc=kexec@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=prudo@redhat.com \
    --cc=ribalda@chromium.org \
    --cc=rostedt@goodmis.org \
    --cc=senozhatsky@chromium.org \
    --cc=zwisler@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.