linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pstore/ramoops: Fix typo as there is no "reserver"
@ 2024-08-07 21:00 Steven Rostedt
  2024-08-07 21:57 ` Kees Cook
  2024-08-08  6:18 ` Mike Rapoport
  0 siblings, 2 replies; 3+ messages in thread
From: Steven Rostedt @ 2024-08-07 21:00 UTC (permalink / raw)
  To: LKML, Linux Trace Kernel, linux-doc, linux-hardening
  Cc: Kees Cook, Tony Luck, "Guilherme G. Piccoli",
	Jonathan Corbet, Mike Rapoport

From: Steven Rostedt <rostedt@goodmis.org>

For some reason my finger always hits the 'r' after typing "reserve".
Fix the typo in the Documentation example.

Fixes: d9d814eebb1ae ("pstore/ramoops: Add ramoops.mem_name= command line option")
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
---
Note, I did have this fixed, but the previous version was pulled:
  https://lore.kernel.org/linux-trace-kernel/20240613233446.283241953@goodmis.org/

 Documentation/admin-guide/ramoops.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/ramoops.rst b/Documentation/admin-guide/ramoops.rst
index 6f534a707b2a..2eabef31220d 100644
--- a/Documentation/admin-guide/ramoops.rst
+++ b/Documentation/admin-guide/ramoops.rst
@@ -129,7 +129,7 @@ Setting the ramoops parameters can be done in several different manners:
     takes a size, alignment and name as arguments. The name is used
     to map the memory to a label that can be retrieved by ramoops.
 
-	reserver_mem=2M:4096:oops  ramoops.mem_name=oops
+	reserve_mem=2M:4096:oops  ramoops.mem_name=oops
 
 You can specify either RAM memory or peripheral devices' memory. However, when
 specifying RAM, be sure to reserve the memory by issuing memblock_reserve()
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] pstore/ramoops: Fix typo as there is no "reserver"
  2024-08-07 21:00 [PATCH] pstore/ramoops: Fix typo as there is no "reserver" Steven Rostedt
@ 2024-08-07 21:57 ` Kees Cook
  2024-08-08  6:18 ` Mike Rapoport
  1 sibling, 0 replies; 3+ messages in thread
From: Kees Cook @ 2024-08-07 21:57 UTC (permalink / raw)
  To: LKML, Linux Trace Kernel, linux-doc, linux-hardening,
	Steven Rostedt
  Cc: Kees Cook, Tony Luck, Jonathan Corbet, Mike Rapoport

On Wed, 07 Aug 2024 17:00:29 -0400, Steven Rostedt wrote:
> For some reason my finger always hits the 'r' after typing "reserve".
> Fix the typo in the Documentation example.
> 
> 

Applied to for-next/pstore, thanks!

[1/1] pstore/ramoops: Fix typo as there is no "reserver"
      https://git.kernel.org/kees/c/08043b1dabf8

Take care,

-- 
Kees Cook


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] pstore/ramoops: Fix typo as there is no "reserver"
  2024-08-07 21:00 [PATCH] pstore/ramoops: Fix typo as there is no "reserver" Steven Rostedt
  2024-08-07 21:57 ` Kees Cook
@ 2024-08-08  6:18 ` Mike Rapoport
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Rapoport @ 2024-08-08  6:18 UTC (permalink / raw)
  To: Steven Rostedt
  Cc: LKML, Linux Trace Kernel, linux-doc, linux-hardening, Kees Cook,
	Tony Luck, Jonathan Corbet

On Wed, Aug 07, 2024 at 05:00:29PM -0400, Steven Rostedt wrote:
> From: Steven Rostedt <rostedt@goodmis.org>
> 
> For some reason my finger always hits the 'r' after typing "reserve".
> Fix the typo in the Documentation example.
> 
> Fixes: d9d814eebb1ae ("pstore/ramoops: Add ramoops.mem_name= command line option")
> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>

Acked-by: Mike Rapoport (Microsoft) <rppt@kernel.org>

> ---
> Note, I did have this fixed, but the previous version was pulled:
>   https://lore.kernel.org/linux-trace-kernel/20240613233446.283241953@goodmis.org/
> 
>  Documentation/admin-guide/ramoops.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/admin-guide/ramoops.rst b/Documentation/admin-guide/ramoops.rst
> index 6f534a707b2a..2eabef31220d 100644
> --- a/Documentation/admin-guide/ramoops.rst
> +++ b/Documentation/admin-guide/ramoops.rst
> @@ -129,7 +129,7 @@ Setting the ramoops parameters can be done in several different manners:
>      takes a size, alignment and name as arguments. The name is used
>      to map the memory to a label that can be retrieved by ramoops.
>  
> -	reserver_mem=2M:4096:oops  ramoops.mem_name=oops
> +	reserve_mem=2M:4096:oops  ramoops.mem_name=oops
>  
>  You can specify either RAM memory or peripheral devices' memory. However, when
>  specifying RAM, be sure to reserve the memory by issuing memblock_reserve()
> -- 
> 2.43.0
> 

-- 
Sincerely yours,
Mike.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-08  6:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07 21:00 [PATCH] pstore/ramoops: Fix typo as there is no "reserver" Steven Rostedt
2024-08-07 21:57 ` Kees Cook
2024-08-08  6:18 ` Mike Rapoport

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).