Re: [PATCH] Fix for broken kexec on panic

2005-02-24 Thread Dave Hansen
On Thu, 2005-02-24 at 14:43 +0530, Vivek Goyal wrote: > Kexec on panic is broken on i386 in 2.6.11-rc3-mm2 because of > re-organization of boot memory allocator initialization code. Primary > kernel does not boot if kexec is enabled and [EMAIL PROTECTED] command > line parameter is passed. After r

Re: [Fastboot] Re: [PATCH] Fix for broken kexec on panic

2005-02-24 Thread Maneesh Soni
On Thu, Feb 24, 2005 at 06:05:45AM -0700, Eric W. Biederman wrote: > Maneesh Soni <[EMAIL PROTECTED]> writes: > > > On Thu, Feb 24, 2005 at 01:13:12AM -0800, Andrew Morton wrote: > > > Vivek Goyal <[EMAIL PROTECTED]> wrote: > > > > > > > > Kexec on panic is broken on i386 in 2.6.11-rc3-mm2 because

Re: [Fastboot] Re: [PATCH] Fix for broken kexec on panic

2005-02-24 Thread Eric W. Biederman
Maneesh Soni <[EMAIL PROTECTED]> writes: > On Thu, Feb 24, 2005 at 01:13:12AM -0800, Andrew Morton wrote: > > Vivek Goyal <[EMAIL PROTECTED]> wrote: > > > > > > Kexec on panic is broken on i386 in 2.6.11-rc3-mm2 because of > > > re-organization of boot memory allocator initialization code. > > >

Re: [Fastboot] Re: [PATCH] Fix for broken kexec on panic

2005-02-24 Thread Eric W. Biederman
Andrew Morton <[EMAIL PROTECTED]> writes: > Vivek Goyal <[EMAIL PROTECTED]> wrote: > > > > Kexec on panic is broken on i386 in 2.6.11-rc3-mm2 because of > > re-organization of boot memory allocator initialization code. > > OK... > > Where are we up to with these patches, btw? Currently we ar

Re: [Fastboot] Re: [PATCH] Fix for broken kexec on panic

2005-02-24 Thread Maneesh Soni
On Thu, Feb 24, 2005 at 01:13:12AM -0800, Andrew Morton wrote: > Vivek Goyal <[EMAIL PROTECTED]> wrote: > > > > Kexec on panic is broken on i386 in 2.6.11-rc3-mm2 because of > > re-organization of boot memory allocator initialization code. > > OK... > > Where are we up to with these patches, btw

Re: [PATCH] Fix for broken kexec on panic

2005-02-24 Thread Andrew Morton
Vivek Goyal <[EMAIL PROTECTED]> wrote: > > Kexec on panic is broken on i386 in 2.6.11-rc3-mm2 because of > re-organization of boot memory allocator initialization code. OK... Where are we up to with these patches, btw? Do you consider them close-to-complete? Do you have a feel for what proport

[PATCH] Fix for broken kexec on panic

2005-02-24 Thread Vivek Goyal
Hi, Kexec on panic is broken on i386 in 2.6.11-rc3-mm2 because of re-organization of boot memory allocator initialization code. Primary kernel does not boot if kexec is enabled and [EMAIL PROTECTED] command line parameter is passed. After re-organization, kexec is trying to call reserve_bootmem b