Re: [Fastboot] [PATCH 1/1] Allow i386 crash kernels to handle x86_64 dumps

2007-03-16 Thread Vivek Goyal
On Fri, Mar 16, 2007 at 05:55:59PM +0530, Vivek Goyal wrote: > On Fri, Mar 16, 2007 at 11:40:55AM +, Ian Campbell wrote: > > On Fri, 2007-03-16 at 17:08 +0530, Vivek Goyal wrote: > > > On Fri, Mar 16, 2007 at 07:05:30PM +0900, Magnus Damm wrote: > > > > On 3/16/07, Vivek Goyal <[EMAIL PROTECTED

Re: [Fastboot] [PATCH 1/1] Allow i386 crash kernels to handle x86_64 dumps

2007-03-16 Thread Vivek Goyal
On Fri, Mar 16, 2007 at 11:40:55AM +, Ian Campbell wrote: > On Fri, 2007-03-16 at 17:08 +0530, Vivek Goyal wrote: > > On Fri, Mar 16, 2007 at 07:05:30PM +0900, Magnus Damm wrote: > > > On 3/16/07, Vivek Goyal <[EMAIL PROTECTED]> wrote: > > > >Got a question. When running 32bit dom0 on 64bit hyp

Re: [Fastboot] [PATCH 1/1] Allow i386 crash kernels to handle x86_64 dumps

2007-03-16 Thread Ian Campbell
On Fri, 2007-03-16 at 17:08 +0530, Vivek Goyal wrote: > On Fri, Mar 16, 2007 at 07:05:30PM +0900, Magnus Damm wrote: > > On 3/16/07, Vivek Goyal <[EMAIL PROTECTED]> wrote: > > >Got a question. When running 32bit dom0 on 64bit hypervisor, which > > >kexec-tools elf loader will kick in? 32bit or 64bi

Re: [Fastboot] [PATCH 1/1] Allow i386 crash kernels to handle x86_64 dumps

2007-03-16 Thread Vivek Goyal
On Fri, Mar 16, 2007 at 07:05:30PM +0900, Magnus Damm wrote: > On 3/16/07, Vivek Goyal <[EMAIL PROTECTED]> wrote: > >Got a question. When running 32bit dom0 on 64bit hypervisor, which > >kexec-tools elf loader will kick in? 32bit or 64bit? Looks like in this > >case 64bit one. But shouldn't it be 3

Re: [Fastboot] [PATCH 1/1] Allow i386 crash kernels to handle x86_64 dumps

2007-03-16 Thread Magnus Damm
On 3/16/07, Vivek Goyal <[EMAIL PROTECTED]> wrote: Got a question. When running 32bit dom0 on 64bit hypervisor, which kexec-tools elf loader will kick in? 32bit or 64bit? Looks like in this case 64bit one. But shouldn't it be 32bit as 32bit OS is running and we must be using the kexec-tools binar

Re: [Fastboot] [PATCH 1/1] Allow i386 crash kernels to handle x86_64 dumps

2007-03-16 Thread Vivek Goyal
On Fri, Mar 16, 2007 at 06:20:14PM +0900, Magnus Damm wrote: > On 3/16/07, Ian Campbell <[EMAIL PROTECTED]> wrote: > >On Fri, 2007-03-16 at 16:59 +0900, Magnus Damm wrote: > >> On 3/16/07, Ian Campbell <[EMAIL PROTECTED]> wrote: > >> > On Fri, 2007-03-16 at 11:40 +0900, Magnus Damm wrote: > >> > >

Re: [Fastboot] [PATCH 1/1] Allow i386 crash kernels to handle x86_64 dumps

2007-03-16 Thread Vivek Goyal
On Fri, Mar 16, 2007 at 08:50:01AM +, Ian Campbell wrote: > On Fri, 2007-03-16 at 16:59 +0900, Magnus Damm wrote: > > On 3/16/07, Ian Campbell <[EMAIL PROTECTED]> wrote: > > > On Fri, 2007-03-16 at 11:40 +0900, Magnus Damm wrote: > > > > Right. And maybe it's a good idea to make sure that this

Re: [Fastboot] [PATCH 1/1] Allow i386 crash kernels to handle x86_64 dumps

2007-03-16 Thread Magnus Damm
On 3/16/07, Ian Campbell <[EMAIL PROTECTED]> wrote: On Fri, 2007-03-16 at 16:59 +0900, Magnus Damm wrote: > On 3/16/07, Ian Campbell <[EMAIL PROTECTED]> wrote: > > On Fri, 2007-03-16 at 11:40 +0900, Magnus Damm wrote: > > > Right. And maybe it's a good idea to make sure that this feature is > > >

Re: [Fastboot] [PATCH 1/1] Allow i386 crash kernels to handle x86_64 dumps

2007-03-16 Thread Ian Campbell
On Fri, 2007-03-16 at 16:59 +0900, Magnus Damm wrote: > On 3/16/07, Ian Campbell <[EMAIL PROTECTED]> wrote: > > On Fri, 2007-03-16 at 11:40 +0900, Magnus Damm wrote: > > > Right. And maybe it's a good idea to make sure that this feature is > > > actually supported by kexec-tools before adding code

Re: [Fastboot] [PATCH 1/1] Allow i386 crash kernels to handle x86_64 dumps

2007-03-16 Thread Magnus Damm
On 3/16/07, Ian Campbell <[EMAIL PROTECTED]> wrote: On Fri, 2007-03-16 at 11:40 +0900, Magnus Damm wrote: > Right. And maybe it's a good idea to make sure that this feature is > actually supported by kexec-tools before adding code to the kernel? I sent patches to the fastboot list at the same ti

Re: [Fastboot] [PATCH 1/1] Allow i386 crash kernels to handle x86_64 dumps

2007-03-15 Thread Magnus Damm
On 3/16/07, Horms <[EMAIL PROTECTED]> wrote: On Fri, Mar 16, 2007 at 08:52:30AM +0530, Vivek Goyal wrote: > So it will now be left to the user. If he tries to kexec to a 64bit kernel > on a machine not supporting 32bit extensions, then kexec will not give > any advance warning. I feel comfortabl

Re: [Fastboot] [PATCH 1/1] Allow i386 crash kernels to handle x86_64 dumps

2007-03-15 Thread Horms
On Fri, Mar 16, 2007 at 08:52:30AM +0530, Vivek Goyal wrote: > On Fri, Mar 16, 2007 at 11:40:07AM +0900, Magnus Damm wrote: > > On 3/16/07, Horms <[EMAIL PROTECTED]> wrote: > > >On Thu, Mar 15, 2007 at 06:56:16PM +0530, Vivek Goyal wrote: > > >> On Thu, Mar 15, 2007 at 12:22:57PM +, Ian Campbel

Re: [Fastboot] [PATCH 1/1] Allow i386 crash kernels to handle x86_64 dumps

2007-03-15 Thread Ian Campbell
On Fri, 2007-03-16 at 11:40 +0900, Magnus Damm wrote: > Right. And maybe it's a good idea to make sure that this feature is > actually supported by kexec-tools before adding code to the kernel? I sent patches to the fastboot list at the same time I sent these ones to support differences in the und

Re: [Fastboot] [PATCH 1/1] Allow i386 crash kernels to handle x86_64 dumps

2007-03-15 Thread Vivek Goyal
On Fri, Mar 16, 2007 at 11:40:07AM +0900, Magnus Damm wrote: > On 3/16/07, Horms <[EMAIL PROTECTED]> wrote: > >On Thu, Mar 15, 2007 at 06:56:16PM +0530, Vivek Goyal wrote: > >> On Thu, Mar 15, 2007 at 12:22:57PM +, Ian Campbell wrote: > >> > On Thu, 2007-03-15 at 11:17 +0530, Vivek Goyal wrote:

Re: [Fastboot] [PATCH 1/1] Allow i386 crash kernels to handle x86_64 dumps

2007-03-15 Thread Magnus Damm
On 3/16/07, Horms <[EMAIL PROTECTED]> wrote: On Thu, Mar 15, 2007 at 06:56:16PM +0530, Vivek Goyal wrote: > On Thu, Mar 15, 2007 at 12:22:57PM +, Ian Campbell wrote: > > On Thu, 2007-03-15 at 11:17 +0530, Vivek Goyal wrote: > > > > > But I think changing this macro might run into issues. It i