public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: add 'crashkernel=auto' entry into kernel-parameters.txt
@ 2015-08-22  6:51 Yaowei Bai
  2015-08-22 17:57 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Yaowei Bai @ 2015-08-22  6:51 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc, linux-kernel

There is no 'crashkernel=auto' entry in kernel-parameters.txt, borrow it
from kexec-kdump-howto.txt file in the kexec-tools-2.0.0 package.

Signed-off-by: Yaowei Bai <bywxiaobai@163.com>
---
 Documentation/kernel-parameters.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 1d6f045..4da77fa 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -797,6 +797,15 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
 			It will be ignored when crashkernel=X,high is not used
 			or memory reserved is below 4G.
 
+	crashkernel=auto
+			This specification allows the kernel to decide how much
+			meory to reserve for the purposes of kdump. It will make
+			this determination based on the amount of memory you have
+			in your system, and scale the allocation accordingly.
+			Note that if you have less than 4Gb of memory in your system,
+			this specification will opt to not allocate any memory for
+			the purposes of kdump.
+
 	cs89x0_dma=	[HW,NET]
 			Format: <dma>
 
-- 
1.9.1



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

* Re: [PATCH] Documentation: add 'crashkernel=auto' entry into kernel-parameters.txt
  2015-08-22  6:51 [PATCH] Documentation: add 'crashkernel=auto' entry into kernel-parameters.txt Yaowei Bai
@ 2015-08-22 17:57 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2015-08-22 17:57 UTC (permalink / raw)
  To: Yaowei Bai, corbet; +Cc: linux-doc, linux-kernel

On 08/21/15 23:51, Yaowei Bai wrote:
> There is no 'crashkernel=auto' entry in kernel-parameters.txt, borrow it
> from kexec-kdump-howto.txt file in the kexec-tools-2.0.0 package.
> 
> Signed-off-by: Yaowei Bai <bywxiaobai@163.com>
> ---
>  Documentation/kernel-parameters.txt | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
> index 1d6f045..4da77fa 100644
> --- a/Documentation/kernel-parameters.txt
> +++ b/Documentation/kernel-parameters.txt
> @@ -797,6 +797,15 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
>  			It will be ignored when crashkernel=X,high is not used
>  			or memory reserved is below 4G.
>  
> +	crashkernel=auto
> +			This specification allows the kernel to decide how much
> +			meory to reserve for the purposes of kdump. It will make

			memory

> +			this determination based on the amount of memory you have
> +			in your system, and scale the allocation accordingly.
> +			Note that if you have less than 4Gb of memory in your system,
> +			this specification will opt to not allocate any memory for
> +			the purposes of kdump.
> +
>  	cs89x0_dma=	[HW,NET]
>  			Format: <dma>
>  
> 


-- 
~Randy

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

end of thread, other threads:[~2015-08-22 17:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-22  6:51 [PATCH] Documentation: add 'crashkernel=auto' entry into kernel-parameters.txt Yaowei Bai
2015-08-22 17:57 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox