Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1231954 > unrolled thread
| Started by | Baoquan He <bhe@redhat.com> |
|---|---|
| First post | 2015-09-24 11:00 +0200 |
| Last post | 2015-09-25 05:40 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] Documentation: Update the default value of crashkernel low Baoquan He <bhe@redhat.com> - 2015-09-24 11:00 +0200
Re: [PATCH] Documentation: Update the default value of crashkernel low Jonathan Corbet <corbet@lwn.net> - 2015-09-24 23:50 +0200
Re: [PATCH] Documentation: Update the default value of crashkernel low Baoquan He <bhe@redhat.com> - 2015-09-25 05:40 +0200
| From | Baoquan He <bhe@redhat.com> |
|---|---|
| Date | 2015-09-24 11:00 +0200 |
| Subject | [PATCH] Documentation: Update the default value of crashkernel low |
| Message-ID | <qcaxI-6yE-5@gated-at.bofh.it> |
In commit 94fb933 ("x86/crash: Allocate enough low memory when
crashkernel=high") the default value of crashkernel low memory
is changed to 256M. In this patch update it accordingly.
Signed-off-by: Baoquan He <bhe@redhat.com>
---
Documentation/kernel-parameters.txt | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 22a4b68..945bc0d 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -789,8 +789,10 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
is passed, kernel could allocate physical memory region
above 4G, that cause second kernel crash on system
that require some amount of low memory, e.g. swiotlb
- requires at least 64M+32K low memory. Kernel would
- try to allocate 72M below 4G automatically.
+ requires at least 64M+32K low memory, also enough extra
+ low memory is needed to make sure DMA buffers for 32-bit
+ devices won't run out. Kernel would try to allocate at
+ at least 256M below 4G automatically.
This one let user to specify own low range under 4G
for second kernel instead.
0: to disable low allocation.
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Jonathan Corbet <corbet@lwn.net> |
|---|---|
| Date | 2015-09-24 23:50 +0200 |
| Subject | Re: [PATCH] Documentation: Update the default value of crashkernel low |
| Message-ID | <qcmyR-70Y-5@gated-at.bofh.it> |
| In reply to | #1231954 |
On Thu, 24 Sep 2015 16:51:25 +0800
Baoquan He <bhe@redhat.com> wrote:
> In commit 94fb933 ("x86/crash: Allocate enough low memory when
> crashkernel=high") the default value of crashkernel low memory
> is changed to 256M. In this patch update it accordingly.
Applied to the docs tree, thanks.
jon
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Baoquan He <bhe@redhat.com> |
|---|---|
| Date | 2015-09-25 05:40 +0200 |
| Subject | Re: [PATCH] Documentation: Update the default value of crashkernel low |
| Message-ID | <qcs1z-6qi-1@gated-at.bofh.it> |
| In reply to | #1232450 |
On 09/24/15 at 03:44pm, Jonathan Corbet wrote:
> On Thu, 24 Sep 2015 16:51:25 +0800
> Baoquan He <bhe@redhat.com> wrote:
>
> > In commit 94fb933 ("x86/crash: Allocate enough low memory when
> > crashkernel=high") the default value of crashkernel low memory
> > is changed to 256M. In this patch update it accordingly.
>
> Applied to the docs tree, thanks.
Thanks, Jon.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web