File tree Expand file tree Collapse file tree 2 files changed +43
-0
lines changed
Documentation/admin-guide Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -311,6 +311,27 @@ crashkernel syntax
311
311
312
312
crashkernel=0,low
313
313
314
+ 4) crashkernel=size,cma
315
+
316
+ Reserve additional crash kernel memory from CMA. This reservation is
317
+ usable by the first system's userspace memory and kernel movable
318
+ allocations (memory balloon, zswap). Pages allocated from this memory
319
+ range will not be included in the vmcore so this should not be used if
320
+ dumping of userspace memory is intended and it has to be expected that
321
+ some movable kernel pages may be missing from the dump.
322
+
323
+ A standard crashkernel reservation, as described above, is still needed
324
+ to hold the crash kernel and initrd.
325
+
326
+ This option increases the risk of a kdump failure: DMA transfers
327
+ configured by the first kernel may end up corrupting the second
328
+ kernel's memory.
329
+
330
+ This reservation method is intended for systems that can't afford to
331
+ sacrifice enough memory for standard crashkernel reservation and where
332
+ less reliable and possibly incomplete kdump is preferable to no kdump at
333
+ all.
334
+
314
335
Boot into System Kernel
315
336
-----------------------
316
337
1) Update the boot loader (such as grub, yaboot, or lilo) configuration
Original file line number Diff line number Diff line change 986
986
0: to disable low allocation.
987
987
It will be ignored when crashkernel=X,high is not used
988
988
or memory reserved is below 4G.
989
+ crashkernel=size[KMG],cma
990
+ [KNL, X86] Reserve additional crash kernel memory from
991
+ CMA. This reservation is usable by the first system's
992
+ userspace memory and kernel movable allocations (memory
993
+ balloon, zswap). Pages allocated from this memory range
994
+ will not be included in the vmcore so this should not
995
+ be used if dumping of userspace memory is intended and
996
+ it has to be expected that some movable kernel pages
997
+ may be missing from the dump.
998
+
999
+ A standard crashkernel reservation, as described above,
1000
+ is still needed to hold the crash kernel and initrd.
1001
+
1002
+ This option increases the risk of a kdump failure: DMA
1003
+ transfers configured by the first kernel may end up
1004
+ corrupting the second kernel's memory.
1005
+
1006
+ This reservation method is intended for systems that
1007
+ can't afford to sacrifice enough memory for standard
1008
+ crashkernel reservation and where less reliable and
1009
+ possibly incomplete kdump is preferable to no kdump at
1010
+ all.
989
1011
990
1012
cryptomgr.notests
991
1013
[KNL] Disable crypto self-tests
You can’t perform that action at this time.
0 commit comments