Re: [Fastboot] kexec / kdump support for powerpc

2007-02-15 Thread Milton Miller
Luke Browning wrote: > michaelellerman at gmail.com wrote: > > > Anyway, I'm glad someone's looking at kexec on cell, I haven't had > the > > time to look closely at it. You said that your kexec was hanging in > > the second region, how were you debugging it? Can you give us anymore > > info? > >

Re: [Fastboot] kexec / kdump support for powerpc

2007-02-15 Thread Michael Ellerman
On Wed, 2007-02-14 at 12:47 -0300, Luke Browning wrote: > > [EMAIL PROTECTED] wrote on 02/14/2007 08:11:11 AM: > > > Anyway, I'm glad someone's looking at kexec on cell, I haven't had > the > > time to look closely at it. You said that your kexec was hanging in > > the second region, how were you

Re: [Fastboot] [Xen-ia64-devel] [ANNOUNCE] Kexec for Xen on IA64 (Take III)

2007-02-15 Thread Alex Williamson
On Wed, 2007-02-14 at 19:09 +0900, Horms wrote: > > I'm happy to announce the third alpha release of this code. > It is just a minor up-port to xen-ia64-unstable version 13903. > The Linux and kexec-tools portions are unchanged. Hi Simon, Thanks for your work on this. I tried to give it a wh

[Fastboot] ¡Asesoría previsional para pensio narse MEJOR!

2007-02-15 Thread Luis Fernando Correa
¡Tendrá un mar de posibilidades!"si se pensiona mejor"  

[Fastboot] It as concurred

2007-02-15 Thread Ophelia Becker
Energy power company!... S.umbol: UTEVCurrent price: $0.012 Recommendation: very aggresive buy.. SOMEBODY KNOWS SOMETHING!!! Take a look at it: The nature of UTEV's main business is to commercialize environmentally-friendly technologies.UTEV's activities are oriented towards sustainable

[Fastboot] [PATCH] kexec: Use EFI_LOADER_DATA for ELF core header (ia64)

2007-02-15 Thread Magnus Damm
kexec: Use EFI_LOADER_DATA for ELF core header (ia64) The address where the ELF core header is stored is passed to the secondary kernel as a kernel command line option. The memory area for this header is also marked as a separate EFI memory descriptor on ia64. The separate EFI memory descriptor

[Fastboot] [PATCH] kexec-tools: Use EFI_LOADER_DATA for ELF core header (ia64)

2007-02-15 Thread Magnus Damm
kexec-tools: Use EFI_LOADER_DATA for ELF core header (ia64) The address where the ELF core header is stored is passed to the secondary kernel as a kernel command line option. The memory area for this header is also marked as a separate EFI memory descriptor on ia64. The separate EFI memory desc

Re: [Fastboot] [PATCH] Keep alignment comment in elf code and use ELF_CORE_HEADER_ALIGN

2007-02-15 Thread Vivek Goyal
On Thu, Feb 15, 2007 at 06:57:06PM +0900, Magnus Damm wrote: > Keep alignment comment in elf code and use ELF_CORE_HEADER_ALIGN > > This patch puts back and extends the alignment comment in crashdump-elf.c > and adds a small check to make sure the arch-specific code aligns properly. > Instead of h

[Fastboot] [PATCH] Make sure max_memory_ranges are cleared before incremented

2007-02-15 Thread Magnus Damm
Make sure max_memory_ranges are cleared before incremented I happened to call get_memory_ranges() twice on ia64 while debugging some kdump issue the other day. This did not work as expected because the variable max_memory_ranges was not cleared before being incremented. So the second caller gets m

[Fastboot] [PATCH] Keep alignment comment in elf code and use ELF_CORE_HEADER_ALIGN

2007-02-15 Thread Magnus Damm
Keep alignment comment in elf code and use ELF_CORE_HEADER_ALIGN This patch puts back and extends the alignment comment in crashdump-elf.c and adds a small check to make sure the arch-specific code aligns properly. Instead of hardcoding 1024 we introduce ELF_CORE_HEADER_ALIGN. The idea behind the

Re: [Fastboot] [PATCH] Keep alignment comment in elf code and use KERNEL_CMDLINE_ALIGN

2007-02-15 Thread Vivek Goyal
On Thu, Feb 15, 2007 at 05:24:04PM +0900, Magnus Damm wrote: > Keep alignment comment in elf code and use KERNEL_CMDLINE_ALIGN > > This patch puts back the alignment comment to crashdump-elf.c and > adds a small check to make sure the arch-specific code aligns properly. > Instead of hardcoding 102

[Fastboot] [PATCH] Keep alignment comment in elf code and use KERNEL_CMDLINE_ALIGN

2007-02-15 Thread Magnus Damm
Keep alignment comment in elf code and use KERNEL_CMDLINE_ALIGN This patch puts back the alignment comment to crashdump-elf.c and adds a small check to make sure the arch-specific code aligns properly. Instead of hardcoding 1024 we introduce KERNEL_CMDLINE_ALIGN. The idea behind the alignment req