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

2013-04-11 Thread Yinghai Lu
On Thu, Apr 11, 2013 at 10:46 PM, HATAYAMA Daisuke wrote: > (2013/04/11 4:39), Yinghai Lu wrote: > >> Index: linux-2.6/kernel/kexec.c >> === >> --- linux-2.6.orig/kernel/kexec.c >> +++ linux-2.6/kernel/kexec.c >> @@ -1368,35 +1368,10

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

2013-04-11 Thread HATAYAMA Daisuke
(2013/04/11 4:39), Yinghai Lu wrote: > Index: linux-2.6/kernel/kexec.c > === > --- linux-2.6.orig/kernel/kexec.c > +++ linux-2.6/kernel/kexec.c > @@ -1368,35 +1368,108 @@ static int __init parse_crashkernel_simp > return 0; >

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

2013-04-10 Thread Yinghai Lu
Per hpa, use crashkernel=X,high crashkernel=Y,low instead of crashkernel_hign=X crashkernel_low=Y. 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 still ke

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

2013-04-10 Thread Vivek Goyal
On Tue, Apr 09, 2013 at 01:01:50PM -0700, Yinghai Lu wrote: > Per hpa, use crashkernel=X,high crashkernel=Y,low instead of > crashkernel_hign=X crashkernel_low=Y. As that could be extensible. > > -v2: according to Vivek, change delimiter to ; > -v3: let hign and low only handle simple form and it

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

2013-04-09 Thread Yinghai Lu
Per hpa, use crashkernel=X,high crashkernel=Y,low instead of crashkernel_hign=X crashkernel_low=Y. 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 still ke