lkml.org 
[lkml]   [2014]   [Feb]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] mm: add a new command-line kmemcheck value
On 2014/1/22 9:22, Xishi Qiu wrote:

>
> Hi Vegard,
>
> In some scenes, user want to check memory dynamicly, this "dynamically"
> means we can turn on/off the feature at boottime, not runtime. Without
> this patch, if user want to use this feature, he should change config
> and build the kernel, then reboot. This is impossilbe if user has no
> kernel code or he don't know how to build the kernel.
>
> boottime: kmemcheck=0/1/2/3 (command-line)
> runtime: kmemcheck=0/1/2 (/proc/sys/kernel/kmemcheck)
>
> The main different between kmemcheck=0 and 3 is the used memory. Kmemcheck
> will use about twice as much memory as normal.
>
> Thanks,
> Xishi Qiu
>
> --

Hi Vegard,

What do you think of this feature?

Add a command-line "kmemcheck=3", then the kernel runs as the same as CONFIG_KMEMCHECK=off
even CONFIG_KMEMCHECK is turn on. "kmemcheck=0/1/2" is the same as originally.
In another word, "kmemcheck=3" is the same as:
1) turn off CONFIG_KMEMCHECK
2) rebuild the kernel
3) reboot
The different between kmemcheck=0 and 3 is the used memory and nr_cpus.
Also kmemcheck=0 can used in runtime, and kmemcheck=3 is only used in boot.

I think this feature can help users to debug the kernel quickly, It is no
need to open CONFIG_KMEMCHECK and rebuild it. Especially sometimes users don't
have the kernel source code or the code is different from www.kernel.org.
e.g. some private features were added to the kernel source code, and usually
users can not have the source code.

Thanks,
Xishi Qiu



\
 
 \ /
  Last update: 2014-02-11 08:41    [W:0.068 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site