Documentation: Add default kmemleak off case in kernel-parameters.txt
Add missing explanation about CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y case. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
011bc4870f
commit
47aeeddc73
1 changed files with 2 additions and 0 deletions
|
@ -1583,6 +1583,8 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
|
||||||
kmemleak= [KNL] Boot-time kmemleak enable/disable
|
kmemleak= [KNL] Boot-time kmemleak enable/disable
|
||||||
Valid arguments: on, off
|
Valid arguments: on, off
|
||||||
Default: on
|
Default: on
|
||||||
|
Built with CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y,
|
||||||
|
the default is off.
|
||||||
|
|
||||||
kmemcheck= [X86] Boot-time kmemcheck enable/disable/one-shot mode
|
kmemcheck= [X86] Boot-time kmemcheck enable/disable/one-shot mode
|
||||||
Valid arguments: 0, 1, 2
|
Valid arguments: 0, 1, 2
|
||||||
|
|
Loading…
Add table
Reference in a new issue