Re: [PATCH v2 4/4] x86, kdump: Change crashkernel_high/low= to crashkernel=;high/low

2013-04-04 Thread Yinghai Lu
On Wed, Apr 3, 2013 at 11:55 PM, HATAYAMA Daisuke wrote: > (2013/04/04 9:38), Yinghai Lu wrote: > >> Index: linux-2.6/kernel/kexec.c >> === >> --- linux-2.6.orig/kernel/kexec.c >> +++ linux-2.6/kernel/kexec.c >> @@ -1360,7 +1360,7 @@

Re: [PATCH v2 4/4] x86, kdump: Change crashkernel_high/low= to crashkernel=;high/low

2013-04-04 Thread HATAYAMA Daisuke
(2013/04/04 9:38), Yinghai Lu wrote: > Index: linux-2.6/kernel/kexec.c > === > --- linux-2.6.orig/kernel/kexec.c > +++ linux-2.6/kernel/kexec.c > @@ -1360,7 +1360,7 @@ static int __init parse_crashkernel_simp > > if (*cur ==

Re: [PATCH v2 4/4] x86, kdump: Change crashkernel_high/low= to crashkernel=;high/low

2013-04-04 Thread HATAYAMA Daisuke
(2013/04/04 9:38), Yinghai Lu wrote: Index: linux-2.6/kernel/kexec.c === --- linux-2.6.orig/kernel/kexec.c +++ linux-2.6/kernel/kexec.c @@ -1360,7 +1360,7 @@ static int __init parse_crashkernel_simp if (*cur == '@')

Re: [PATCH v2 4/4] x86, kdump: Change crashkernel_high/low= to crashkernel=;high/low

2013-04-04 Thread Yinghai Lu
On Wed, Apr 3, 2013 at 11:55 PM, HATAYAMA Daisuke d.hatay...@jp.fujitsu.com wrote: (2013/04/04 9:38), Yinghai Lu wrote: Index: linux-2.6/kernel/kexec.c === --- linux-2.6.orig/kernel/kexec.c +++ linux-2.6/kernel/kexec.c @@

[PATCH v2 4/4] x86, kdump: Change crashkernel_high/low= to crashkernel=;high/low

2013-04-03 Thread Yinghai Lu
Per hpa, use crashkernel=XM;high crashkernel=YM;low instead of crashkernel_hign=XM crashkernel_low=YM. As that could be extensible. -v2: according to Vivek, change delimiter to ; -v3: let hign and low only handle simple form and it conforms to description in kernel-parameters.txt

[PATCH v2 4/4] x86, kdump: Change crashkernel_high/low= to crashkernel=;high/low

2013-04-03 Thread Yinghai Lu
Per hpa, use crashkernel=XM;high crashkernel=YM;low instead of crashkernel_hign=XM crashkernel_low=YM. As that could be extensible. -v2: according to Vivek, change delimiter to ; -v3: let hign and low only handle simple form and it conforms to description in kernel-parameters.txt